Package | Description |
---|---|
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
com.yworks.yfiles.layout.organic |
Provides organic layout style algorithms that are based on a force-directed layout paradigm.
|
com.yworks.yfiles.layout.partial |
Provides class
PartialLayout that enables layout of user-specified, distinct parts of a diagram without altering the existing layout of the remainder of the diagram. |
com.yworks.yfiles.layout.router.polyline |
Provides classes and interfaces for automatic polyline routing of the edges of a graph.
|
Modifier and Type | Method and Description |
---|---|
PartitionGridData |
HierarchicLayoutData.getPartitionGridData()
Gets the partition grid layout data.
|
Modifier and Type | Method and Description |
---|---|
void |
HierarchicLayoutData.setPartitionGridData(PartitionGridData value)
Sets the partition grid layout data.
|
Modifier and Type | Method and Description |
---|---|
PartitionGridData |
OrganicLayoutData.getPartitionGridData()
Gets the partition grid layout data.
|
Modifier and Type | Method and Description |
---|---|
void |
OrganicLayoutData.setPartitionGridData(PartitionGridData value)
Sets the partition grid layout data.
|
Modifier and Type | Method and Description |
---|---|
PartitionGridData |
PartialLayoutData.getPartitionGridData()
Gets the partition grid layout data.
|
Modifier and Type | Method and Description |
---|---|
void |
PartialLayoutData.setPartitionGridData(PartitionGridData value)
Sets the partition grid layout data.
|
Modifier and Type | Method and Description |
---|---|
PartitionGridData |
PolylineEdgeRouterData.getPartitionGridData()
Gets the partition grid layout data.
|
Modifier and Type | Method and Description |
---|---|
void |
PolylineEdgeRouterData.setPartitionGridData(PartitionGridData value)
Sets the partition grid layout data.
|