edu.mit.sketch.uml
Class UMLStrokeCollection
java.lang.Object
|
+--edu.mit.sketch.uml.UMLStrokeCollection
- All Implemented Interfaces:
- Cloneable, Serializable
- public class UMLStrokeCollection
- extends Object
- implements Serializable, Cloneable
Holds a collection of strokes and performs operations on them
so that these operations are not performed more than once.
- See Also:
- Serialized Form
UMLStrokeCollection
public UMLStrokeCollection(Vector strokes,
UMLProgram program)
clone
public Object clone()
- Overrides:
clone in class Object
getAngles
public Vector getAngles()
getLines
public Vector getLines()
getLabeledLines
public Vector getLabeledLines()
getSurroundingObject
public UMLObject getSurroundingObject()
getBoundingPoly
public Polygon getBoundingPoly()
getBoundingRect
public Rectangle getBoundingRect()
recognizeStrokes
public void recognizeStrokes()
drawableStrokes
public void drawableStrokes(boolean b)
getStrokes
public Vector getStrokes()
getNumPoints
public int getNumPoints()