Package | Description |
---|---|
com.yworks.yfiles.layout.router.polyline |
Provides classes and interfaces for automatic polyline routing of the edges of a graph.
|
Modifier and Type | Method and Description |
---|---|
static Alignment |
Alignment.fromOrdinal(int ordinal) |
Alignment |
AbstractSegmentInfo.getPreferredAlignment()
Gets the preferred placement of this segment within its location range.
|
static Alignment |
Alignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Alignment[] |
Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSegmentInfo.setPreferredAlignment(Alignment value)
Sets the preferred placement of this segment within its location range.
|