public class RectanglePropertyEditor
extends java.beans.PropertyEditorSupport
| Constructor | Description |
|---|---|
RectanglePropertyEditor() |
Creates a new instance of Rectangle2DPropertyEditor
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getAsText() |
|
java.lang.String |
getJavaInitializationString() |
|
java.awt.Rectangle |
getValue() |
|
void |
setAsText(java.lang.String text) |
public RectanglePropertyEditor()
public java.awt.Rectangle getValue()
getValue in class java.beans.PropertyEditorSupportpublic java.lang.String getJavaInitializationString()
getJavaInitializationString in class java.beans.PropertyEditorSupportpublic void setAsText(java.lang.String text)
throws java.lang.IllegalArgumentException
setAsText in class java.beans.PropertyEditorSupportjava.lang.IllegalArgumentExceptionpublic java.lang.String getAsText()
getAsText in class java.beans.PropertyEditorSupport