documentationfor yFiles for HTML 2.6

Usages of AbortHandler

Properties

abortHandlerin CircularLayoutDataGets or sets the AbortHandler used during the layout.
abortHandlerin HierarchicLayoutDataGets or sets the AbortHandler used during the layout.
abortHandlerin LabelingDataGets or sets the AbortHandler used during the layout.
abortHandlerin AlignmentStageDataGets or sets the AbortHandler used during the layout.
abortHandlerin CactusGroupLayoutDataGets or sets the AbortHandler used during the layout.
abortHandlerin ComponentLayoutDataGets or sets the AbortHandler used during the layout.
abortHandlerin LayoutExecutorGets the AbortHandler that is used during the layout calculation, unless another AbortHandler has been configured via layoutData or by registering an IMapper<K,V> in the graph's mapperRegistry.
abortHandlerin RecursiveGroupLayoutDataGets or sets the AbortHandler used during the layout.
abortHandlerin MultiPageLayoutDataGets or sets the AbortHandler used during the layout.
abortHandlerin OrganicLayoutDataGets or sets the AbortHandler used during the layout.
abortHandlerin OrthogonalLayoutDataGets or sets the AbortHandler used during the layout.
abortHandlerin ClearAreaLayoutDataGets or sets the AbortHandler used during the layout.
abortHandlerin FillAreaLayoutDataGets or sets the AbortHandler used during the layout.
abortHandlerin PartialLayoutDataGets or sets the AbortHandler used during the layout.
abortHandlerin RadialLayoutDataGets or sets the AbortHandler used during the layout.
abortHandlerin BusRouterDataGets or sets the AbortHandler used during the layout.
abortHandlerin ChannelEdgeRouterDataGets or sets the abortHandler used during the layout.
abortHandlerin CurveRoutingStageDataGets or sets the AbortHandler used during the layout.
abortHandlerin EdgeBundlingStageDataGets or sets the AbortHandler used during the layout.
abortHandlerin EdgeRouterDataGets or sets the AbortHandler used during the layout.
abortHandlerin OrganicEdgeRouterDataGets or sets the AbortHandler used during the layout.
abortHandlerin OrthogonalPatternEdgeRouterDataGets or sets the AbortHandler used during the layout.
abortHandlerin ParallelEdgeRouterDataGets or sets the AbortHandler used during the layout.
abortHandlerin SeriesParallelLayoutDataGets or sets the AbortHandler used during the layout.
abortHandlerin BalloonLayoutDataGets or sets the AbortHandler used during the layout.
abortHandlerin TreeLayoutDataGets or sets the AbortHandler used during the layout.
abortHandlerin TreeMapLayoutDataGets or sets the AbortHandler used during the layout.

Fields

ABORT_HANDLER_DP_KEYin AbortHandlerA data provider key for attaching an AbortHandler instance to a graph.

Method Return Values

createForGraph (Graph)in AbortHandlerCreates an handler instance and attaches it to the given graph.
getFromGraph (Graph)in AbortHandlerReturns an AbortHandler instance for the given graph.
createAbortHandler ()in LayoutExecutorCreates an instance of AbortHandler.

Method Parameters

CircularLayoutData ()in CircularLayoutDataCreates a new instance of CircularLayoutData which helps configuring CircularLayout.
HierarchicLayoutData ()in HierarchicLayoutDataCreates a new instance of HierarchicLayoutData which helps configuring HierarchicLayout.
LabelingData ()in LabelingDataCreates a new instance of LabelingData which helps configuring GenericLabeling.
AlignmentStageData ()in AlignmentStageDataCreates a new instance of AlignmentStageData which helps configuring AlignmentStage.
CactusGroupLayoutData ()in CactusGroupLayoutDataCreates a new instance of this class.
ComponentLayoutData ()in ComponentLayoutDataCreates a new instance of ComponentLayoutData which helps configuring ComponentLayout.
RecursiveGroupLayoutData ()in RecursiveGroupLayoutDataCreates a new instance of RecursiveGroupLayoutData which helps configuring RecursiveGroupLayout.
MultiPageLayoutData ()in MultiPageLayoutDataCreates a new instance of MultiPageLayoutData which helps configuring MultiPageLayout.
OrganicLayoutData ()in OrganicLayoutDataCreates a new instance of OrganicLayoutData which helps configuring OrganicLayout.
OrthogonalLayoutData ()in OrthogonalLayoutDataCreates a new instance of OrthogonalLayoutData which helps configuring OrthogonalLayout.
ClearAreaLayoutData ()in ClearAreaLayoutDataCreates a new instance of ClearAreaLayoutData.
FillAreaLayoutData ()in FillAreaLayoutDataCreates a new instance of FillAreaLayoutData.
PartialLayoutData ()in PartialLayoutDataCreates a new instance of PartialLayoutData which helps configuring PartialLayout.
RadialLayoutData ()in RadialLayoutDataCreates a new instance of RadialLayoutData which helps configuring RadialLayout.
BusRouterData ()in BusRouterDataCreates a new instance of BusRouterData which helps configuring BusRouter.
ChannelEdgeRouterData ()in ChannelEdgeRouterDataCreates a new instance of ChannelEdgeRouterData which helps configuring ChannelEdgeRouter.
CurveRoutingStageData ()in CurveRoutingStageDataCreates a new instance of CurveRoutingStageData which helps configuring the CurveRoutingStage.
EdgeBundlingStageData ()in EdgeBundlingStageDataCreates a new instance of EdgeBundlingStageData which helps configuring EdgeBundlingStage.
EdgeRouterData ()in EdgeRouterDataCreates a new instance of EdgeRouterData which helps configuring EdgeRouter.
OrganicEdgeRouterData ()in OrganicEdgeRouterDataCreates a new instance of OrganicEdgeRouterData which helps configuring OrganicEdgeRouter.
OrthogonalPatternEdgeRouterData ()in OrthogonalPatternEdgeRouterDataCreates a new instance of OrthogonalPatternEdgeRouterData which helps configuring OrthogonalPatternEdgeRouter.
ParallelEdgeRouterData ()in ParallelEdgeRouterDataCreates a new instance of ParallelEdgeRouterData which helps configuring ParallelEdgeRouter.
SeriesParallelLayoutData ()in SeriesParallelLayoutDataCreates a new instance of SeriesParallelLayoutData which helps configuring SeriesParallelLayout.
BalloonLayoutData ()in BalloonLayoutDataCreates a new instance of BalloonLayoutData which helps configuring BalloonLayout.
TreeLayoutData ()in TreeLayoutDataCreates a new instance of TreeLayoutData which helps configuring TreeLayout.
TreeMapLayoutData ()in TreeMapLayoutDataCreates a new instance of TreeMapLayoutData which helps configuring TreeMapLayout.