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 Details

  • Method Details

    • createObject

      public Object createObject()
      Creates a new BasicStroke object based on this description.
      Returns:
      The BasicStroke object.
    • setParameterFromObject

      Sets the parameters for this description to match the supplied object.
      Parameters:
      o - the object (instance of BasicStroke required).
      Throws:
      ObjectFactoryException - if the supplied object is not an instance of BasicStroke.