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 FixPointPolicy |
FixPointPolicy.fromOrdinal(int ordinal) |
FixPointPolicy |
FixNodeLayoutStage.getFixPointPolicy()
Gets the fix point calculation policy used in
FixNodeLayoutStage.calculateFixPoint(Rectangle2D) to determine which point in the
corresponding rectangle should be considered fixed. |
static FixPointPolicy |
FixPointPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FixPointPolicy[] |
FixPointPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FixNodeLayoutStage.setFixPointPolicy(FixPointPolicy value)
Sets the fix point calculation policy used in
FixNodeLayoutStage.calculateFixPoint(Rectangle2D) to determine which point in the
corresponding rectangle should be considered fixed. |