public class AxisScaleEditor extends java.beans.PropertyEditorSupport
AxisScale
class.Constructor and Description |
---|
AxisScaleEditor() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAsText()
Returns a string representing the current value.
|
java.lang.String |
getJavaInitializationString()
Returns a string for the property value.
|
java.lang.String[] |
getTags()
Returns the valid string values for this property.
|
void |
setAsText(java.lang.String text)
Sets the current value by parsing the supplied string.
|
public AxisScaleEditor()
public java.lang.String getAsText()
INTEGER
and FLOAT
.getAsText
in interface java.beans.PropertyEditor
getAsText
in class java.beans.PropertyEditorSupport
public void setAsText(java.lang.String text) throws java.lang.IllegalArgumentException
setAsText
in interface java.beans.PropertyEditor
setAsText
in class java.beans.PropertyEditorSupport
text
- the string value.java.lang.IllegalArgumentException
- if text
is not one of
the values listed in getAsText()
.public java.lang.String[] getTags()
getTags
in interface java.beans.PropertyEditor
getTags
in class java.beans.PropertyEditorSupport
public java.lang.String getJavaInitializationString()
getJavaInitializationString
in interface java.beans.PropertyEditor
getJavaInitializationString
in class java.beans.PropertyEditorSupport