Class Point2DObjectDescription
java.lang.Object
org.jfree.xml.factory.objects.AbstractObjectDescription
org.jfree.xml.factory.objects.Point2DObjectDescription
- All Implemented Interfaces:
Serializable, Cloneable, ObjectDescription
An object-description for a
Point2D object.- Author:
- Thomas Morgner
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates an object based on this description.voidSets the parameters of this description object to match the supplied object.
-
Constructor Details
-
Point2DObjectDescription
public Point2DObjectDescription()Creates a new object description.
-
-
Method Details
-
createObject
-
setParameterFromObject
Sets the parameters of this description object to match the supplied object.- Parameters:
o- the object (should be an instance ofPoint2D).- Throws:
ObjectFactoryException- if the object is not an instance ofPoint2D.
-