|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kabeja.dxf.helpers.Edge
public class Edge
Field Summary | |
---|---|
protected Point |
endPoint
|
protected Point |
startPoint
|
Constructor Summary | |
---|---|
Edge()
|
Method Summary | |
---|---|
Point |
getEndPoint()
|
Point |
getIntersectionPoint(Edge e)
|
Point |
getStartPoint()
|
void |
setEndPoint(Point endPoint)
|
void |
setStartPoint(Point startPoint)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Point startPoint
protected Point endPoint
Constructor Detail |
---|
public Edge()
Method Detail |
---|
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.public Point getIntersectionPoint(Edge e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |