public class Rectangle2DPropertyEditor
extends java.beans.PropertyEditorSupport
| Constructor and Description |
|---|
Rectangle2DPropertyEditor()
Creates a new instance of Rectangle2DPropertyEditor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAsText() |
java.lang.String |
getJavaInitializationString() |
java.awt.geom.Rectangle2D |
getValue() |
static void |
main(java.lang.String... args) |
void |
setAsText(java.lang.String text) |
public Rectangle2DPropertyEditor()
public java.awt.geom.Rectangle2D getValue()
getValue in interface java.beans.PropertyEditorgetValue in class java.beans.PropertyEditorSupportpublic java.lang.String getJavaInitializationString()
getJavaInitializationString in interface java.beans.PropertyEditorgetJavaInitializationString in class java.beans.PropertyEditorSupportpublic void setAsText(java.lang.String text)
throws java.lang.IllegalArgumentException
setAsText in interface java.beans.PropertyEditorsetAsText in class java.beans.PropertyEditorSupportjava.lang.IllegalArgumentExceptionpublic java.lang.String getAsText()
getAsText in interface java.beans.PropertyEditorgetAsText in class java.beans.PropertyEditorSupportpublic static void main(java.lang.String... args)