Constructor
Constructor
public Substroke();
Creates a Substroke from an array of Points and the XML attributes
public Substroke(Point[],XmlShapeAttrs);
Create a Substroke from an existing substroke
public Substroke(Substroke);
Creates a Substroke from an ArrayList of Points and the XML attributes
public Substroke(ArrayList,XmlShapeAttrs);