org.jfree.beans.editors
Class StrokeEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by org.jfree.beans.editors.StrokeEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class StrokeEditor
extends java.beans.PropertyEditorSupport

A JavaBeans property editor for the Rotation class.


Constructor Summary
StrokeEditor()
           
 
Method Summary
 java.awt.Component getCustomEditor()
           
 java.lang.String getJavaInitializationString()
          Returns a string for the property value.
 boolean supportsCustomEditor()
           
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setSource, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrokeEditor

public StrokeEditor()
Method Detail

getJavaInitializationString

public java.lang.String getJavaInitializationString()
Returns a string for the property value.

Specified by:
getJavaInitializationString in interface java.beans.PropertyEditor
Overrides:
getJavaInitializationString in class java.beans.PropertyEditorSupport
Returns:
A string for the property value.

getCustomEditor

public java.awt.Component getCustomEditor()
Specified by:
getCustomEditor in interface java.beans.PropertyEditor
Overrides:
getCustomEditor in class java.beans.PropertyEditorSupport

supportsCustomEditor

public boolean supportsCustomEditor()
Specified by:
supportsCustomEditor in interface java.beans.PropertyEditor
Overrides:
supportsCustomEditor in class java.beans.PropertyEditorSupport