public class Rectangle2DPropertyEditor extends PropertyEditorSupport
| Constructor and Description |
|---|
Rectangle2DPropertyEditor()
Creates a new instance of Rectangle2DPropertyEditor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAsText() |
String |
getJavaInitializationString() |
Rectangle2D |
getValue() |
static void |
main(String... args) |
void |
setAsText(String text) |
addPropertyChangeListener, firePropertyChange, getCustomEditor, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditorpublic Rectangle2DPropertyEditor()
public Rectangle2D getValue()
getValue in interface PropertyEditorgetValue in class PropertyEditorSupportpublic String getJavaInitializationString()
getJavaInitializationString in interface PropertyEditorgetJavaInitializationString in class PropertyEditorSupportpublic void setAsText(String text) throws IllegalArgumentException
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupportIllegalArgumentExceptionpublic String getAsText()
getAsText in interface PropertyEditorgetAsText in class PropertyEditorSupportpublic static void main(String... args)
Copyright © 2017. All Rights Reserved.