Package org.jdesktop.swingx.painter
Class AbstractPainterBeanInfo.InterpolationPropertyEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.jdesktop.beans.editors.EnumPropertyEditor<AbstractPainter.Interpolation>
org.jdesktop.swingx.painter.AbstractPainterBeanInfo.InterpolationPropertyEditor
- All Implemented Interfaces:
PropertyEditor
- Enclosing class:
AbstractPainterBeanInfo
public static final class AbstractPainterBeanInfo.InterpolationPropertyEditor
extends EnumPropertyEditor<AbstractPainter.Interpolation>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jdesktop.beans.editors.EnumPropertyEditor
getAsText, getJavaInitializationString, getTags, setAsText
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getSource, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
-
Constructor Details
-
InterpolationPropertyEditor
public InterpolationPropertyEditor()
-