Package | Description |
---|---|
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
com.yworks.yfiles.layout.multipage |
Provides the
MultiPageLayout that subdivides the input graph into several smaller graphs whose layouts fit the specified maximum page size. |
Modifier and Type | Field and Description |
---|---|
static INodeLabelLayoutDpKey<ILabel> |
LayoutGraphAdapter.ORIGINAL_NODE_LABEL_DPKEY
A data provider key that can be used to look up the original
ILabel of an INodeLabelLayout . |
Modifier and Type | Field and Description |
---|---|
static INodeLabelLayoutDpKey<Object> |
MultiPageLayout.NODE_LABEL_ID_DPKEY
A
DataProvider key for mapping each node label of the input graph to a unique ID.
|