Package | Description |
---|---|
com.yworks.yfiles.layout.circular |
Provides circular layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static LayoutStyle |
LayoutStyle.fromOrdinal(int ordinal) |
LayoutStyle |
CircularLayout.getLayoutStyle()
Gets the global 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 |
CircularLayout.setLayoutStyle(LayoutStyle value)
Sets the global layout style for this layout algorithm.
|