com.yworks.yfiles.server.graphml.folding
Class DummyNodeId
java.lang.Object
com.yworks.yfiles.server.graphml.folding.DummyNodeId
- public class DummyNodeId
- extends java.lang.Object
Id object for the collapsed state of group node.
The dummy node id is used as a key to look up the
NodeViewState instance associated with the collapsed state
of a group node.
- See Also:
FoldedLayoutGraph.getNodeViewState(DummyNodeId),
FoldingSupport.getNodeViewState(y.base.Graph, DummyNodeId)
|
Constructor Summary |
DummyNodeId(Node masterNode)
Creates a new Dummy node id for the provided master node. |
|
Method Summary |
boolean |
equals(java.lang.Object obj)
|
Node |
getMasterNode()
The master node instance whose collapsed state is represented by a dummy. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
DummyNodeId
public DummyNodeId(Node masterNode)
- Creates a new Dummy node id for the provided master node.
getMasterNode
public Node getMasterNode()
- The master node instance whose collapsed state is represented by a dummy.
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()
Copyright © 2000-2013 yWorks GmbH. All
rights reserved