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 ISequenceConstraintFactory |
LayoutUtilities.createSequenceConstraintFactory(HierarchicLayout layout,
IGraph graph)
Creates and registers a sequencer constraint factory for an
IGraph . |
Modifier and Type | Method and Description |
---|---|
ISequenceConstraintFactory |
HierarchicLayoutCore.createSequenceConstraintFactory(Graph graph)
Creates sequence constraints that affect the sequence of the nodes within each layer.
|
ISequenceConstraintFactory |
HierarchicLayout.createSequenceConstraintFactory(LayoutGraph graph)
Returns a
ISequenceConstraintFactory instance that can be used for specifying sequence constraints for the given
graph. |
ISequenceConstraintFactory |
HierarchicLayoutData.getSequenceConstraintFactory()
Gets the factory to specify sequence constraints.
|
Modifier and Type | Method and Description |
---|---|
void |
HierarchicLayoutData.setSequenceConstraintFactory(ISequenceConstraintFactory value)
Sets the factory to specify sequence constraints.
|