|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.yworks.yfiles.server.graphml.folding.NodeViewState
Data object that describes the visual appearance of a dummy node in a folded graph.
The style, labels, and layout of a dummy node may differ from the visual appearance of the expanded node.
DummyNodeId,
FoldingSupport.getNodeViewState(y.base.Graph, com.yworks.yfiles.server.graphml.folding.DummyNodeId),
FoldedLayoutGraph.getNodeViewState(com.yworks.yfiles.server.graphml.folding.DummyNodeId)| Constructor Summary | |
NodeViewState()
|
|
| Method Summary | |
java.util.List |
getLabels()
A list of Label instances that define the labels of the collapsed
node. |
YRectangle |
getLayout()
The layout of the collapsed node. |
INodeStyle |
getStyle()
The style that defines the visual appearance of the dummy node. |
void |
setLayout(YRectangle layout)
The layout of the collapsed node. |
void |
setStyle(INodeStyle style)
The style that defines the visual appearance of the dummy node. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public NodeViewState()
| Method Detail |
public INodeStyle getStyle()
public void setStyle(INodeStyle style)
public java.util.List getLabels()
Label instances that define the labels of the collapsed
node.
public YRectangle getLayout()
public void setLayout(YRectangle layout)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||