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 NodeAlignment |
NodeAlignment.fromOrdinal(int ordinal) |
static NodeAlignment |
NodeAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeAlignment[] |
NodeAlignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
LayoutGraphUtilities.alignNodeLayouts(LayoutGraph graph,
NodeList nodes,
Node referenceNode,
boolean vertical,
NodeAlignment mode)
Aligns the specified nodes either vertically or horizontally according to the specified node alignment mode.
|