Uses of Enum Class
org.jdesktop.swingx.painter.AbstractAreaPainter.Style
Packages that use AbstractAreaPainter.Style
Package
Description
Contains classes and interfaces used by painter enabled components.
-
Uses of AbstractAreaPainter.Style in org.jdesktop.swingx.painter
Fields in org.jdesktop.swingx.painter declared as AbstractAreaPainter.StyleMethods in org.jdesktop.swingx.painter that return AbstractAreaPainter.StyleModifier and TypeMethodDescriptionAbstractAreaPainter.getStyle()
Gets the current Style.static AbstractAreaPainter.Style
Returns the enum constant of this class with the specified name.static AbstractAreaPainter.Style[]
AbstractAreaPainter.Style.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jdesktop.swingx.painter with parameters of type AbstractAreaPainter.StyleModifier and TypeMethodDescriptionvoid
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.StyleModifierConstructorDescriptionRectanglePainter
(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.