This class is used internally to represent the connection between two MacaoNode objects in a MacaoNet.
The connection object is created automatically, when you call MacaoNode.connectTo().
Method Summary | |
---|---|
integer | getDX()
Call this method to get the horizontal distance between the start and the end node. |
integer | getDY()
Call this method to get the vertical distance between the start and the end node. |
MacaoNode | getFromNode()
Call this method to get the start node of the connection. |
MacaoNode | getToNode()
Call this method to get the end node of the connection. |
Method Details |
---|
Call this method to get the horizontal distance between the start and the end node.
Call this method to get the vertical distance between the start and the end node.
Call this method to get the start node of the connection.
Call this method to get the end node of the connection.