Package | Description |
---|---|
com.yworks.yfiles.layout.seriesparallel |
Provides the series-parallel layout algorithm.
|
Modifier and Type | Method and Description |
---|---|
static ForkStyle |
ForkStyle.fromOrdinal(int ordinal) |
ForkStyle |
DefaultPortAssignment.getForkStyle()
Gets the fork style which influences the port assignment.
|
static ForkStyle |
ForkStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForkStyle[] |
ForkStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultPortAssignment.setForkStyle(ForkStyle value)
Sets the fork style which influences the port assignment.
|