Package | Description |
---|---|
com.yworks.yfiles.graph |
Definitions, default implementations, and support classes that represent graph structures and provide facilities for their programmatic modification.
|
Modifier and Type | Method and Description |
---|---|
FoldingEdgeState |
FoldingEdgeState.clone() |
FoldingEdgeState |
FoldingManager.getFoldingEdgeState(FoldingEdgeStateId id)
Return a data container implementation that is not part of any actual
IGraph that describes the state of the
edge for the given FoldingEdgeStateId . |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractFoldingEdgeConverter.initializeFoldingEdgeBends(FoldingEdgeState state,
IFoldingView foldingView,
IEdge foldingEdge,
List<IEdge> masterEdges)
Callback method that initializes the bends of the folding edge.
|
protected void |
AbstractFoldingEdgeConverter.initializeFoldingEdgeLabels(FoldingEdgeState state,
IFoldingView foldingView,
IEdge foldingEdge,
List<IEdge> masterEdges)
Callback method that initializes the initial labels of the folding edge.
|
protected void |
AbstractFoldingEdgeConverter.initializeFoldingEdgePorts(FoldingEdgeState state,
IFoldingView foldingView,
IEdge foldingEdge,
List<IEdge> masterEdges)
Callback method that initializes the ports of the folding edge.
|
void |
IFoldingEdgeConverter.initializeFoldingEdgeState(FoldingEdgeState state,
IFoldingView foldingView,
IEdge foldingEdge,
List<IEdge> masterEdges)
Callback that is triggered by the
view to initially create the appearance of a folding edge. |
void |
ExcludingFoldingEdgeConverter.initializeFoldingEdgeState(FoldingEdgeState state,
IFoldingView foldingView,
IEdge foldingEdge,
List<IEdge> masterEdges)
Does nothing and should not normally be called by the view since all folding edges are excluded from it.
|
void |
AbstractFoldingEdgeConverter.initializeFoldingEdgeState(FoldingEdgeState state,
IFoldingView foldingView,
IEdge foldingEdge,
List<IEdge> masterEdges)
Implements the
IFoldingEdgeConverter.initializeFoldingEdgeState(FoldingEdgeState, IFoldingView, IEdge, List)
method and initializes the folding edge appearance. |
protected void |
AbstractFoldingEdgeConverter.initializeFoldingEdgeStyle(FoldingEdgeState state,
IFoldingView foldingView,
IEdge foldingEdge,
List<IEdge> masterEdges)
Callback method that initializes the
style property of the folding edge. |
protected void |
AbstractFoldingEdgeConverter.synchronizeLabels(FoldingEdgeState state,
IFoldingView foldingView,
IEdge foldingEdge,
List<IEdge> masterEdges)
Called by
AbstractFoldingEdgeConverter.updateFoldingEdgeState(FoldingEdgeState, IFoldingView, IEdge, List) to synchronize the first label if
CopyingFirstLabelEnabled is enabled. |
void |
IFoldingEdgeConverter.updateFoldingEdgeState(FoldingEdgeState state,
IFoldingView foldingView,
IEdge foldingEdge,
List<IEdge> masterEdges)
Callback that is triggered by the
view to adjust the appearance of a folding edge. |
void |
ExcludingFoldingEdgeConverter.updateFoldingEdgeState(FoldingEdgeState state,
IFoldingView foldingView,
IEdge foldingEdge,
List<IEdge> masterEdges)
Does nothing and should not normally be called by the view since all folding edges are excluded from it.
|
void |
AbstractFoldingEdgeConverter.updateFoldingEdgeState(FoldingEdgeState state,
IFoldingView foldingView,
IEdge foldingEdge,
List<IEdge> masterEdges)
Implements the
IFoldingEdgeConverter.updateFoldingEdgeState(FoldingEdgeState, IFoldingView, IEdge, List) method
and changes the folding edge appearance. |