Package | Description |
---|---|
com.yworks.yfiles.layout.circular |
Provides circular layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
static PartitionStyle |
PartitionStyle.fromOrdinal(int ordinal) |
PartitionStyle |
CircularLayout.getPartitionStyle()
Gets the style for the arrangement of each partition.
|
static PartitionStyle |
PartitionStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartitionStyle[] |
PartitionStyle.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.setPartitionStyle(PartitionStyle value)
Sets the style for the arrangement of each partition.
|