Package org.jfree.beans.editors
Class StrokeEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.jfree.beans.editors.StrokeEditor
-
- All Implemented Interfaces:
java.beans.PropertyEditor
public class StrokeEditor extends java.beans.PropertyEditorSupport
A JavaBeans property editor for theRotation
class.
-
-
Constructor Summary
Constructors Constructor Description StrokeEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Component
getCustomEditor()
java.lang.String
getJavaInitializationString()
Returns a string for the property value.boolean
supportsCustomEditor()
-
-
-
Constructor Detail
-
StrokeEditor
public StrokeEditor()
-
-
Method Detail
-
getJavaInitializationString
public java.lang.String getJavaInitializationString()
Returns a string for the property value.- Specified by:
getJavaInitializationString
in interfacejava.beans.PropertyEditor
- Overrides:
getJavaInitializationString
in classjava.beans.PropertyEditorSupport
- Returns:
- A string for the property value.
-
getCustomEditor
public java.awt.Component getCustomEditor()
- Specified by:
getCustomEditor
in interfacejava.beans.PropertyEditor
- Overrides:
getCustomEditor
in classjava.beans.PropertyEditorSupport
-
supportsCustomEditor
public boolean supportsCustomEditor()
- Specified by:
supportsCustomEditor
in interfacejava.beans.PropertyEditor
- Overrides:
supportsCustomEditor
in classjava.beans.PropertyEditorSupport
-
-