|
Constructor |
public OpenLoop() | ||
Add boxes to the path |
public void addBoxToPath(BlackBox box) | ||
Combine all added boxes into a single box |
public void consolidate() | ||
Remove all boxes from the path |
public void removeAllBoxes() | ||
Get the Vector of segments |
public Vector getSegmentsVector() | ||
Get the names of the boxes in the path |
public String getNames() | ||
Get the number of boxes in the path |
public int getNumberOfBoxes() | ||
Get the number of segments in the path |
public int getNumberOfSegments() | ||
Deep Copy |
public OpenLoop copy() | ||
public Object clone() | |||
See BlackBox for the inherited methods |