Package | Description |
---|---|
com.yworks.yfiles.graph |
Definitions, default implementations, and support classes that represent graph structures and provide facilities for their programmatic modification.
|
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static ILayerConstraintFactory |
LayoutUtilities.createLayerConstraintFactory(HierarchicLayout layout,
IGraph graph)
Creates and registers an incremental layer constraint factory for an
IGraph . |
Modifier and Type | Method and Description |
---|---|
ILayerConstraintFactory |
HierarchicLayoutCore.createLayerConstraintFactory(Graph graph)
Creates a
layer constraint factory that allows to create hints that affect the
assignment of the nodes to layers. |
ILayerConstraintFactory |
HierarchicLayout.createLayerConstraintFactory(Graph graph)
Returns a
ILayerConstraintFactory instance that can be used for specifying layer constraints for the given
graph. |
ILayerConstraintFactory |
HierarchicLayoutData.getLayerConstraintFactory()
Gets the factory to specify layer constraints.
|
Modifier and Type | Method and Description |
---|---|
void |
HierarchicLayoutData.setLayerConstraintFactory(ILayerConstraintFactory value)
Sets the factory to specify layer constraints.
|