|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nwoods.jgo.layout.JGoTreeNetworkLink
| Constructor Summary | |
JGoTreeNetworkLink()
|
|
| Method Summary | |
void |
CommitPosition()
Commits the position of the link to the corresponding JGoElement |
JGoTreeNetworkNode |
getFromNode()
Gets this link's From JGoTreeNetworkNode |
JGoObject |
getJGoObject()
Gets this link's associated JGoObject |
JGoTreeNetwork |
getNetwork()
Gets the network that this link is part of. |
java.awt.Point |
getRelativePoint()
Get a point relative to the parent node that may be useful in routing this link |
JGoTreeNetworkNode |
getToNode()
Get the To JGoTreeNetworkNode for this link. |
int |
getUserFlags()
Get an integer associated with the link |
java.lang.Object |
getUserObject()
Get an Object associated with the link |
void |
ReverseLink()
Reverses the link; i.e., exchanges the From and To nodes. |
void |
setFromNode(JGoTreeNetworkNode node)
Sets this link's From JGoTreeNetworkNode |
void |
setJGoObject(JGoObject obj)
Sets this link's associated JGoObject |
void |
setNetwork(JGoTreeNetwork net)
Sets the network that this link is part of. |
void |
setRelativePoint(java.awt.Point value)
Set a point relative to the parent node that may be useful in routing this link |
void |
setToNode(JGoTreeNetworkNode node)
Set the To JGoTreeNetworkNode for this link. |
void |
setUserFlags(int value)
Set an integer associated with the link |
void |
setUserObject(java.lang.Object value)
Set an Object associated with the link |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JGoTreeNetworkLink()
| Method Detail |
public JGoObject getJGoObject()
public void setJGoObject(JGoObject obj)
obj - public JGoTreeNetwork getNetwork()
public void setNetwork(JGoTreeNetwork net)
net - public JGoTreeNetworkNode getFromNode()
public void setFromNode(JGoTreeNetworkNode node)
node - public JGoTreeNetworkNode getToNode()
public void setToNode(JGoTreeNetworkNode node)
node - public void ReverseLink()
public void CommitPosition()
public java.lang.Object getUserObject()
public void setUserObject(java.lang.Object value)
value - public int getUserFlags()
public void setUserFlags(int value)
value - public java.awt.Point getRelativePoint()
public void setRelativePoint(java.awt.Point value)
value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||