org.jfree.xml.factory.objects
public class BasicStrokeObjectDescription extends AbstractObjectDescription
BasicStroke
object.
Constructor Summary | |
---|---|
BasicStrokeObjectDescription()
Creates a new object description. |
Method Summary | |
---|---|
Object | createObject()
Creates a new BasicStroke object based on this description.
|
void | setParameterFromObject(Object o)
Sets the parameters for this description to match the supplied object.
|
BasicStroke
object based on this description.
Returns: The BasicStroke
object.
Parameters: o the object (instance of BasicStroke
required).
Throws: ObjectFactoryException if the supplied object is not an instance of
BasicStroke
.