java.beans.PropertyEditor
public class Point2DPropertyEditor
extends java.beans.PropertyEditorSupport
Constructor | Description |
---|---|
Point2DPropertyEditor() |
Creates a new instance of Point2DPropertyEditor
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getAsText() |
|
java.lang.String |
getJavaInitializationString() |
|
java.awt.geom.Point2D |
getValue() |
|
static void |
main(java.lang.String... args) |
|
void |
setAsText(java.lang.String text) |
public Point2DPropertyEditor()
public java.awt.geom.Point2D getValue()
getValue
in interface java.beans.PropertyEditor
getValue
in class java.beans.PropertyEditorSupport
public java.lang.String getJavaInitializationString()
getJavaInitializationString
in interface java.beans.PropertyEditor
getJavaInitializationString
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
java.lang.IllegalArgumentException
public java.lang.String getAsText()
getAsText
in interface java.beans.PropertyEditor
getAsText
in class java.beans.PropertyEditorSupport
public static void main(java.lang.String... args)