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
Fields in org.jdesktop.swingx.painter declared as AbstractPainter.Interpolation Modifier and Type Field Description private AbstractPainter.InterpolationAbstractPainter. interpolationMethods in org.jdesktop.swingx.painter that return AbstractPainter.Interpolation Modifier and Type Method Description AbstractPainter.InterpolationAbstractPainter. getInterpolation()Gets the current interpolation setting.static AbstractPainter.InterpolationAbstractPainter.Interpolation. valueOf(java.lang.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 voidAbstractPainter. setInterpolation(AbstractPainter.Interpolation value)Sets a new value for the interpolation setting.
-