Uses of Class
facets.util.geom.Line

Packages that use Line
facets.core.app.avatar Core types for custom viewers. 
 

Uses of Line in facets.core.app.avatar
 

Methods in facets.core.app.avatar that return Line
 Line[][] PlaneViewWorks.newLineSets(Point at, double width, double height, int count)
          Generate sets of abstract lines.
 Line[] PlaneViewWorks.newTestLineSet(double scale, Point boxAt, double height, double width, int shiftCount)
           
 

Methods in facets.core.app.avatar with parameters of type Line
 Painter PainterSource.backgroundLines(Line[] lines, Shade shade)
          Create non-pickable painter of the lines passed.
 Painter PainterSource.line(Line line, Shade shade, int style, boolean pickable)
          Create a possibly-pickable line painter.