public class Path
extends java.lang.Object
Constructor and Description |
---|
Path(RoutingFrame.RoutingSegment rs,
double dispX,
double dispY,
double scalingFactor) |
Modifier and Type | Method and Description |
---|---|
int |
getLengthEstimate() |
int |
getOverlapAmount(Path other) |
void |
initialize()
should be called by worker
|
boolean |
overlaps(Path other) |
void |
updateBoundingBox()
Updates the bounding box according to the current start/finish position
|
public Path(RoutingFrame.RoutingSegment rs, double dispX, double dispY, double scalingFactor)
public void initialize()
public void updateBoundingBox()
public boolean overlaps(Path other)
public int getOverlapAmount(Path other)
public int getLengthEstimate()