Package | Description |
---|---|
org.jdesktop.swingx.painter |
Contains classes and interfaces used by painter enabled components.
|
Modifier and Type | Method | Description |
---|---|---|
CapsulePainter.Portion |
CapsulePainter.getPortion() |
Returns the current portion property.
|
static CapsulePainter.Portion |
CapsulePainter.Portion.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CapsulePainter.Portion[] |
CapsulePainter.Portion.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CapsulePainter.setPortion(CapsulePainter.Portion portion) |
Sets the current portion property.
|
Constructor | Description |
---|---|
CapsulePainter(CapsulePainter.Portion portion) |
Create a new CapsulePainter that only draws the portion specified.
|