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

Packages that use AbstractAreaPainter.Style
org.jdesktop.swingx.painter Contains classes and interfaces used by painter enabled components. 
 

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

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

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

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