Package | Description |
---|---|
com.yworks.yfiles.layout.organic |
Provides organic layout style algorithms that are based on a force-directed layout paradigm.
|
Modifier and Type | Field and Description |
---|---|
static NodeDpKey<GroupNodeMode> |
OrganicLayout.GROUP_NODE_MODE_DPKEY
A
DataProvider key for assigning individual modes for all group nodes
The modes specify how a group's content is handled and if it is resized during layout calculation. |
Modifier and Type | Method and Description |
---|---|
static GroupNodeMode |
GroupNodeMode.fromOrdinal(int ordinal) |
static GroupNodeMode |
GroupNodeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupNodeMode[] |
GroupNodeMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ItemMapping<INode,GroupNodeMode> |
OrganicLayoutData.getGroupNodeModes()
Gets the mapping from group nodes to a mode constant describing how to handle the group node.
|
Modifier and Type | Method and Description |
---|---|
void |
OrganicLayoutData.setGroupNodeModes(ItemMapping<INode,GroupNodeMode> value)
Sets the mapping from group nodes to a mode constant describing how to handle the group node.
|