Uses of Enum
org.jdesktop.swingx.painter.AbstractPainter.Interpolation
Packages that use AbstractPainter.Interpolation
Package
Description
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.InterpolationModifier and TypeMethodDescriptionAbstractPainter.getInterpolation()
Gets the current interpolation setting.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.InterpolationModifier and TypeMethodDescriptionvoid
AbstractPainter.setInterpolation
(AbstractPainter.Interpolation value) Sets a new value for the interpolation setting.