Package | Description |
---|---|
org.jdesktop.swingx.painter |
Contains classes and interfaces used by painter enabled components.
|
Modifier and Type | Method | Description |
---|---|---|
AbstractPainter.Interpolation |
AbstractPainter.getInterpolation() |
Gets the current interpolation setting.
|
static AbstractPainter.Interpolation |
AbstractPainter.Interpolation.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AbstractPainter.Interpolation[] |
AbstractPainter.Interpolation.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractPainter.setInterpolation(AbstractPainter.Interpolation value) |
Sets a new value for the interpolation setting.
|
Copyright © 2018. All rights reserved.