public class Edge
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Point |
endPoint |
protected Point |
startPoint |
| Constructor and Description |
|---|
Edge() |
| Modifier and Type | Method and Description |
|---|---|
Point |
getEndPoint() |
Point |
getIntersectionPoint(Edge e) |
Point |
getStartPoint() |
void |
setEndPoint(Point endPoint) |
void |
setStartPoint(Point startPoint) |
public Point getEndPoint()
public void setEndPoint(Point endPoint)
endPoint - The endPoint to set.public Point getStartPoint()
public void setStartPoint(Point startPoint)
startPoint - The startPoint to set.