Package | Description |
---|---|
com.yworks.yfiles.layout.organic |
Provides organic layout style algorithms that are based on a force-directed layout paradigm.
|
Modifier and Type | Method and Description |
---|---|
static HorizontalOverlapCriterion |
HorizontalOverlapCriterion.fromOrdinal(int ordinal) |
HorizontalOverlapCriterion |
ShuffleLayout.getHorizontalOverlapCriterion()
Gets the criterion for marking an overlap as horizontal.
|
static HorizontalOverlapCriterion |
HorizontalOverlapCriterion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HorizontalOverlapCriterion[] |
HorizontalOverlapCriterion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ShuffleLayout.setHorizontalOverlapCriterion(HorizontalOverlapCriterion value)
Sets the criterion for marking an overlap as horizontal.
|