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 Scope |
Scope.fromOrdinal(int ordinal) |
Scope |
OrganicLayout.getScope()
Gets the scope that determines which nodes are placed by this algorithm.
|
Scope |
ClassicOrganicLayout.getScope()
Gets the scope that determines which nodes are placed by this algorithm.
|
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.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.setScope(Scope value)
Sets the scope that determines which nodes are placed by this algorithm.
|
void |
ClassicOrganicLayout.setScope(Scope value)
Sets the scope that determines which nodes are placed by this algorithm.
|