Package | Description |
---|---|
org.jdesktop.swingx.painter |
Contains classes and interfaces used by painter enabled components.
|
Modifier and Type | Method | Description |
---|---|---|
GlossPainter.GlossPosition |
GlossPainter.getPosition() |
Returns the position at which the gloss is painted.
|
static GlossPainter.GlossPosition |
GlossPainter.GlossPosition.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static GlossPainter.GlossPosition[] |
GlossPainter.GlossPosition.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
GlossPainter.setPosition(GlossPainter.GlossPosition position) |
Changes the position of the gloss in the painted area.
|
Constructor | Description |
---|---|
GlossPainter(java.awt.Paint paint,
GlossPainter.GlossPosition position) |
Creates a new gloss painter positionned at the specified position
and painted with the specified paint.
|
GlossPainter(GlossPainter.GlossPosition position) |
Creates a new gloss painter positionned at the specified position
and using a white, 20% translucent paint.
|