|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.yworks.yfiles.server.graphml.folding.DummyNodePortId
The Id for a port of the collapsed state of a group node.
| Constructor Summary | |
DummyNodePortId(Port masterPort)
Initializes a dummy port id for the provided master port for its collapsed state. |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
Port |
getMasterPort()
The master port instance that is represented a dummy. |
int |
hashCode()
|
boolean |
isAtDummy()
Whether the port is at a dummy node. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DummyNodePortId(Port masterPort)
masterPort - The port in the master graph this dummy node will represent| Method Detail |
public Port getMasterPort()
public boolean isAtDummy()
Typically this will yield true because only ports at
collapsed nodes are dummy node ports.
public boolean equals(java.lang.Object obj)
public int hashCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||