Package | Description |
---|---|
com.yworks.yfiles.layout.partial |
Provides class
PartialLayout that enables layout of user-specified, distinct parts of a diagram without altering the existing layout of the remainder of the diagram. |
Modifier and Type | Method and Description |
---|---|
static EdgeRoutingStrategy |
EdgeRoutingStrategy.fromOrdinal(int ordinal) |
EdgeRoutingStrategy |
PartialLayout.getEdgeRoutingStrategy()
Gets the routing strategy that is used for partial edges and edges between different subgraph components (so-called
inter-edges).
|
static EdgeRoutingStrategy |
EdgeRoutingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdgeRoutingStrategy[] |
EdgeRoutingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PartialLayout.setEdgeRoutingStrategy(EdgeRoutingStrategy value)
Sets the routing strategy that is used for partial edges and edges between different subgraph components (so-called
inter-edges).
|