Uses of Enum Class
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
Fields in org.jdesktop.swingx.painter declared as AbstractPainter.InterpolationModifier and TypeFieldDescriptionprivate AbstractPainter.InterpolationAbstractPainter.interpolationMethods in org.jdesktop.swingx.painter that return AbstractPainter.InterpolationModifier and TypeMethodDescriptionAbstractPainter.getInterpolation()Gets the current interpolation setting.Returns the enum constant of this class with the specified name.static AbstractPainter.Interpolation[]AbstractPainter.Interpolation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jdesktop.swingx.painter with parameters of type AbstractPainter.InterpolationModifier and TypeMethodDescriptionvoidAbstractPainter.setInterpolation(AbstractPainter.Interpolation value) Sets a new value for the interpolation setting.