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