Package | Description |
---|---|
com.yworks.yfiles.layout.orthogonal |
Provides orthogonal layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static LayoutStyle |
LayoutStyle.fromOrdinal(int ordinal) |
LayoutStyle |
OrthogonalLayout.getLayoutStyle()
Gets the layout style for this layout algorithm.
|
static LayoutStyle |
LayoutStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LayoutStyle[] |
LayoutStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OrthogonalLayout.setLayoutStyle(LayoutStyle value)
Sets the layout style for this layout algorithm.
|