|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.yworks.yfiles.server.graphml.folding.EdgeViewState
Data object that describes the visual appearance of a dummy edge in a folded graph.
The style, labels, bends and ports of a dummy edge may differ from the visual appearance of the master edge.
DummyEdgeId,
FoldingSupport.getEdgeViewState(y.base.Graph, DummyEdgeId),
FoldedLayoutGraph.getEdgeViewState(DummyEdgeId)| Constructor Summary | |
EdgeViewState()
|
|
| Method Summary | |
YList |
getBends()
A list of Bend instances that define the geometric shape
of the dummy edge. |
YList |
getLabels()
A list of Label instances that define the labels associated
with the dummy edge. |
Port |
getSourcePort()
A Port instance that defines the source port location of the
dummy edge. |
IEdgeStyle |
getStyle()
The style that defines the visual appearance of the dummy edge. |
Port |
getTargetPort()
A Port instance that defines the target port location of the
dummy edge. |
void |
setSourcePort(Port sourcePort)
A Port instance that defines the source port location of the
dummy edge. |
void |
setStyle(IEdgeStyle style)
The style that defines the visual appearance of the dummy edge. |
void |
setTargetPort(Port targetPort)
A Port instance that defines the target port location of the
dummy edge. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EdgeViewState()
| Method Detail |
public YList getLabels()
Label instances that define the labels associated
with the dummy edge.
Labelpublic IEdgeStyle getStyle()
public void setStyle(IEdgeStyle style)
public YList getBends()
Bend instances that define the geometric shape
of the dummy edge.
Bendpublic Port getSourcePort()
Port instance that defines the source port location of the
dummy edge.
public void setSourcePort(Port sourcePort)
Port instance that defines the source port location of the
dummy edge.
public Port getTargetPort()
Port instance that defines the target port location of the
dummy edge.
public void setTargetPort(Port targetPort)
Port instance that defines the target port location of the
dummy edge.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||