Uses of Enum Class
org.jdesktop.swingx.painter.GlossPainter.GlossPosition
Packages that use GlossPainter.GlossPosition
Package
Description
Contains classes and interfaces used by painter enabled components.
-
Uses of GlossPainter.GlossPosition in org.jdesktop.swingx.painter
Fields in org.jdesktop.swingx.painter declared as GlossPainter.GlossPositionMethods in org.jdesktop.swingx.painter that return GlossPainter.GlossPositionModifier and TypeMethodDescriptionGlossPainter.getPosition()
Returns the position at which the gloss is painted.static GlossPainter.GlossPosition
Returns the enum constant of this class with the specified name.static GlossPainter.GlossPosition[]
GlossPainter.GlossPosition.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 GlossPainter.GlossPositionModifier and TypeMethodDescriptionvoid
GlossPainter.setPosition
(GlossPainter.GlossPosition position) Changes the position of the gloss in the painted area.Constructors in org.jdesktop.swingx.painter with parameters of type GlossPainter.GlossPositionModifierConstructorDescriptionGlossPainter
(Paint paint, GlossPainter.GlossPosition position) Creates a new gloss painter positioned at the specified position and painted with the specified paint.GlossPainter
(GlossPainter.GlossPosition position) Creates a new gloss painter positioned at the specified position and using a white, 20% translucent paint.