Package | Description |
---|---|
com.yworks.yfiles.layout.router |
Provides classes for automatic routing of the edges in a graph.
|
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 MonotonicPathRestriction |
MonotonicPathRestriction.fromOrdinal(int ordinal) |
MonotonicPathRestriction |
OrthogonalPatternEdgeRouter.getMonotonicPathRestriction()
Gets the monotonic path restriction that should be applied.
|
static MonotonicPathRestriction |
MonotonicPathRestriction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonotonicPathRestriction[] |
MonotonicPathRestriction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OrthogonalPatternEdgeRouter.setMonotonicPathRestriction(MonotonicPathRestriction value)
Sets the monotonic path restriction that should be applied.
|
Modifier and Type | Method and Description |
---|---|
MonotonicPathRestriction |
EdgeLayoutDescriptor.getMonotonicPathRestriction()
Gets the monotonic path restrictions that should be applied.
|
Modifier and Type | Method and Description |
---|---|
void |
EdgeLayoutDescriptor.setMonotonicPathRestriction(MonotonicPathRestriction value)
Sets the monotonic path restrictions that should be applied.
|