Package | Description |
---|---|
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static EdgeRoutingStyle |
EdgeRoutingStyle.fromOrdinal(int ordinal) |
EdgeRoutingStyle |
RoutingStyle.getBackLoopRoutingStyle()
Gets the routing style for back-loop edges.
|
EdgeRoutingStyle |
RoutingStyle.getDefaultEdgeRoutingStyle()
Gets the default routing style for edges that have no individual routing style.
|
EdgeRoutingStyle |
RoutingStyle.getEdgeGroupRoutingStyle()
Gets the routing style for grouped edges at the common segments.
|
EdgeRoutingStyle |
RoutingStyle.getSameLayerEdgeRoutingStyle()
Gets the routing style for same-layer edges.
|
EdgeRoutingStyle |
RoutingStyle.getSelfLoopRoutingStyle()
Gets the routing style for self-loops.
|
static EdgeRoutingStyle |
EdgeRoutingStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdgeRoutingStyle[] |
EdgeRoutingStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RoutingStyle.setBackLoopRoutingStyle(EdgeRoutingStyle value)
Sets the routing style for back-loop edges.
|
void |
RoutingStyle.setDefaultEdgeRoutingStyle(EdgeRoutingStyle value)
Sets the default routing style for edges that have no individual routing style.
|
void |
RoutingStyle.setEdgeGroupRoutingStyle(EdgeRoutingStyle value)
Sets the routing style for grouped edges at the common segments.
|
void |
RoutingStyle.setSameLayerEdgeRoutingStyle(EdgeRoutingStyle value)
Sets the routing style for same-layer edges.
|
void |
RoutingStyle.setSelfLoopRoutingStyle(EdgeRoutingStyle value)
Sets the routing style for self-loops.
|
Constructor and Description |
---|
RoutingStyle(EdgeRoutingStyle routingStyle)
Creates a new
RoutingStyle instance with the given routing style for each edge. |