Uses of Class
org.jdesktop.swingx.painter.AbstractPainter.Interpolation
-
Packages that use AbstractPainter.Interpolation Package Description org.jdesktop.swingx.painter Contains classes and interfaces used by painter enabled components. -
-
Uses of AbstractPainter.Interpolation in org.jdesktop.swingx.painter
Methods in org.jdesktop.swingx.painter that return AbstractPainter.Interpolation 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.Methods in org.jdesktop.swingx.painter with parameters of type AbstractPainter.Interpolation Modifier and Type Method Description void
AbstractPainter. setInterpolation(AbstractPainter.Interpolation value)
Sets a new value for the interpolation setting.
-