Package | Description |
---|---|
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 EdgeBundleModes |
EdgeBundleModes.DISTINGUISH_DIRECTIONS
Edge bundle mode constant that specifies that multi-edges (edges with same endpoints) should be distinguished if they
have different directions.
|
static EdgeBundleModes |
EdgeBundleModes.DISTINGUISH_MULTI_EDGES
Edge bundle mode constant that specifies that all multi-edges (edges with same endpoints) should be distinguished.
|
static EdgeBundleModes |
EdgeBundleModes.DISTINGUISH_TYPES
Edge bundle mode constant that specifies that multi-edges (edges with same endpoints) should be distinguished if they
are of different (user specified) type, see
MultiPageLayout.EDGE_TYPE_DPKEY . |
Modifier and Type | Method and Description |
---|---|
static EdgeBundleModes |
EdgeBundleModes.fromName(String name) |
static EdgeBundleModes |
EdgeBundleModes.fromOrdinal(int value) |
protected EdgeBundleModes |
EdgeBundleModes.fromOrdinalImpl(int ordinal) |
EdgeBundleModes |
MultiPageLayout.getEdgeBundleModeMask()
Gets the bit mask for defining edge bundles.
|
protected EdgeBundleModes[] |
EdgeBundleModes.getItems() |
Modifier and Type | Method and Description |
---|---|
void |
MultiPageLayout.setEdgeBundleModeMask(EdgeBundleModes value)
Sets the bit mask for defining edge bundles.
|