public class EdgeData
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
EdgeData() |
public int getEdgeId()
public void setEdgeId(int edgeId)
edgeId - Edge IDpublic double getLength()
public void setLength(double length)
length - Edge lengthpublic JLPoint getStart()
public void setStart(JLPoint start)
start - Edge start pointpublic JLPoint getEnd()
public void setEnd(JLPoint end)
end - Edge end point