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 ParallelSubstructureStyle |
ParallelSubstructureStyle.fromOrdinal(int ordinal) |
ParallelSubstructureStyle |
OrganicLayout.getParallelSubstructureStyle()
Gets the style specifier for parallel substructures.
|
static ParallelSubstructureStyle |
ParallelSubstructureStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParallelSubstructureStyle[] |
ParallelSubstructureStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OrganicLayout.setParallelSubstructureStyle(ParallelSubstructureStyle value)
Sets the style specifier for parallel substructures.
|