OrthogonalDrawing
Class Edge
java.lang.Object
OrthogonalDrawing.Edge
public class Edge
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
startNode
private Node startNode
endNode
private Node endNode
edgeLength
private float edgeLength
orthogonal
private int orthogonal
bend1
private Node bend1
bend2
private Node bend2
Edge
public Edge()
Edge
public Edge(Node node1,
Node node2)
GetStartNode
public Node GetStartNode()
GetEndNode
public Node GetEndNode()
SetStartNode
public void SetStartNode(Node node)
SetEndNode
public void SetEndNode(Node node)
getBend1
public Node getBend1()
getOrthogonal
public int getOrthogonal()
getBend2
public Node getBend2()
setBend1
public void setBend1(Node n)
setBend2
public void setBend2(Node n)
setOrthogonal
public void setOrthogonal(int val)
SetEdgeLength
public void SetEdgeLength(float length)
GetEdgeLength
public float GetEdgeLength()