Package | Description |
---|---|
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
ILayerConstraint |
ILayerConstraintFactory.addPlaceNodeAboveConstraint(Object referenceId,
Object aboveId)
|
default ILayerConstraint |
ILayerConstraintFactory.addPlaceNodeAboveConstraint(Object referenceId,
Object aboveId,
int minDistance)
|
ILayerConstraint |
ILayerConstraintFactory.addPlaceNodeAboveConstraint(Object referenceId,
Object aboveId,
int minDistance,
int weight)
|
ILayerConstraint |
ILayerConstraintFactory.addPlaceNodeAtBottomConstraint(Object nodeId)
Adds a constraint that places a
Node on the bottom layer. |
ILayerConstraint |
ILayerConstraintFactory.addPlaceNodeAtTopConstraint(Object nodeId)
Adds a constraint that places a
Node on the topmost layer. |
ILayerConstraint |
ILayerConstraintFactory.addPlaceNodeBelowConstraint(Object referenceId,
Object belowId)
|
default ILayerConstraint |
ILayerConstraintFactory.addPlaceNodeBelowConstraint(Object referenceId,
Object belowId,
int minDistance)
|
ILayerConstraint |
ILayerConstraintFactory.addPlaceNodeBelowConstraint(Object referenceId,
Object belowId,
int minDistance,
int weight)
|
ILayerConstraint |
ILayerConstraintFactory.addPlaceNodeInSameLayerConstraint(Object referenceId,
Object sameLayerId)
|