Package | Description |
---|---|
org.jdesktop.swingx.painter |
Contains classes and interfaces used by painter enabled components.
|
org.jdesktop.swingx.painter.effects |
Contains Predefined effects for painters.
|
Modifier and Type | Method | Description |
---|---|---|
AreaEffect[] |
AbstractAreaPainter.getAreaEffects() |
Gets the current set of path effects applied to this painter.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractAreaPainter.setAreaEffects(AreaEffect... areaEffects) |
Sets the path effects to be drawn on this painter.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractAreaEffect |
The abstract base class for path effects.
|
class |
GlowPathEffect |
An effect which draws a glow around the painter
|
class |
InnerGlowPathEffect |
An effect which draws a glow inside the painter's shape
|
class |
InnerShadowPathEffect |
An effect which draws a shadow inside the path painter.
|
class |
NeonBorderEffect |
An effect which draws a multicolored border around a painter's shape.
|
class |
ShadowPathEffect |
An effect which draws a shadow around the the painter's shape.
|