Package | Description |
---|---|
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
com.yworks.yfiles.layout.organic |
Provides organic layout style algorithms that are based on a force-directed layout paradigm.
|
Modifier and Type | Class and Description |
---|---|
class |
IsolatedGroupComponentLayout
A special
ComponentLayout implementation that allows to lay out isolated subgraphs within a group as separate
components. |
Modifier and Type | Method and Description |
---|---|
static PartitionLayout.IPartitionPlacer |
PartitionLayout.IPartitionPlacer.createComponentPartitionPlacer(ComponentLayout componentLayout)
Creates a
PartitionLayout.IPartitionPlacer that uses ComponentLayout to place the partitions. |
Modifier and Type | Method and Description |
---|---|
protected void |
OrganicLayout.configureComponentLayout(LayoutGraph graph,
ComponentLayout layouter)
Configures the given
ComponentLayout to take fixed nodes in components into account. |
protected void |
OrganicLayout.disposeComponentLayout(LayoutGraph graph,
ComponentLayout layouter)
Disposes of the
ComponentLayout instance. |