@PropertyEditorFor(value=javafx.geometry.Rectangle2D.class) public class Rectangle2DPropertyEditor extends AbstractPropertyEditor
| Constructor and Description | 
|---|
Rectangle2DPropertyEditor()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAsText()  | 
protected double | 
getMapValue(Map<?,?> map,
           String key,
           double defaultValue)  | 
protected void | 
handleAsList(List<?> list)  | 
protected void | 
handleAsMap(Map<?,?> map)  | 
protected void | 
handleAsString(String str)  | 
protected double | 
parse(Number val)  | 
protected double | 
parse(String val)  | 
protected double | 
parseValue(Object value)  | 
protected void | 
setValueInternal(Object value)  | 
getAsTextInternal, getFormat, getFormattedValue, getValueInternal, illegalValue, illegalValue, resolveFormatter, setAsText, setAsTextInternal, setFormat, setFormattedValue, setValueaddPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPropertyChangeListener, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, supportsCustomEditorpublic String getAsText()
getAsText in interface PropertyEditorgetAsText in class AbstractPropertyEditorprotected void setValueInternal(Object value)
setValueInternal in class AbstractPropertyEditorprotected void handleAsString(String str)
protected void handleAsList(List<?> list)
protected void handleAsMap(Map<?,?> map)
protected double parseValue(Object value)
protected double parse(String val)
protected double parse(Number val)