Package | Description |
---|---|
com.yworks.yfiles.algorithms | |
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.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 | Field and Description |
---|---|
static GraphDpKey<AbortHandler> |
AbortHandler.ABORT_HANDLER_DPKEY
A
DataProvider key for attaching an AbortHandler instance to a graph
Only instances of AbortHandler should be assigned to this IDataProvider , otherwise a ClassCastException
will occur. |
Modifier and Type | Method and Description |
---|---|
static AbortHandler |
AbortHandler.createForGraph(Graph graph)
Creates an
handler instance and attaches it to the given graph. |
static AbortHandler |
AbortHandler.getFromGraph(Graph graph)
Returns an
AbortHandler instance for the given graph. |
Modifier and Type | Method and Description |
---|---|
protected AbortHandler |
LayoutExecutor.createAbortHandler()
Creates an instance of
AbortHandler . |
AbortHandler |
RecursiveGroupLayoutData.getAbortHandler()
Gets the AbortHandler used during the layout.
|
AbortHandler |
ParallelEdgeRouterData.getAbortHandler()
Gets the AbortHandler used during the layout.
|
AbortHandler |
LayoutExecutor.getAbortHandler()
Gets the
AbortHandler that is used during the layout calculation. |
AbortHandler |
ComponentLayoutData.getAbortHandler()
Gets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
void |
RecursiveGroupLayoutData.setAbortHandler(AbortHandler value)
Sets the AbortHandler used during the layout.
|
void |
ParallelEdgeRouterData.setAbortHandler(AbortHandler value)
Sets the AbortHandler used during the layout.
|
void |
ComponentLayoutData.setAbortHandler(AbortHandler value)
Sets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
AbortHandler |
CircularLayoutData.getAbortHandler()
Gets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
void |
CircularLayoutData.setAbortHandler(AbortHandler value)
Sets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
AbortHandler |
HierarchicLayoutData.getAbortHandler()
Gets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
void |
HierarchicLayoutData.setAbortHandler(AbortHandler value)
Sets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
AbortHandler |
LabelingData.getAbortHandler()
Gets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
void |
LabelingData.setAbortHandler(AbortHandler value)
Sets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
AbortHandler |
MultiPageLayoutData.getAbortHandler()
Gets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiPageLayoutData.setAbortHandler(AbortHandler value)
Sets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
AbortHandler |
OrganicLayoutData.getAbortHandler()
Gets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
void |
OrganicLayoutData.setAbortHandler(AbortHandler value)
Sets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
AbortHandler |
OrthogonalLayoutData.getAbortHandler()
Gets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
void |
OrthogonalLayoutData.setAbortHandler(AbortHandler value)
Sets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
AbortHandler |
PartialLayoutData.getAbortHandler()
Gets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
void |
PartialLayoutData.setAbortHandler(AbortHandler value)
Sets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
AbortHandler |
RadialLayoutData.getAbortHandler()
Gets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
void |
RadialLayoutData.setAbortHandler(AbortHandler value)
Sets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
AbortHandler |
OrthogonalPatternEdgeRouterData.getAbortHandler()
Gets the AbortHandler used during the layout.
|
AbortHandler |
OrganicEdgeRouterData.getAbortHandler()
Gets the AbortHandler used during the layout.
|
AbortHandler |
BusRouterData.getAbortHandler()
Gets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
void |
OrthogonalPatternEdgeRouterData.setAbortHandler(AbortHandler value)
Sets the AbortHandler used during the layout.
|
void |
OrganicEdgeRouterData.setAbortHandler(AbortHandler value)
Sets the AbortHandler used during the layout.
|
void |
BusRouterData.setAbortHandler(AbortHandler value)
Sets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
AbortHandler |
PolylineEdgeRouterData.getAbortHandler()
Gets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
void |
PolylineEdgeRouterData.setAbortHandler(AbortHandler value)
Sets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
AbortHandler |
SeriesParallelLayoutData.getAbortHandler()
Gets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
void |
SeriesParallelLayoutData.setAbortHandler(AbortHandler value)
Sets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
AbortHandler |
TreeLayoutData.getAbortHandler()
Gets the AbortHandler used during the layout.
|
AbortHandler |
BalloonLayoutData.getAbortHandler()
Gets the AbortHandler used during the layout.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeLayoutData.setAbortHandler(AbortHandler value)
Sets the AbortHandler used during the layout.
|
void |
BalloonLayoutData.setAbortHandler(AbortHandler value)
Sets the AbortHandler used during the layout.
|