Package | Description |
---|---|
com.yworks.yfiles.layout.tree |
Provides tree layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static FillStyle |
FillStyle.fromOrdinal(int ordinal) |
FillStyle |
AspectRatioNodePlacer.getFillStyle()
Gets how rows/columns are aligned with each other.
|
static FillStyle |
FillStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FillStyle[] |
FillStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AspectRatioNodePlacer.setFillStyle(FillStyle value)
Sets how rows/columns are aligned with each other.
|