Package | Description |
---|---|
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static RankingPolicy |
RankingPolicy.fromOrdinal(int ordinal) |
RankingPolicy |
TopologicalLayerer.getRankingPolicy()
Gets the (re-)ranking policy used by this
TopologicalLayerer instance. |
static RankingPolicy |
RankingPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RankingPolicy[] |
RankingPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TopologicalLayerer.setRankingPolicy(RankingPolicy value)
Sets the (re-)ranking policy used by this
TopologicalLayerer instance. |