Package | Description |
---|---|
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 GraphObjectDpKey<Iterable<IPort>> |
LayoutGraphAdapter.UNCONNECTED_PORTS_DPKEY
A data provider key that can be used to look up the original unconnected
ports of the original IPortOwner
of an Node or, in the case of edge-to-edge connections, an
Edge . |
Modifier and Type | Field and Description |
---|---|
static GraphObjectDpKey<Object> |
HierarchicLayoutCore.INCREMENTAL_HINTS_DPKEY
A
DataProvider key for specifying incremental hints
Incremental hints are created using an incremental hints factory . |
static GraphObjectDpKey<Object> |
HierarchicLayout.INCREMENTAL_HINTS_DPKEY
A
DataProvider key for specifying incremental hints.
|