Package | Description |
---|---|
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
com.yworks.yfiles.layout.circular |
Provides circular layout style algorithms.
|
com.yworks.yfiles.layout.genealogy |
Provides layout algorithms that are especially suited for genealogical family trees.
|
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
com.yworks.yfiles.layout.labeling |
Provides algorithms for the automatic placement of node and edge labels, so called generic labeling algorithms.
|
com.yworks.yfiles.layout.multipage |
Provides the
MultiPageLayout that subdivides the input graph into several smaller graphs whose layouts fit the specified maximum page size. |
com.yworks.yfiles.layout.organic |
Provides organic layout style algorithms that are based on a force-directed layout paradigm.
|
com.yworks.yfiles.layout.orthogonal |
Provides orthogonal layout style algorithms.
|
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.radial |
Provides the radial layout algorithm.
|
com.yworks.yfiles.layout.router |
Provides classes for automatic routing of the edges in a graph.
|
com.yworks.yfiles.layout.router.polyline |
Provides classes and interfaces for automatic polyline routing of the edges of a graph.
|
com.yworks.yfiles.layout.seriesparallel |
Provides the series-parallel layout algorithm.
|
com.yworks.yfiles.layout.tree |
Provides tree layout style algorithms.
|
Modifier and Type | Method and Description |
---|---|
void |
ReverseEdgesStageData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
void |
RecursiveGroupLayoutData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
void |
PartitionLayoutData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
void |
PartitionGridData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
void |
ParallelEdgeRouterData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
abstract void |
LayoutData.apply(LayoutGraphAdapter layoutGraphAdapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph)
Applies this layout data to the specified
layoutGraphAdapter . |
void |
FixNodeLayoutData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
void |
FixGroupLayoutData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
void |
CompositeLayoutData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
void |
ComponentLayoutData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
IMapper<V,Boolean> |
SingleItemCollection.provideMapper(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout)
Provides a mapper describing which elements are contained in this
ItemCollection . |
IMapper<TItem,TValue> |
ItemMapping.provideMapper(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout)
Provides a mapper mapping the items to values.
|
IMapper<TItem,Boolean> |
ItemCollection.provideMapper(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout)
Provides a mapper describing which elements are contained in this
ItemCollection . |
IMapper<TItem,TValue> |
ContextItemMapping.provideMapper(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
TContext context)
Provides a mapper mapping the items to values.
|
Modifier and Type | Method and Description |
---|---|
void |
CircularLayoutData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
Modifier and Type | Method and Description |
---|---|
void |
FamilyTreeLayoutData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
Modifier and Type | Method and Description |
---|---|
void |
SelfLoopCalculatorData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
void |
HierarchicLayoutData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
IMapper<IModelItem,Object> |
IncrementalHintItemMapping.provideMapper(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
IIncrementalHintsFactory hintsFactory) |
Modifier and Type | Method and Description |
---|---|
void |
LabelingData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
Modifier and Type | Method and Description |
---|---|
void |
MultiPageLayoutData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
Modifier and Type | Method and Description |
---|---|
void |
OrganicLayoutData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
Modifier and Type | Method and Description |
---|---|
void |
OrthogonalLayoutData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
Modifier and Type | Method and Description |
---|---|
void |
PartialLayoutData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
Modifier and Type | Method and Description |
---|---|
void |
RadialLayoutData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
Modifier and Type | Method and Description |
---|---|
void |
StraightLineEdgeRouterData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
void |
OrthogonalPatternEdgeRouterData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
void |
OrganicEdgeRouterData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
void |
ChannelEdgeRouterData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
void |
BusRouterData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
Modifier and Type | Method and Description |
---|---|
void |
PolylineEdgeRouterData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
Modifier and Type | Method and Description |
---|---|
void |
SeriesParallelLayoutData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
Modifier and Type | Method and Description |
---|---|
void |
TreeReductionStageData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
void |
TreeLayoutData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
void |
BalloonLayoutData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |
void |
AspectRatioTreeLayoutData.apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph) |