Construct a blank Sketch
Construct a blank Sketch
public Sketch();
Construct a Sketch with given Shapes and XML attributes.
public Sketch(Shape[],XmlSketchAttrs);
Create a new Sketch from an old one
public Sketch(Sketch);
Construct a Sketch with Strokes, Shapes, and XML attributes.
public Sketch(Stroke[],Shape[],XmlSketchAttrs);
Construct a Sketch with given Strokes and XML attributes.
public Sketch(Stroke[],XmlSketchAttrs);
Construct a Sketch with Strokes, Shapes, and XML attributes.
public Sketch(ArrayList,ArrayList,XmlSketchAttrs);