Package | Description |
---|---|
com.yworks.yfiles.algorithms | |
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
Modifier and Type | Field and Description |
---|---|
static GraphDpKey<AbortHandler> |
AbortHandler.ABORT_HANDLER_DPKEY
A
DataProvider key for attaching an AbortHandler instance to a graph
Only instances of AbortHandler should be assigned to this IDataProvider , otherwise a ClassCastException
will occur. |
Modifier and Type | Field and Description |
---|---|
static GraphDpKey<PartitionGrid> |
PartitionGrid.PARTITION_GRID_DPKEY
A
DataProvider key for storing the partition grid structure
If the IDataProvider contains a partition grid structure, this structure will be considered during layout
(provided that the layout algorithm supports such constraints). |
Modifier and Type | Field and Description |
---|---|
static GraphDpKey<Object> |
HierarchicLayout.LAYER_CONSTRAINTS_MEMENTO_DPKEY
A
DataProvider key for storing the constraint graph
|
static GraphDpKey<Object> |
HierarchicLayout.SEQUENCE_CONSTRAINTS_MEMENTO_DPKEY
A
DataProvider key for storing the constraint graph
A v1 before v2 constraint is represented as an edge between the representatives of v1 and v2 in
the constraint graph. |