Package | Description |
---|---|
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
Modifier and Type | Method and Description |
---|---|
static EdgeFlow |
LayoutGraphUtilities.determineEdgeFlowDirection(LayoutGraph graph,
IDataProvider considerEdges)
Determines the main direction of the edge flow by analyzing the current layout of the graph.
|
static EdgeFlow |
EdgeFlow.fromOrdinal(int ordinal) |
static EdgeFlow |
EdgeFlow.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdgeFlow[] |
EdgeFlow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|