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 | Class and Description |
---|---|
class |
AbstractFoldingEdgeConverter
An abstract basic implementation of the
IFoldingEdgeConverter interface that may be derived from to create a
customized FoldingEdgeConverter . |
class |
DefaultFoldingEdgeConverter
The default implementation of the
IFoldingEdgeConverter that is used by the FoldingManager initially and
can be customized to suit the application's needs. |
class |
ExcludingFoldingEdgeConverter
A simple implementation of the
IFoldingEdgeConverter interface for use in the FoldingEdgeConverter
property, that will prevent folding edges from appearing in the view . |
class |
MergingFoldingEdgeConverter
A simple implementation of the
IFoldingEdgeConverter interface that will make the view
contain at most one folding edge between each pair of nodes by letting a single folding edge represent all master
edges. |
Modifier and Type | Method and Description |
---|---|
IFoldingEdgeConverter |
FoldingManager.getFoldingEdgeConverter()
Gets the
IFoldingEdgeConverter implementation that is used to create/convert and modify the folding edges
inside the view instances. |
Modifier and Type | Method and Description |
---|---|
void |
FoldingManager.setFoldingEdgeConverter(IFoldingEdgeConverter value)
Sets the
IFoldingEdgeConverter implementation that is used to create/convert and modify the folding edges
inside the view instances. |