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 Scope |
Scope.fromOrdinal(int ordinal) |
Scope |
StraightLineEdgeRouter.getScope()
Gets the (sub-)set of edges to be routed.
|
Scope |
BusRouter.getScope()
Gets the scope for this routing algorithm that determines which edges are routed.
|
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StraightLineEdgeRouter.setScope(Scope value)
Sets the (sub-)set of edges to be routed.
|
void |
BusRouter.setScope(Scope value)
Sets the scope for this routing algorithm that determines which edges are routed.
|
Modifier and Type | Method and Description |
---|---|
Scope |
PolylineLayoutStage.getScope()
Gets the (sub-)set of edges to be routed in a polyline fashion.
|
Scope |
EdgeRouter.getScope()
Gets a (sub-)set of edges that shall be routed.
|
Modifier and Type | Method and Description |
---|---|
void |
PolylineLayoutStage.setScope(Scope value)
Sets the (sub-)set of edges to be routed in a polyline fashion.
|
void |
EdgeRouter.setScope(Scope value)
Sets a (sub-)set of edges that shall be routed.
|