swingx
Version 2005-08-19

Uses of Class
org.jdesktop.swingx.painter.ShapePainter.Style

Packages that use ShapePainter.Style
org.jdesktop.swingx.painter   
 

Uses of ShapePainter.Style in org.jdesktop.swingx.painter
 

Methods in org.jdesktop.swingx.painter that return ShapePainter.Style
 ShapePainter.Style ShapePainter.getStyle()
           
static ShapePainter.Style ShapePainter.Style.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ShapePainter.Style[] ShapePainter.Style.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jdesktop.swingx.painter with parameters of type ShapePainter.Style
 void ShapePainter.setStyle(ShapePainter.Style s)
          The shape can be filled or simply stroked (outlined), or both.
 

Constructors in org.jdesktop.swingx.painter with parameters of type ShapePainter.Style
ShapePainter(Shape shape, Paint paint, ShapePainter.Style style)
          Create a new ShapePainter with the specified shape and fillPaint.
 


swingx
Version 2005-08-19