Package | Description |
---|---|
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
com.yworks.yfiles.layout.circular |
Provides circular layout style algorithms.
|
com.yworks.yfiles.layout.radial |
Provides the radial layout algorithm.
|
com.yworks.yfiles.layout.tree |
Provides tree layout style algorithms.
|
Modifier and Type | Field and Description |
---|---|
static EdgeDpKey<EdgeBundleDescriptor> |
EdgeBundling.EDGE_BUNDLE_DESCRIPTOR_DPKEY
A
DataProvider key for specifying individual bundling settings for edges
If no EdgeBundleDescriptor is mapped to an edge, the default descriptor is
used by the layout algorithm to obtain the bundling setup of that edge. |
Modifier and Type | Method and Description |
---|---|
EdgeBundleDescriptor |
EdgeBundling.getDefaultBundleDescriptor()
Gets the default
EdgeBundleDescriptor used for all edges which do not have a specific descriptor assigned via a
IDataProvider registered with key EdgeBundling.EDGE_BUNDLE_DESCRIPTOR_DPKEY . |
Modifier and Type | Method and Description |
---|---|
void |
EdgeBundling.setDefaultBundleDescriptor(EdgeBundleDescriptor value)
Sets the default
EdgeBundleDescriptor used for all edges which do not have a specific descriptor assigned via a
IDataProvider registered with key EdgeBundling.EDGE_BUNDLE_DESCRIPTOR_DPKEY . |
Constructor and Description |
---|
EdgeBundleDescriptor(EdgeBundleDescriptor descriptor)
Creates a new
EdgeBundleDescriptor representing a copy of the given other descriptor instance. |
Modifier and Type | Method and Description |
---|---|
ItemMapping<IEdge,EdgeBundleDescriptor> |
CircularLayoutData.getEdgeBundleDescriptors()
Gets the mapping of edges to their
EdgeBundleDescriptor . |
Modifier and Type | Method and Description |
---|---|
void |
CircularLayoutData.setEdgeBundleDescriptors(ItemMapping<IEdge,EdgeBundleDescriptor> value)
Sets the mapping of edges to their
EdgeBundleDescriptor . |
Modifier and Type | Method and Description |
---|---|
ItemMapping<IEdge,EdgeBundleDescriptor> |
RadialLayoutData.getEdgeBundleDescriptors()
Gets the mapping of edges to their
EdgeBundleDescriptor . |
Modifier and Type | Method and Description |
---|---|
void |
RadialLayoutData.setEdgeBundleDescriptors(ItemMapping<IEdge,EdgeBundleDescriptor> value)
Sets the mapping of edges to their
EdgeBundleDescriptor . |
Modifier and Type | Method and Description |
---|---|
ItemMapping<IEdge,EdgeBundleDescriptor> |
TreeReductionStageData.getEdgeBundleDescriptors()
Gets the mapping of edges to their
EdgeBundleDescriptor . |
Modifier and Type | Method and Description |
---|---|
void |
TreeReductionStageData.setEdgeBundleDescriptors(ItemMapping<IEdge,EdgeBundleDescriptor> value)
Sets the mapping of edges to their
EdgeBundleDescriptor . |