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. |
com.yworks.yfiles.layout.seriesparallel |
Provides the series-parallel layout algorithm.
|
Modifier and Type | Field and Description |
---|---|
static IEdgeLabelLayoutDpKey<PreferredPlacementDescriptor> |
LayoutGraphAdapter.EDGE_LABEL_LAYOUT_PREFERRED_PLACEMENT_DESCRIPTOR_DPKEY
An
IMapperRegistry tag for an IMapper that provides for the edge ILabel s in the AdaptedGraph
a PreferredPlacementDescriptor instance. |
static IEdgeLabelLayoutDpKey<ILabel> |
LayoutGraphAdapter.ORIGINAL_EDGE_LABEL_DPKEY
A data provider key that can be used to look up the original
ILabel of an IEdgeLabelLayout . |
Modifier and Type | Field and Description |
---|---|
static IEdgeLabelLayoutDpKey<Object> |
MultiPageLayout.EDGE_LABEL_ID_DPKEY
A
DataProvider key for mapping each edge label of the input graph to a unique ID.
|
Modifier and Type | Field and Description |
---|---|
static IEdgeLabelLayoutDpKey<Boolean> |
SeriesParallelLayout.NON_SERIES_PARALLEL_EDGE_LABELS_DPKEY
A
DataProvider key for marking edge labels of non-series-parallel edges
|