A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
data — Property, class com.yworks.yfiles.base.GraphEvent
Returns the data object associated with this graph event.
data — Property, class com.yworks.yfiles.layout.router.polyline.Obstacle
Returns the additional data related to the obstacle.
DataAcceptor — Interface, package com.yworks.yfiles.base
A general interface for setting data.
DataAcceptorAdapter — class, package com.yworks.yfiles.util
An abstract adapter class for accepting data.
DataAcceptorAdapter(init:Boolean) — Constructor, class com.yworks.yfiles.util.DataAcceptorAdapter
DataMap — Interface, package com.yworks.yfiles.base
Interface that combines the com.yworks.yfiles.base.DataProvider and com.yworks.yfiles.base.DataAcceptor interfaces.
DataMapAdapter — class, package com.yworks.graph.model
An adapter implementation that wraps an IMapper to a DataMap.
DataMapAdapter(mapper:com.yworks.support:IMapper) — Constructor, class com.yworks.graph.model.DataMapAdapter
Initializes a new instance of the DataMapAdapter class.
dataMapView — Property, class com.yworks.yfiles.util.WrappedObjectDataProvider
Returns a DataMap that can be used to read and write values.
DataProvider — Interface, package com.yworks.yfiles.base
A general interface for data provision.
DataProviderAdapter — class, package com.yworks.graph.model
An adapter implementation that wraps an IMapper to a DataProvider.
DataProviderAdapter — class, package com.yworks.yfiles.util
An abstract adapter class for providing data.
DataProviderAdapter(mapper:com.yworks.support:IMapper) — Constructor, class com.yworks.graph.model.DataProviderAdapter
Creates a new instance that adapts the provided mapper instance.
DataProviderAdapter(init:Boolean) — Constructor, class com.yworks.yfiles.util.DataProviderAdapter
dataProviderContentCopying — Property, class com.yworks.yfiles.util.GraphCopier
Determines whether automatic copying of edge map contents should be performed.
dataProviderKeys — Property, class com.yworks.graph.model.LayoutGraphAdapter
Returns an array of all data provider look-up keys that are registered with the graph.
dataProviderKeys — Property, class com.yworks.yfiles.base.Graph
Returns an array of all data provider look-up keys that are registered with this graph.
dataProviderKeys — Property, interface com.yworks.yfiles.base.GraphInterface
Returns an array of all data provider look-up keys that are registered with the graph.
DataProviders — class, package com.yworks.yfiles.util
This class provides convenience and transformation services for DataProviders.
DataProviders(init:Boolean) — Constructor, class com.yworks.yfiles.util.DataProviders
DataProviders_DataProviderOverlayManager — class, package com.yworks.yfiles.util
This helper class can be used to overlay DataProviders registered at a graph with another DataProvider.
DataProviders_DataProviderOverlayManager(graph:com.yworks.yfiles.base:Graph, init:Boolean) — Constructor, class com.yworks.yfiles.util.DataProviders_DataProviderOverlayManager
Creates a data provider overlay for the given graph instance.
daysToMillis(days:Number) — method, class com.yworks.util.LayoutUtil
DEBUG_LEVEL — Constant Static Property, class com.yworks.yfiles.util.LoggingUtil
The debug level threshold.
dec(l:com.yworks.bridge.util:LongImpl) — Static Method , class com.yworks.bridge.util.LongImpl
decreasePenaltySettings(penaltySettings:com.yworks.yfiles.layout.router.polyline:PenaltySettings, decreaseFactor:Number, context:com.yworks.yfiles.layout.router.polyline:PathSearchContext) — method, class com.yworks.yfiles.layout.router.polyline.PathSearch
Decreases the given penalty settings for the current edge.
decreasePriority(n:com.yworks.yfiles.base:Node, value:int) — method, class com.yworks.yfiles.util.pq.ArrayIntNodePQ
Decreases the value of a node in the queue to a certain value. Complexity O(1)
decreasePriority(v:com.yworks.yfiles.base:Node, priority:Number) — method, class com.yworks.yfiles.util.pq.BHeapDoubleNodePQ
Decreases the priority value of the given node.
decreasePriority(v:com.yworks.yfiles.base:Node, priority:int) — method, class com.yworks.yfiles.util.pq.BHeapIntNodePQ
Decreases the priority value of the given node.
decreasePriority(v:com.yworks.yfiles.base:Node, priority:Object) — method, class com.yworks.yfiles.util.pq.BHeapNodePQ
Decreases the priority value of the given node.
decreasePriority(o:Object, priority:Number) — method, class com.yworks.yfiles.util.pq.DoubleObjectPQ
Decreases the priority value of the given object.
decreasePriority(o:Object, priority:int) — method, class com.yworks.yfiles.util.pq.IntObjectPQ
Decreases the priority value of the given node.
decreasePriority(v:com.yworks.yfiles.base:Node, value:int) — method, class com.yworks.yfiles.util.pq.ListIntNodePQ
Decreases the priority of a node in the queue to a certain value.
decreasePriority(v:com.yworks.yfiles.base:Node, priority:Object) — method, interface com.yworks.yfiles.util.pq.NodePQ
Decreased the priority value of the given node.
decreasePriority(n:com.yworks.yfiles.base:Node, value:int) — method, class com.yworks.yfiles.util.pq.TreeIntNodePQ
Decreases the value of a node in the queue to a certain value. Complexity O(log(n)).
decrementPriority(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.util.pq.ListIntNodePQ
Decrements the associated priority value for the given node by 1 and updates it's position within the queue accordingly.
deepCopy(obj:Object) — Static Method , class com.yworks.util.LayoutUtil
DEFAULT — Constant Static Property, class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer_Matrix
no transformation
defaultChildComparator — Property, class com.yworks.yfiles.layout.tree.GenericTreeLayouter
Getter: Returns the default Comparator instance or null that will be used for those subtrees, that don't have their own specific instance set via the appropriate DataProvider.
defaultDrawingDistanceCalculator — Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Returns the com.yworks.yfiles.layout.hierarchic.incremental.DefaultDrawingDistanceCalculator that is registered with the layout algorithm by default.
DefaultDrawingDistanceCalculator — class, package com.yworks.yfiles.layout.hierarchic.incremental
A default com.yworks.yfiles.layout.hierarchic.incremental.DrawingDistanceCalculator implementation that is used by com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl to configure the com.yworks.yfiles.layout.hierarchic.incremental.NodePlacer.
DefaultDrawingDistanceCalculator(init:Boolean) — Constructor, class com.yworks.yfiles.layout.hierarchic.incremental.DefaultDrawingDistanceCalculator
Creates a new instance of DefaultDrawingDistanceCalculator with default settings.
DefaultEdgeLayout — class, package com.yworks.yfiles.layout
This class is a default implementation of the EdgeLayout interface.
DefaultEdgeLayout(init:Boolean) — Constructor, class com.yworks.yfiles.layout.DefaultEdgeLayout
Creates a new DefaultEdgeLayout.
defaultEdgeLayoutDescriptor — Property, class com.yworks.yfiles.layout.router.polyline.EdgeRouter
Returns the com.yworks.yfiles.layout.router.polyline.EdgeLayoutDescriptor instance used for all those edges, that do not have a specific layout descriptor assigned.
defaultEdgeLayoutDescriptor — Property, class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayouter
Specifies the default com.yworks.yfiles.layout.seriesparallel.EdgeLayoutDescriptor.
defaultEdgeRoutingStyle — Property, class com.yworks.yfiles.layout.hierarchic.incremental.RoutingStyle
Specifies the default routing style.
DefaultElementFactory — class, package com.yworks.yfiles.layout.multipage
Default implementation of an ElementFactory.
DefaultElementFactory(init:Boolean) — Constructor, class com.yworks.yfiles.layout.multipage.DefaultElementFactory
DefaultGraphLayout — class, package com.yworks.yfiles.layout
This class is a default implementation of the simple GraphLayout interface.
DefaultGraphLayout(init:Boolean) — Constructor, class com.yworks.yfiles.layout.DefaultGraphLayout
defaultInsets — Property, class com.yworks.yfiles.layout.grouping.InsetsGroupBoundsCalculator
Specifies the default insets.
DefaultLayeredComponentsMerger — class, package com.yworks.yfiles.layout.hierarchic.incremental
A default implementation of a com.yworks.yfiles.layout.hierarchic.incremental.LayeredComponentsMerger that provides simple default behaviors.
DefaultLayeredComponentsMerger(init:Boolean) — Constructor, class com.yworks.yfiles.layout.hierarchic.incremental.DefaultLayeredComponentsMerger
Creates a new instance of DefaultLayeredComponentsMerger with default policy ( POLICY_ADD_RIGHT_TOP_ALIGNED)
DefaultLayerSequencer — class, package com.yworks.yfiles.layout.hierarchic.incremental
This class implements the second phase of the Sugiyama algorithm.
DefaultLayerSequencer(init:Boolean) — Constructor, class com.yworks.yfiles.layout.hierarchic.incremental.DefaultLayerSequencer
DefaultLayoutGraph — class, package com.yworks.yfiles.layout
This class is a default implementation of the abstract class LayoutGraph.
DefaultLayoutGraph(init:Boolean) — Constructor, class com.yworks.yfiles.layout.DefaultLayoutGraph
Creates a new Layout Graph
defaultLeafPlacer — Property, class com.yworks.yfiles.layout.tree.GenericTreeLayouter
Specifies the default com.yworks.yfiles.layout.tree.NodePlacer instance that will be used for the leaf nodes of the tree.
defaultMinimumNodeSize — Property, class com.yworks.yfiles.layout.grouping.MinimumSizeGroupBoundsCalculator
Specifies the default minimum size for nodes.
DefaultNodeLabelLayout — class, package com.yworks.yfiles.layout
This class is the default implementation for the NodeLabelLayout.
DefaultNodeLabelLayout(model:com.yworks.yfiles.layout:NodeLabelModel, param:Object, orientedBox:com.yworks.yfiles.geom:YOrientedRectangle, node:com.yworks.yfiles.base:Node, init:Boolean) — Constructor, class com.yworks.yfiles.layout.DefaultNodeLabelLayout
Creates a new instance of com.yworks.yfiles.layout.DefaultNodeLabelLayout
DefaultNodeLayout — class, package com.yworks.yfiles.layout
This class is a default implementation of the NodeLayout interface.
DefaultNodeLayout(init:Boolean) — Constructor, class com.yworks.yfiles.layout.DefaultNodeLayout
Creates a new instance of DefaultNodeLayout.
defaultNodePlacer — Property, class com.yworks.yfiles.layout.tree.GenericTreeLayouter
Specifies the default com.yworks.yfiles.layout.tree.NodePlacer instance that will be used for those subtrees, that don't have their own specific instance set via the appropriate DataProvider.
DefaultNodePlacer — class, package com.yworks.yfiles.layout.tree
Versatile default implementation of com.yworks.yfiles.layout.tree.NodePlacer used by com.yworks.yfiles.layout.tree.GenericTreeLayouter.
DefaultNodePlacer(init:Boolean) — Constructor, class com.yworks.yfiles.layout.tree.DefaultNodePlacer
Creates a new DefaultNodePlacer with default alignment ( ALIGNMENT_CENTER), default child placement ( PLACEMENT_HORIZONTAL_DOWNWARD), and default edge routing ( ROUTING_FORK) and a horizontal and vertical distance of 40.0d.
defaultOutEdgeComparator — Property, class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayouter
Getter: Returns the default java.util.Comparator that will be used for those nodes, that don't have their own specific instance set via appropriate DataProvider (PORT_ASSIGNMENT_DPKEY).
DefaultOutEdgeComparator — class, package com.yworks.yfiles.layout.seriesparallel
Default implementation for the out-edge comparator used in com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayouter.
DefaultOutEdgeComparator(init:Boolean) — Constructor, class com.yworks.yfiles.layout.seriesparallel.DefaultOutEdgeComparator
defaultParameter — Property, class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
Returns a model parameter that encodes the default position of this model's allowed edge label positions.
defaultParameter — Property, class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
Returns a model parameter that encodes the default position of this model's allowed node label positions.
defaultParameter — Property, interface com.yworks.yfiles.layout.EdgeLabelModel
Returns a model parameter that encodes the default position of this model's allowed edge label positions.
defaultParameter — Property, class com.yworks.yfiles.layout.EdgeOppositeNodeLabelLayoutModel
Returns the default position, this is offset (0,0)
defaultParameter — Property, class com.yworks.yfiles.layout.FreeEdgeLabelLayoutModel
Returns the default parameter.
defaultParameter — Property, class com.yworks.yfiles.layout.FreeNodeLabelLayoutModel
Returns a model parameter that encodes the default position of this model's allowed node label positions.
defaultParameter — Property, interface com.yworks.yfiles.layout.NodeLabelModel
Returns a model parameter that encodes the default position of this model's allowed node label positions.
defaultParameter — Property, class com.yworks.yfiles.layout.RotatedDiscreteEdgeLabelLayoutModel
Returns a model parameter that encodes the default position of this model's allowed edge label positions.
defaultParameter — Property, class com.yworks.yfiles.layout.RotatedSliderEdgeLabelLayoutModel
Returns a model parameter that encodes the default position of this model's allowed edge label positions.
defaultParameter — Property, class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
Returns a model parameter that encodes the default position of this model's allowed edge label positions.
DefaultPortAllocator — class, package com.yworks.yfiles.layout.hierarchic.incremental
Default implementation of the PortAllocator interface.
DefaultPortAllocator(init:Boolean) — Constructor, class com.yworks.yfiles.layout.hierarchic.incremental.DefaultPortAllocator
Creates a new instance of DefaultPortAllocator with default settings
defaultPortAssignment — Property, class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayouter
Specifies the default com.yworks.yfiles.layout.seriesparallel.PortAssignment that will be used for those nodes, that don't have their own specific instance set via the appropriate DataProvider (PORT_ASSIGNMENT_DPKEY).
defaultPortAssignment — Property, class com.yworks.yfiles.layout.tree.GenericTreeLayouter
Specifies the default com.yworks.yfiles.layout.tree.PortAssignment instance that will be used for those subtrees, that don't have their own specific instance set via the appropriate DataProvider.
DefaultPortAssignment — class, package com.yworks.yfiles.layout.seriesparallel
This class implements the default port assignment strategy.
DefaultPortAssignment — class, package com.yworks.yfiles.layout.tree
This class provides simple default port assignment strategies.
DefaultPortAssignment(init:Boolean) — Constructor, class com.yworks.yfiles.layout.seriesparallel.DefaultPortAssignment
Creates a new DefaultPortAssignment instance using mode PORT_ASSIGNMENT_MODE_CENTER.
DefaultPortAssignment(init:Boolean) — Constructor, class com.yworks.yfiles.layout.tree.DefaultPortAssignment
Creates a new DefaultPortAssignment instance using mode MODE_NONE.
defaultPortBorderGapRatio — Property, class com.yworks.yfiles.layout.hierarchic.incremental.DefaultPortAllocator
Getter: Returns the default port to border gap ratio.
defined(dataHolder:Object) — method, class com.yworks.yfiles.util.DataAcceptorAdapter
Returns false for all data holders.
defined(dataHolder:Object) — method, class com.yworks.yfiles.util.DataProviderAdapter
Returns false for all data holders.
degree() — method, class com.yworks.yfiles.base.Node
Returns the overall number of incoming and outgoing edges at this node.
degree — Property, class com.yworks.yfiles.layout.planar.VertexOrder
degreeCentrality(graph:com.yworks.yfiles.base:Graph, centrality:com.yworks.yfiles.base:NodeMap, considerInEdges:Boolean, considerOutEdges:Boolean) — Static Method , class com.yworks.yfiles.algo.Centrality
Computes the degree centrality for the nodes of a graph.
delegate — Property, class com.yworks.yfiles.layout.hierarchic.MedianDrawerWrapper
Specifies the drawer to which the actual drawing will be delegated.
DelegatingNodePlacer — class, package com.yworks.yfiles.layout.tree
The DelegatingNodePlacer may be used to layout the children of the actual node with two different NodePlacers.
DelegatingNodePlacer(modificationMatrix:com.yworks.yfiles.layout.tree:AbstractRotatableNodePlacer_Matrix, placerUpperLeft:com.yworks.yfiles.layout.tree:NodePlacer, placerLowerRight:com.yworks.yfiles.layout.tree:NodePlacer, init:Boolean) — Constructor, class com.yworks.yfiles.layout.tree.DelegatingNodePlacer
Creates a new instance using the given modification matrix an the node placers "this" delegates to.
deleteFrame(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.planar.FrameMaker
deltaTransform(src:com.yworks.bridge.geom:Point2D, dst:com.yworks.bridge.geom:Point2D) — method, class com.yworks.bridge.geom.AffineTransform
deltaTransform2(src:Vector$Number, srcOff:int, dst:Vector$Number, dstOff:int, length:int) — method, class com.yworks.bridge.geom.AffineTransform
deltaX — Property, class com.yworks.yfiles.geom.LineSegment
Returns the distance from start to end point in x-coordinates.
deltaY — Property, class com.yworks.yfiles.geom.LineSegment
Returns the distance from start to end point in y-coordinates.
DendrogramPlacer — class, package com.yworks.yfiles.layout.tree
This is an implementation of the com.yworks.yfiles.layout.tree.NodePlacer interface that can be used to create dendrogram-like tree layouts.
DendrogramPlacer(init:Boolean) — Constructor, class com.yworks.yfiles.layout.tree.DendrogramPlacer
dendrogramStyle — Property, class com.yworks.yfiles.layout.tree.LayeredNodePlacer
density — Property, class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
Specifies the density to generate label candidate positions.
dequeue() — method, class com.yworks.yfiles.util.BoundedQueue
Returns the front element in this queue and removes it from the queue.
descriptor — Property, class com.yworks.graph.model.ExtendedEdgeLabelCandidate
Gets the label candidate descriptor.
descriptor — Property, class com.yworks.graph.model.ExtendedNodeLabelCandidate
Gets the label candidate descriptor.
desiredAspectRatio — Property, class com.yworks.yfiles.layout.hierarchic.incremental.AspectRatioComponentLayerer
Specifies the desired aspect ratio.
destroyDistanceNode(distanceNode:com.yworks.yfiles.base:Node) — method, interface com.yworks.yfiles.layout.hierarchic.incremental.ItemFactory
Destroys a previously created spacer node for the drawing phase.
destroyLabelNodeLayer(layer:com.yworks.yfiles.layout.hierarchic.incremental:Layer, useInEdges:Boolean) — method, interface com.yworks.yfiles.layout.hierarchic.incremental.ItemFactory
Destroys a previously created label layer
destroyProxyNode(proxyNode:com.yworks.yfiles.base:Node) — method, interface com.yworks.yfiles.layout.hierarchic.incremental.ItemFactory
Destroys a proxy node that has been created using createProxyNode() for the drawing phase
destroySameLayerProxy(edge:com.yworks.yfiles.base:Edge) — method, interface com.yworks.yfiles.layout.hierarchic.incremental.ItemFactory
Destroy a previously created same layer edge proxy
destroySameLayerSideProxy(proxyNode:com.yworks.yfiles.base:Node) — method, interface com.yworks.yfiles.layout.hierarchic.incremental.ItemFactory
Destroys a proxy node that has been created using.
destroySameLayerSwitchProxy(node:com.yworks.yfiles.base:Node) — method, interface com.yworks.yfiles.layout.hierarchic.incremental.ItemFactory
Destroys a previously generated same layer switch proxy
determinant — Property, class com.yworks.bridge.geom.AffineTransform
determineCenter(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.radial.RadialLayouter
Determines the center nodes of the graph according to the chosen center node policy.
determineChildConnector(child:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.TreeDrawer_HierarchicTreePlacer
determineChildConnector(child:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.ARNodePlacer
determineChildConnector(child:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.AbstractNodePlacer
This method must be implemented by subclasses.
determineChildConnector(child:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
This method must be implemented by subclasses.
determineChildConnector(child:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.AssistantPlacer
determineChildConnector(child:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.BusPlacer
determineChildConnector(child:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.DefaultNodePlacer
determineChildConnector(child:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.DelegatingNodePlacer
determineChildConnector(child:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.DoubleLinePlacer
Returns com.yworks.yfiles.layout.tree.NodePlacerCompanion.DIRECTION_NORTH
determineChildConnector(child:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.FreePlacer
determineChildConnector(child:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.GridNodePlacer
Returns com.yworks.yfiles.layout.tree.NodePlacerCompanion.DIRECTION_NORTH.
determineChildConnector(child:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.LayeredNodePlacer
determineChildConnector(child:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.LeftRightPlacer
Throws IllegalStateException, should not be reached.
determineChildConnector(child:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.SimpleNodePlacer
Returns com.yworks.yfiles.layout.tree.NodePlacerCompanion.DIRECTION_NORTH.
determineChildConnectors(localRoot:com.yworks.yfiles.base:Node, connectorMap:com.yworks.yfiles.base:DataMap) — method, class com.yworks.yfiles.layout.tree.AbstractNodePlacer
This method initializes internal data structures and then uses the abstract method to determine the child node connector directions.
determineChildConnectors(localRoot:com.yworks.yfiles.base:Node, connectorMap:com.yworks.yfiles.base:DataMap) — method, class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
This method initializes internal data structures, then uses the abstract method determineChildConnector() to determine the child node connector directions.
determineChildConnectors(localRoot:com.yworks.yfiles.base:Node, connectorMap:com.yworks.yfiles.base:DataMap) — method, class com.yworks.yfiles.layout.tree.AssistantPlacer
Delegates to the the left right placer.
determineChildConnectors(localRoot:com.yworks.yfiles.base:Node, connectorMap:com.yworks.yfiles.base:DataMap) — method, class com.yworks.yfiles.layout.tree.BusPlacer
This method initializes internal data structures, then uses the abstract method determineChildConnector() to determine the child node connector directions.
determineChildConnectors(localRoot:com.yworks.yfiles.base:Node, connectorMap:com.yworks.yfiles.base:DataMap) — method, class com.yworks.yfiles.layout.tree.DelegatingNodePlacer
determineChildConnectors(localRoot:com.yworks.yfiles.base:Node, connectorMap:com.yworks.yfiles.base:DataMap) — method, class com.yworks.yfiles.layout.tree.DendrogramPlacer
determineChildConnectors(localRoot:com.yworks.yfiles.base:Node, connectorMap:com.yworks.yfiles.base:DataMap) — method, class com.yworks.yfiles.layout.tree.GroupedNodePlacer
determineChildConnectors(localRoot:com.yworks.yfiles.base:Node, connectorMap:com.yworks.yfiles.base:DataMap) — method, class com.yworks.yfiles.layout.tree.LeafPlacer
determineChildConnectors(localRoot:com.yworks.yfiles.base:Node, connectorMap:com.yworks.yfiles.base:DataMap) — method, class com.yworks.yfiles.layout.tree.LeftRightPlacer
Determines the direction the children should place their connectors.
determineEdgeFlowDirection(graph:com.yworks.yfiles.layout:LayoutGraph, considerEdges:com.yworks.yfiles.base:DataProvider) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Determines the main direction of the edge flow by analyzing the current layout of the graph.
determineRoot() — method, class com.yworks.yfiles.layout.tree.BalloonLayouter
Determines the root node of this.graph according to the chosen root node policy.
deterministic — Property, class com.yworks.yfiles.layout.hierarchic.incremental.PCListOptimizer
Determines whether this implementation should use a deterministic algorithm to assign the PortCandidates.
deterministic — Property, class com.yworks.yfiles.layout.organic.GRIP
Specifies whether or not GRIP works in a deterministic manner.
deterministic — Property, class com.yworks.yfiles.layout.organic.SmartOrganicLayouter
Getter: Returns whether the algorithm will behave deterministically in the next layout run.
deterministicMode — Property, class com.yworks.yfiles.layout.labeling.SALabeling
Specifies whether or not this labeling algorithm should work deterministically.
Dfs — class, package com.yworks.yfiles.algo
Framework class for depth first search (DFS) based algorithms.
Dfs(init:Boolean) — Constructor, class com.yworks.yfiles.algo.Dfs
Instantiates a new Dfs object.
dfsCompletion(graph:com.yworks.yfiles.base:Graph) — Static Method , class com.yworks.yfiles.algo.NodeOrders
Like dfsCompletion2() but the result is returned as a NodeList.
dfsCompletion2(graph:com.yworks.yfiles.base:Graph, order:Vector$int) — Static Method , class com.yworks.yfiles.algo.NodeOrders
This method calculates a node order that is identical with the order of node completion events in a depth first search.
dijkstra(graph:com.yworks.yfiles.base:Graph, s:com.yworks.yfiles.base:Node, directed:Boolean, cost:Vector$Number, dist:Vector$Number) — Static Method , class com.yworks.yfiles.algo.ShortestPaths
This method solves the single-source shortest path problem for arbitrary graphs.
dijkstra(graph:com.yworks.yfiles.base:Graph, s:com.yworks.yfiles.base:Node, t:com.yworks.yfiles.base:Node, directed:Boolean, cost:Vector$int, dist:Vector$int, pred:Vector$Object) — method, class com.yworks.yfiles.layout.planar.SimpleEdgeRouter
dijkstra2(graph:com.yworks.yfiles.base:Graph, s:com.yworks.yfiles.base:Node, directed:Boolean, cost:com.yworks.yfiles.base:DataProvider, dist:com.yworks.yfiles.base:NodeMap, pred:com.yworks.yfiles.base:NodeMap) — Static Method , class com.yworks.yfiles.algo.ShortestPaths
Like dijkstraGetPaths() but uses NodeMaps and DataProviders instead of arrays.
dijkstraGetPaths(graph:com.yworks.yfiles.base:Graph, s:com.yworks.yfiles.base:Node, directed:Boolean, cost:Vector$Number, dist:Vector$Number, pred:Vector$Object) — Static Method , class com.yworks.yfiles.algo.ShortestPaths
Like dijkstra() but additionally this method yields the path edges of each calculated shortest path.
Dimension — class, package com.yworks.bridge.geom
Dimension(width:int, height:int, init:Boolean) — Constructor, class com.yworks.bridge.geom.Dimension
DIRECTED_EDGE_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.orthogonal.DirectedOrthogonalLayouter
DataProvider key that is used to mark edges that should be routed in a way that point in the main layout direction.
DIRECTED_EDGES_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.partial.PartialLayouter
If a layout orientation (see layoutOrientation) is specified (i.e., layoutOrientation != ORIENTATION_NONE), this data provider key can be used to distinguish between directed and undirected edges.
directedMode — Property, class com.yworks.yfiles.algo.Dfs
Specifies whether or not to interpret the edges of the graph as directed.
directedMode — Property, class com.yworks.yfiles.layout.ParallelEdgeLayouter
Specifies whether or not edges should be considered as directed.
DirectedOrthogonalLayouter — class, package com.yworks.yfiles.layout.orthogonal
This class is a variant of com.yworks.yfiles.layout.orthogonal.OrthogonalLayouter that can route edges in a way that they point to a main layout direction.
DirectedOrthogonalLayouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.orthogonal.DirectedOrthogonalLayouter
Creates a new instance of this class.
DIRECTED_ROOT — Constant Static Property, class com.yworks.yfiles.layout.tree.BalloonLayouter
Root node policy specifier constant.
direction — Property, class com.yworks.yfiles.layout.PortCandidate
Returns the direction mask for this instance.
direction — Property, class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
Returns the direction the segment of this info points to.
direction — Property, class com.yworks.yfiles.layout.router.polyline.CellSegmentInfo
Returns the direction this segment part points to.
Direction — class, package com.yworks.yfiles.layout
Class that represents directions.
Direction(init:Boolean) — Constructor, class com.yworks.yfiles.layout.Direction
DIRECTION_ANY — Constant Static Property, class com.yworks.yfiles.layout.tree.NodePlacerCompanion
Byte constant that is an argument to the main method, indicating that any connector direction can be used for the connection to the parent node.
DIRECTION_BOTH — Constant Static Property, class com.yworks.yfiles.algo.Bfs
Edge direction specifier for both incoming and outgoing edges.
DIRECTION_EAST — Constant Static Property, class com.yworks.yfiles.layout.tree.GenericTreeLayouter_SubtreeShape
Direction constant used by connectorDirection.
DIRECTION_EAST — Constant Static Property, class com.yworks.yfiles.layout.tree.NodePlacerCompanion
Byte constant that is an argument to the main method, indicating that the connector direction to the parent node should end in a segment that can be extended by a segment that goes into east direction.
DIRECTION_NONE — Constant Static Property, class com.yworks.yfiles.layout.tree.NodePlacerCompanion
Byte constant that is as argument to the main method, indicating that no connector should be calculated.
DIRECTION_NORTH — Constant Static Property, class com.yworks.yfiles.layout.tree.GenericTreeLayouter_SubtreeShape
Direction constant used by connectorDirection.
DIRECTION_NORTH — Constant Static Property, class com.yworks.yfiles.layout.tree.NodePlacerCompanion
Byte constant that is an argument to the main method, indicating that the connector direction to the parent node should end in a segment that can be extended by a segment that goes into north direction.
DIRECTION_PREDECESSOR — Constant Static Property, class com.yworks.yfiles.algo.Bfs
Edge direction specifier for incoming edges.
DIRECTION_SOUTH — Constant Static Property, class com.yworks.yfiles.layout.tree.GenericTreeLayouter_SubtreeShape
Direction constant used by connectorDirection.
DIRECTION_SOUTH — Constant Static Property, class com.yworks.yfiles.layout.tree.NodePlacerCompanion
Byte constant that is an argument to the main method, indicating that the connector direction to the parent node should end in a segment that can be extended by a segment that goes into south direction.
DIRECTION_SUCCESSOR — Constant Static Property, class com.yworks.yfiles.algo.Bfs
Edge direction specifier for outgoing edges.
DIRECTION_WEST — Constant Static Property, class com.yworks.yfiles.layout.tree.GenericTreeLayouter_SubtreeShape
Direction constant used by connectorDirection.
DIRECTION_WEST — Constant Static Property, class com.yworks.yfiles.layout.tree.NodePlacerCompanion
Byte constant that is an argument to the main method, indicating that the connector direction to the parent node should end in a segment that can be extended by a segment that goes into west direction.
directTree(tree:com.yworks.yfiles.base:Graph) — Static Method , class com.yworks.yfiles.algo.Trees
Reverses some edges of the given tree such that it is a directed rooted tree afterwards.
directTree() — method, class com.yworks.yfiles.layout.tree.GenericTreeLayouter
This method is called initially with the graph to calculate a rooted tree.
directTreeWithRoot(tree:com.yworks.yfiles.base:Graph, root:com.yworks.yfiles.base:Node) — Static Method , class com.yworks.yfiles.algo.Trees
Reverses some edges of the given tree such that it is a directed rooted tree with the given node as root element.
DiscreteEdgeLabelLayoutModel — class, package com.yworks.yfiles.layout
An edge label model that allows placement of labels at some positions along an edge.
DiscreteEdgeLabelLayoutModel(init:Boolean) — Constructor, class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
Returns a new instance of DiscreteEdgeLabelModel.
DiscreteNodeLabelLayoutModel — class, package com.yworks.yfiles.layout
A node label model that allows placement of labels at eight positions around a node and at nine positions inside the node.
DiscreteNodeLabelLayoutModel(init:Boolean) — Constructor, class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
Returns a new instance of DiscreteNodeLabelModel.
disjoint(c1:com.yworks.bridge.util:Collection, c2:com.yworks.bridge.util:Collection) — Static Method , class com.yworks.bridge.util.Collections
Returns true if the collections have no elements in common
displayPartition(partitionId:Object) — method, class com.yworks.yfiles.util.GraphPartitionManager
Assures that only nodes are visible in the graph that are associated with the given partitionId.
dispose() — method, class com.yworks.yfiles.layout.grouping.GraphGrouping
Disposes the data structures held by this instance.
dispose() — method, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
Frees allocated resources after the drawer is finished.
dispose() — method, interface com.yworks.yfiles.layout.hierarchic.ConstraintLayerer_ConstraintFactory
Disposes the ConstraintFactory.
dispose() — method, class com.yworks.yfiles.layout.hierarchic.MedianLinearSegmentDrawer
Frees held resources.
dispose(graph:com.yworks.yfiles.layout:LayoutGraph, layers:com.yworks.yfiles.layout.hierarchic.incremental:Layers, ldp:com.yworks.yfiles.layout.hierarchic.incremental:LayoutDataProvider) — method, class com.yworks.yfiles.layout.hierarchic.incremental.DefaultDrawingDistanceCalculator
dispose() — method, interface com.yworks.yfiles.layout.hierarchic.incremental.LayerConstraintFactory
Disposes the ConstraintFactory.
dispose() — method, interface com.yworks.yfiles.layout.hierarchic.incremental.SequenceConstraintFactory
Disposes the SequenceConstraintFactory.
dispose(graph:com.yworks.yfiles.layout:LayoutGraph, layers:com.yworks.yfiles.layout.hierarchic.incremental:Layers, ldp:com.yworks.yfiles.layout.hierarchic.incremental:LayoutDataProvider) — method, class com.yworks.yfiles.layout.hierarchic.incremental.TypeBasedDrawingDistanceCalculator
dispose() — method, class com.yworks.yfiles.layout.organic.OrganicLayouter
Frees resources
dispose() — method, class com.yworks.yfiles.layout.planar.BCCSubgraph
dispose() — method, class com.yworks.yfiles.layout.planar.CombinatorialEmbedder
Undoes the changes in the graph and removes the complete help info
dispose() — method, class com.yworks.yfiles.layout.planar.DrawingEmbedder
Dispose unused information.
dispose() — method, class com.yworks.yfiles.layout.planar.DualPlanarInformation
Undoes the changes in the graph.
dispose() — method, interface com.yworks.yfiles.layout.planar.Embedder
Undoes the changes in the graph.
dispose() — method, class com.yworks.yfiles.layout.planar.GT
Cleaning up resources.
dispose() — method, class com.yworks.yfiles.layout.planar.IntDSP
dispose() — method, class com.yworks.yfiles.layout.planar.MultipleEdgesTool
dispose() — method, class com.yworks.yfiles.layout.planar.OverlapGraphMIS
Disposes no longer needed node maps.
dispose() — method, class com.yworks.yfiles.layout.planar.PlanarInformation
Remove all information from graph concerning planar Information: reverse Edge-Key,inserted reverse edges Note: don't use the PlanarInformation after disposal!
dispose() — method, class com.yworks.yfiles.layout.planar.SimplePlanarInformation
Remove all information from graph concerning planar Information: reverse Edge-Key,inserted reverse edges
dispose() — method, interface com.yworks.yfiles.util.TaskExecutor
Disposes the executor and frees the used resources.
dispose() — method, class com.yworks.yfiles.util.WrappedObjectDataProvider
Disposes previously allocated data structures.
dispose() — method, class com.yworks.yfiles.util.pq.ArrayIntNodePQ
dispose() — method, class com.yworks.yfiles.util.pq.BHeapDoubleNodePQ
Does nothing.
dispose() — method, class com.yworks.yfiles.util.pq.BHeapIntNodePQ
Does nothing.
dispose() — method, class com.yworks.yfiles.util.pq.DoubleObjectPQ
Does nothing.
dispose() — method, class com.yworks.yfiles.util.pq.IntObjectPQ
Does nothing.
dispose() — method, class com.yworks.yfiles.util.pq.ListIntNodePQ
Disposes this queue.
dispose() — method, class com.yworks.yfiles.util.pq.TreeIntNodePQ
Disposes this queue.
disposeEdgeMap(map:com.yworks.yfiles.base:EdgeMap) — method, class com.yworks.yfiles.base.Graph
Informs the graph that the given edge map is no longer needed.
disposeFaceMap(map:com.yworks.yfiles.layout.planar:FaceMap) — method, class com.yworks.yfiles.layout.planar.SimplePlanarInformation
Disposes a FaceMap formerly created with createFaceMap().
disposeInfoMap(graph:com.yworks.yfiles.base:Graph, infoMap:com.yworks.yfiles.base:NodeMap) — method, class com.yworks.yfiles.layout.grouping.GraphGrouping
Factory destructor method for a NodeMap
disposeLayerConstraintFactory(factory:com.yworks.yfiles.layout.hierarchic.incremental:LayerConstraintFactory, graph:com.yworks.graph.model:IGraph) — Static Method , class com.yworks.graph.model.LayoutCompat
Unregisters and disposes the specified layerer constraint factory.
disposeMementoSupport() — method, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Disposes the memento support if it is existent, i.e.
disposeNodeMap(map:com.yworks.yfiles.base:NodeMap) — method, class com.yworks.yfiles.base.Graph
Informs the graph that the given node map is no longer needed.
disposeSequenceConstraintFactory(factory:com.yworks.yfiles.layout.hierarchic.incremental:SequenceConstraintFactory, graph:com.yworks.graph.model:IGraph) — Static Method , class com.yworks.graph.model.LayoutCompat
Unregisters and disposes the specified sequence constraint factory.
disposeStructures() — method, class com.yworks.yfiles.layout.hierarchic.PendularDrawer
Cleans up previously allocated structures, that were constructed by a call to initStructures
dist — Property, class com.yworks.yfiles.layout.tree.BalloonLayouter_NodeInfo
The distance of the node to its root node.
distance(p:com.yworks.bridge.geom:Point2D) — method, class com.yworks.bridge.geom.Point2D
Returns the distance from this Point2D to a specified point.
distance(p1:com.yworks.yfiles.geom:YPoint, p2:com.yworks.yfiles.geom:YPoint) — Static Method , class com.yworks.yfiles.geom.YPoint
Returns the euclidean distance between two points.
distance — Property, class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
Specifies the distance between the label's bounding box and the edge's path.
distance — Property, class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
Getter: Returns the distance between the bounding boxes of label and node.
distance — Property, class com.yworks.yfiles.layout.RotatedDiscreteEdgeLabelLayoutModel
Specifies the distance between the label's box and the edge's path.
distance — Property, class com.yworks.yfiles.layout.RotatedSliderEdgeLabelLayoutModel
Specifies the distance between the label's box and the edge's path.
distance2(px:Number, py:Number) — method, class com.yworks.bridge.geom.Point2D
Returns the distance from this Point2D to a specified point.
distance2(x1:Number, y1:Number, x2:Number, y2:Number) — Static Method , class com.yworks.yfiles.geom.YPoint
Returns the euclidean distance between two points.
distanceBetween(x1:Number, y1:Number, x2:Number, y2:Number) — Static Method , class com.yworks.bridge.geom.Point2D
Returns the distance between two points.
distanceBetweenSq(x1:Number, y1:Number, x2:Number, y2:Number) — Static Method , class com.yworks.bridge.geom.Point2D
Returns the square of the distance between two points.
distanceRelativeToEdge — Property, class com.yworks.yfiles.layout.RotatedSliderEdgeLabelLayoutModel
Specifies a value indicating whether the distance to the edge is interpreted relatively to the edge's path.
distanceSq(p:com.yworks.bridge.geom:Point2D) — method, class com.yworks.bridge.geom.Point2D
Returns the square of the distance from this Point2D to a specified point.
distanceSq2(px:Number, py:Number) — method, class com.yworks.bridge.geom.Point2D
Returns the square of the distance from this Point2D to a specified point.
distanceTo(p:com.yworks.yfiles.geom:YPoint) — method, class com.yworks.yfiles.geom.YPoint
Returns the euclidean distance between this point and a given point.
distanceTo(value:Number) — method, class com.yworks.yfiles.layout.router.polyline.Interval
Returns the distance between the value and the interval.
distanceTo(other:com.yworks.yfiles.layout.router.polyline:OrthogonalInterval) — method, class com.yworks.yfiles.layout.router.polyline.OrthogonalInterval
Returns the distance of the range s of this orthogonal interval and the given orthogonal interval.
distanceTo2(x:Number, y:Number) — method, class com.yworks.yfiles.geom.YPoint
Returns the euclidean distance between this point and a given point.
distanceTo2(other:com.yworks.yfiles.layout.router.polyline:Interval) — method, class com.yworks.yfiles.layout.router.polyline.Interval
Returns the distance between this interval and the given interval.
distanceToEdge — Property, class com.yworks.yfiles.layout.PreferredPlacementDescriptor
Specifies the preferred distance between a label and the corresponding edge segment.
distanceToLineSegment(pointX:Number, pointY:Number, lineX1:Number, lineY1:Number, lineX2:Number, lineY2:Number) — Static Method , class com.yworks.yfiles.geom.Geom
Determines the distance of the point p to the line segment [l1, l2].
distanceToNextNode — Property, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
Stores the minimal distance between the right border of a node and the left border of its right hand side neighbor in a layer.
div(l1:com.yworks.bridge.util:LongImpl, l2:com.yworks.bridge.util:LongImpl) — Static Method , class com.yworks.bridge.util.LongImpl
divide(divisor:com.yworks.bridge.util:BigInteger) — method, class com.yworks.bridge.util.BigInteger
divideAndRemainder(divisor:com.yworks.bridge.util:BigInteger) — method, class com.yworks.bridge.util.BigInteger
doEdgeRecovery() — method, class com.yworks.yfiles.layout.planar.PlanarInformation
this method restores all the substituted edges in the graph and removes the dummy nodes that represent crossings
doIncrementalLayout(graph:com.yworks.yfiles.layout:LayoutGraph, incrementalNodesDP:com.yworks.yfiles.base:DataProvider, context:com.yworks.yfiles.layout.multipage:LayoutContext) — method, class com.yworks.yfiles.layout.multipage.MultiPageLayouter
Called to improve layout results.
doLayout(p0:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.AbstractLayoutStage
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.BendConverter
doLayout(layoutGraph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.BufferedLayouter
Invokes the core Layouter on a copy of the given graph.
doLayout(layoutGraph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.CanonicMultiStageLayouter
Calculates a layout for the given graph.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.ComponentLayouter
Calculate the layout.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.CompositeLayoutStage
Assigns a new graph layout to the given layout graph.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.CompositeLayouter
Assigns a new graph layout to the given layout graph.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.EdgeReversalStage
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.FixNodeLayoutStage
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.GraphLayoutLineWrapper
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.KeepStrongPortConstraintsStage
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.LabelLayoutDataRefinement
Assigns a new graph layout to the given layout graph.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.LabelLayoutTranslator
Before invoking the core layouter this stage translates traditional label layout information to data provider based label layout data.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.LayoutMultiplexer
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, interface com.yworks.yfiles.layout.Layouter
Main layout routine that assigns new layout information to the given graph.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.MinNodeSizeStage
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.NormalizingGraphElementOrderStage
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.OrientationLayouter
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.ParallelEdgeLayouter
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.PartitionLayouter
Main layout routine that assigns new layout information to the given graph.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.PortCalculator
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.PortCandidateAssignmentStage
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.PortConstraintEnforcementStage
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.RemoveColinearBendsStage
Removes collinear bends of the edges.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.SelfLoopLayouter
Lays out the given graph.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.SequentialLayouter
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.SubgraphLayouter
doLayout(layoutGraph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.circular.CircularLayouter
Calculates a layout for the given graph.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.grouping.FixedGroupLayoutStage
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.grouping.GroupNodeHider
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.grouping.IsolatedGroupComponentLayouter
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.grouping.ParentEdgeAugmentationStage
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.grouping.RecursiveGroupLayouter
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.hierarchic.HierarchicGroupLayouter
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.hierarchic.incremental.PartitionGridLayoutStage
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.hierarchic.incremental.TopLevelGroupToSwimlaneStage
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.labeling.AbstractLabelingAlgorithm
Place the labels in the graph.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.multipage.MultiPageLayouter
Calculates a new multi-page layout for the specified graph.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.organic.GroupedShuffleLayouter
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
Calculates the layout for the graph.
doLayout(duration:uint) — method, interface com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter_SingleThreadContext
Do layout calculation for the given amount of time where it has stopped before.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.organic.OrganicPartitionGridLayoutStage
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.organic.OrganicRemoveOverlapsStage
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.organic.RemoveOverlapsLayoutStage
Assigns a new graph layout to the given layout graph.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.organic.ShuffleLayouter
Performs the force transfer algorithm on the given graph after the core layouter has performed its job.
doLayout(layoutGraph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.organic.SmartOrganicLayouter
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.organic.SplitEdgeLayoutStage
Assigns a new graph layout to the given layout graph
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.orthogonal.DirectedOrthogonalLayouter
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.orthogonal.OrthogonalGroupLayouter
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.partial.PartialLayouter
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.partial.PartialLayouter_StraightLineEdgeRouter
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.router.BusRouter
Calculates a new bus layout for the specified graph.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.router.ChannelEdgeRouter
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.router.ChannelEdgeRouter_OrthogonalShortestPathPathFinder
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.router.CollinearBendHider
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.router.EdgeGroupRouterStage
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.router.GroupNodeRouterStage
Main layout routine.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.router.OrganicEdgeRouter
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
Main entrance to orthogonal edge routing.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.router.PartitionGridRouterStage
Main layout routine.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.router.PatchRouterStage
Assigns orthogonal edge paths to the edges of a big graph, efficiently.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.router.ReducedSphereOfActionStage
Assigns orthogonal edge paths to the selected edges of a graph, efficiently.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.router.SnapOuterPortsToNodeBorderStage
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.router.StraightLineEdgeRouter
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.router.polyline.EdgeRouter
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.router.polyline.PolylineLayoutStage
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.transformer.GraphZoomer
Assigns a new graph layout to the given layout graph.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.tree.TreeComponentLayouter
Assigns a new graph layout to the given layout graph.
doLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.tree.TreeReductionStage
doLayout2(graph:com.yworks.yfiles.base:GraphInterface, layout:com.yworks.yfiles.layout:GraphLayout) — method, class com.yworks.yfiles.layout.BufferedLayouter
Invokes the core Layouter on a copy of the given graph.
doLayout2(graph:com.yworks.yfiles.base:GraphInterface, layout:com.yworks.yfiles.layout:GraphLayout) — method, class com.yworks.yfiles.layout.CanonicMultiStageLayouter
Calculates a layout for the given graph interface and layout.
doLayoutCore(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.AbstractLayoutStage
Invokes the layout routine of the core layouter.
doLayoutCore(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.CanonicMultiStageLayouter
Subclasses have to provide core layout code in this method.
doLayoutCore(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.circular.CircularLayouter
Core layout routine.
doLayoutCore(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.circular.SingleCycleLayouter
Core layout routine.
doLayoutCore(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.genealogy.FamilyTreeLayouter
Main layout routine that assigns new layout information to the given graph.
doLayoutCore(g:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.hierarchic.HierarchicGroupLayouter
Layouts the given graph.
doLayoutCore(g:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Layout the given graph.
doLayoutCore(g:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Performs the actual layout using the currently set mode.
doLayoutCore(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl
Layouts the given graph.
doLayoutCore(g:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.organic.GRIP
doLayoutCore(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.organic.OrganicLayouter
Invokes the core layout algorithm.
doLayoutCore(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.organic.SmartOrganicLayouter
doLayoutCore(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.orthogonal.DirectedOrthogonalLayouter
doLayoutCore(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.orthogonal.OrthogonalGroupLayouter
doLayoutCore(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.orthogonal.OrthogonalLayouter
Assigns an orthogonal graph layout to the given layout graph.
doLayoutCore(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.radial.RadialLayouter
doLayoutCore(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.random.RandomLayouter
Perform the layout.
doLayoutCore(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayouter
Calculates a series-parallel layout for the given graph.
doLayoutCore(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.transformer.GraphTransformer
Performs the selected transformation.
doLayoutCore(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.tree.ARTreeLayouter
Core layout routine.
doLayoutCore(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.tree.BalloonLayouter
Core layout routine.
doLayoutCore(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.tree.GenericTreeLayouter
doLayoutCore(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.tree.HVTreeLayouter
Core layout routine.
doLayoutCore(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.tree.TreeLayouter
Starts the tree layout process
doLayoutUsingDummies(graph:com.yworks.yfiles.layout:LayoutGraph, dummyDp:com.yworks.yfiles.base:DataProvider) — method, class com.yworks.yfiles.layout.tree.TreeComponentLayouter
Called by doLayout() to delegate to the coreLayouter, adding the dummy provider to the graph instance.
DO_NOT_SORT_BY_SEX — Constant Static Property, class com.yworks.yfiles.layout.genealogy.FamilyTreeLayouter
Disables sorting the individuals according to their sex.
doPartialLayout(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.partial.PartialLayouter
This method calculates the partial layout.
doRemoveOriginalEdges(_el:com.yworks.yfiles.base:EdgeList) — method, class com.yworks.yfiles.layout.planar.PlanarInformation
Removes a list of edges from the graph.
Double — class, package com.yworks.bridge.util
Double(d:Number) — Constructor, class com.yworks.bridge.util.Double
DoubleLinePlacer — class, package com.yworks.yfiles.layout.tree
The DoubleLinePlacer is a special node placer that places its children in two lines. This node placer is especially useful for leaves with great width.
DoubleLinePlacer(init:Boolean) — Constructor, class com.yworks.yfiles.layout.tree.DoubleLinePlacer
Creates a new DoubleLinePlacer with the default modification matrix.
doubleLineSpacingRatio — Property, class com.yworks.yfiles.layout.tree.DoubleLinePlacer
Specifies the ratio of the spacing (spacing) between the root and the children in the upper line and the spacing between the two lines of subtrees.
DoubleNodePQ — Interface, package com.yworks.yfiles.util.pq
Defines an interface for specialized priority queues that contains nodes which are prioritized by associated double values.
DoubleObjectPQ — class, package com.yworks.yfiles.util.pq
This class implements a priority queue for objects whose priority values are of type double.
DoubleObjectPQ(initialSize:int, provider:com.yworks.yfiles.base:DataProvider, acceptor:com.yworks.yfiles.base:DataAcceptor, init:Boolean) — Constructor, class com.yworks.yfiles.util.pq.DoubleObjectPQ
Creates an empty ObjectPQ using the given com.yworks.yfiles.base.DataProvider and com.yworks.yfiles.base.DataAcceptor to store and retrieve Object support information.
doubleToLongBits(d:Number) — Static Method , class com.yworks.bridge.util.Double
doubleToLongBits(d:Number) — Static Method , class com.yworks.bridge.util.FlexUtils
doubleValue() — method, class com.yworks.bridge.util.BigInteger
DOWN — Constant Static Property, class com.yworks.yfiles.layout.Direction
Decodes the down direction
DOWN_SHIFT — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.TopologicalLayerer
Ranking policy specifier.
downShiftNodes(g:com.yworks.yfiles.base:Graph, LAYER_KEY:com.yworks.yfiles.base:NodeMap, maxLayer:int) — method, class com.yworks.yfiles.layout.hierarchic.WeightedLayerer
Pushes the nodes down, drawings seems then to be nicer.
dpKey — Property, class com.yworks.yfiles.util.GraphCopier_DataProviderCopyFactory
The DataProvider key.
DP_KEY_FAMILY_TYPE — Constant Static Property, class com.yworks.yfiles.layout.genealogy.FamilyTreeLayouter
Data provider key which defines a data provider for nodes which returns a String which defines the type of the node as defined in TYPE_FAMILY, TYPE_MALE, TYPE_FEMALE.
drawer — Property, class com.yworks.yfiles.layout.hierarchic.HierarchicGroupLayouter
Specifies the drawer which is responsible for the third phase of the algorithm.
drawer — Property, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Specifies the Drawer, which is responsible for the third phase of the algorithm.
Drawer — Interface, package com.yworks.yfiles.layout.hierarchic
Interface for the third phase of the Sugiyama algorithm.
drawerDelegate — Property, class com.yworks.yfiles.layout.hierarchic.MedianDrawerWrapper
the delegate
drawerDelegateInternal — Property, class com.yworks.yfiles.layout.hierarchic.MedianDrawerWrapper
DrawerKeys — class, package com.yworks.yfiles.layout.hierarchic
drawingDistanceCalculator — Property, class com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl
Getter: Returns the current DrawingDistanceCalculator instance.
DrawingDistanceCalculator — Interface, package com.yworks.yfiles.layout.hierarchic.incremental
Interface for a helper class used by com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl during the node placement phase.
DrawingEmbedder — class, package com.yworks.yfiles.layout.planar
Computes a planar embedding from a planar drawing of a graph.
DrawingEmbedder(init:Boolean) — Constructor, class com.yworks.yfiles.layout.planar.DrawingEmbedder
DUAL — Constant Static Property, class com.yworks.yfiles.layout.planar.SimpleEdgeRouter
DualPlanarInformation — class, package com.yworks.yfiles.layout.planar
A class for all the dual graph stuff
DualPlanarInformation(_realPlanar:com.yworks.yfiles.layout.planar:SimplePlanarInformation, init:Boolean) — Constructor, class com.yworks.yfiles.layout.planar.DualPlanarInformation
Creates dual graph of an embedded graph.
dummy — Property, class com.yworks.yfiles.layout.hierarchic.MedianDrawerWrapper
the dummyMap
DUMMY_HANDLER — Static Property, class com.yworks.yfiles.algo.AbortHandler
_dummyMap — Property, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
See dummyMap
dummyMap — Property, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
Gives the drawer the opportunity to distinguish between dummy nodes and real ones.
dummyMap — Property, class com.yworks.yfiles.layout.hierarchic.AlignmentDrawer
dummyMap — Property, interface com.yworks.yfiles.layout.hierarchic.Drawer
Gives the drawer the opportunity to distinguish between dummy nodes and real ones.
dummyMap — Property, class com.yworks.yfiles.layout.hierarchic.MedianDrawerWrapper
dummyMap — Property, class com.yworks.yfiles.layout.hierarchic.NodeLabelSpaceDrawer
DUMMY_NODE_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.tree.TreeComponentLayouter
During the main run of the layout dummy nodes can be identified by looking at the value of the registered DataProvider which can be obtained from the graph using this key.
dummyNodes — Property, class com.yworks.yfiles.layout.hierarchic.incremental.AbstractPortConstraintOptimizer_SameLayerData
Returns all dummy nodes.
duration — Property, class com.yworks.graph.anim.LayoutMorpherWrapper
The preferred duration in milliseconds.
duration — Property, class com.yworks.graph.model.LayoutExecutor
Gets or sets the duration of the animation.
DynamicDecomposition — Interface, package com.yworks.yfiles.layout.router.polyline
This interface should be implemented by classes that dispatch notifications about changes in partitions.
DynamicDecomposition_Listener — Interface, package com.yworks.yfiles.layout.router.polyline
Interface for classes that want to be notified about changes in partitions.
DynamicObstacleDecomposition — class, package com.yworks.yfiles.layout.router.polyline
An com.yworks.yfiles.layout.router.polyline.ObstaclePartition that decomposes its area dynamically and implements the com.yworks.yfiles.layout.router.polyline.DynamicDecomposition interface.
DynamicObstacleDecomposition(init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
Constructs a dynamic obstacle decomposition.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z