Package | Description |
---|---|
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
Modifier and Type | Method and Description |
---|---|
static SwimlanesMode |
SwimlanesMode.fromOrdinal(int ordinal) |
static SwimlanesMode |
SwimlanesMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwimlanesMode[] |
SwimlanesMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Swimlanes.arrangeSwimlanes(Graph graph,
IDataProvider node2Swimlane,
int iterations,
SwimlanesMode mode)
Calculates an ordering of the swimlanes considering the specified ordering mode.
|