Uses of Interface
facets.core.app.avatar.Painter

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

Uses of Painter in facets.core.app.avatar
 

Fields in facets.core.app.avatar declared as Painter
static Painter Painter.EMPTY
           
 

Methods in facets.core.app.avatar that return Painter
 Painter PainterSource.backgroundLines(Line[] lines, Shade shade)
          Create non-pickable painter of the lines passed.
 Painter PainterSource.bar(double x, double y, double length, double width, Shade fill, boolean pickable)
           
 Painter PainterSource.bundle(Painter[] painters, java.lang.Object... values)
           
 Painter AvatarPolicies.getBackgroundPainter(SViewer viewer, PainterSource p)
          /** Return painters for non-avatar view elements.
 Painter PainterSource.line(Line line, Shade shade, int style, boolean pickable)
          Create a possibly-pickable line painter.
 Painter PainterSource.mastered(PainterMaster master)
           
abstract  Painter[] DragPolicy.newDragPainters(Point anchorAt, Point dragAt)
          Return motion painters for the specified drag position.
abstract  Painter[] AvatarPolicy.newPickPainters(java.lang.Object hit, boolean selected)
          Return motion painters to appear over the view painters.
 Painter[] DragPolicy.newSnapPainters(Point anchorAt, Point dragAt, Vector snapShift)
          Variant method for use in snapping.
abstract  Painter[] AvatarPolicy.newViewPainters(boolean selected, boolean active)
          Return painters for the unpicked avatar.
 Painter PainterSource.pointMark(Point at, Shade fill, boolean pickable)
          Create a (maybe pickable) painter to mark a position.
 Painter PainterSource.rectangle(double x, double y, double width, double height, Shade pen)
           
 Painter PainterSource.stretchMark(double height, double length, double width, Shade fill)
           
 Painter PainterSource.textLineAt(java.lang.String text, java.lang.String face, int points, Shade shade, double x, double y)
           
 Painter PainterSource.textOutline(java.lang.String text, java.lang.String face, int points, boolean bold, boolean italic, Shade fill, Shade pen)
           
 Painter PainterSource.textTooltip(java.lang.String text, double x, double y)
           
 Painter PainterSource.turnMark(double size, double width, Shade fill)
           
 

Methods in facets.core.app.avatar with parameters of type Painter
 void PainterSource.applyTransforms(PainterSource.Transform[] transforms, boolean concatenate, Painter... painters)
          Apply transforms to painters.
 Painter PainterSource.bundle(Painter[] painters, java.lang.Object... values)