public class OrganicEdgeRouterData extends LayoutData
OrganicEdgeRouter
.Constructor and Description |
---|
OrganicEdgeRouterData() |
Modifier and Type | Method and Description |
---|---|
void |
apply(LayoutGraphAdapter adapter,
ILayoutAlgorithm layout,
CopiedLayoutGraph layoutGraph)
Applies this layout data to the specified
layoutGraphAdapter . |
AbortHandler |
getAbortHandler()
Gets the AbortHandler used during the layout.
|
ItemCollection<IEdge> |
getAffectedEdges()
Gets the collection of edges routed by this router.
|
void |
setAbortHandler(AbortHandler value)
Sets the AbortHandler used during the layout.
|
void |
setAffectedEdges(ItemCollection<IEdge> value)
Sets the collection of edges routed by this router.
|
public void apply(LayoutGraphAdapter adapter, ILayoutAlgorithm layout, CopiedLayoutGraph layoutGraph)
LayoutData
layoutGraphAdapter
.apply
in class LayoutData
adapter
- The adapter to add the layout data to.layout
- The layout that shall use this layout data.layoutGraph
- The layout graph used for the layout calculation.public final AbortHandler getAbortHandler()
AbortHandler.ABORT_HANDLER_DPKEY
,
setAbortHandler(AbortHandler)
public final ItemCollection<IEdge> getAffectedEdges()
OrganicEdgeRouter.AFFECTED_EDGES_DPKEY
,
setAffectedEdges(ItemCollection)
public final void setAbortHandler(AbortHandler value)
value
- The AbortHandler to set.AbortHandler.ABORT_HANDLER_DPKEY
,
getAbortHandler()
public final void setAffectedEdges(ItemCollection<IEdge> value)
value
- The AffectedEdges to set.OrganicEdgeRouter.AFFECTED_EDGES_DPKEY
,
getAffectedEdges()