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  
RadialLayouter — class, package com.yworks.yfiles.layout.radial
Radial style layouter.
RadialLayouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.radial.RadialLayouter
Creates a new instance.
RadialLayouter_NodeInfo — class, package com.yworks.yfiles.layout.radial
Info object describing on which circle and in which sector the node is placed.
RadialLayouter_NodeInfo(init:Boolean) — Constructor, class com.yworks.yfiles.layout.radial.RadialLayouter_NodeInfo
radius — Property, class com.yworks.yfiles.geom.YCircle
Returns the radius of the circle.
radius — Property, class com.yworks.yfiles.layout.radial.RadialLayouter_NodeInfo
Returns the radius of the circle the node is placed on.
random — Property, class com.yworks.yfiles.layout.organic.RemoveOverlapsLayoutStage
the source of randomness
random — Property, class com.yworks.yfiles.layout.planar.VertexOrder
Random — class, package com.yworks.bridge.util
A pseudo random number generator.
Random(init:Boolean) — Constructor, class com.yworks.bridge.util.Random
Construct a random generator with the current time of day in milliseconds as the initial state.
RANDOM — Constant Static Property, class com.yworks.yfiles.layout.organic.OrganicLayouter
Initial placement strategy.
RandomAccess — Interface, package com.yworks.bridge.util
RandomAccess is implemented by List implementations that support fast (usually constant time) random access.
randomizationRounds — Property, class com.yworks.yfiles.layout.hierarchic.ClassicLayerSequencer
Getter: Returns the number of randomized rounds this algorithm will try if there was no optimal solution.
randomizationRounds — Property, class com.yworks.yfiles.layout.hierarchic.incremental.DefaultLayerSequencer
Getter: Returns the number of randomized rounds this algorithm will try if there was no optimal solution.
RandomLayouter — class, package com.yworks.yfiles.layout.random
This class generates a layout, where the nodes are placed randomly.
RandomLayouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.random.RandomLayouter
randomSelectNode(_nl:com.yworks.bridge.util:ArrayList) — method, class com.yworks.yfiles.layout.planar.VertexOrder
selects a Node from a list of nodes.
range — Property, class com.yworks.yfiles.layout.router.polyline.OrthogonalInterval
Returns the range of this orthogonal interval.
RankAssignments — class, package com.yworks.yfiles.algo
Provides algorithms for solving the rank assignment problem.
RankAssignments(init:Boolean) — Constructor, class com.yworks.yfiles.algo.RankAssignments
rankingPolicy — Property, class com.yworks.yfiles.layout.hierarchic.TopologicalLayerer
Getter: Returns the currently active ranking policy within this layerer.
ratio — Property, class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel_ModelParameter
Returns the label's ratio with respect to the length of the edge segment relative to which it is placed.
RATIO — Constant Static Property, class com.yworks.yfiles.layout.tree.ARTreeLayouter
The data provider key used to specify a target aspect ratio for each subtree individually.
reachable(graph:com.yworks.yfiles.base:Graph, start:com.yworks.yfiles.base:Node, directed:Boolean, reached:Vector$Boolean) — Static Method , class com.yworks.yfiles.algo.GraphConnectivity
Determines the set of nodes that can be reached in the given graph when starting from a given node.
reachableWithForbiddenEdges(graph:com.yworks.yfiles.base:Graph, start:com.yworks.yfiles.base:Node, directed:Boolean, forbidden:Vector$Boolean, reached:Vector$Boolean) — Static Method , class com.yworks.yfiles.algo.GraphConnectivity
Similar to reachable().
REAL — Constant Static Property, class com.yworks.yfiles.layout.planar.SimpleEdgeRouter
recentCrossingNumber — Property, class com.yworks.yfiles.layout.hierarchic.ClassicLayerSequencer
Returns the number of edge crossings that were produced by this sequencer the last time it was applied to a graph.
rect — Property, class com.yworks.bridge.geom.Rectangle2D
Sets this Rectangle2D to be the same as the specified Rectangle2D.
rect — Property, class com.yworks.bridge.geom.Rectangle2DDouble
Rectangle — class, package com.yworks.bridge.geom
A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-left point (x, y) in the coordinate space, its width, and its height.
Rectangle(x:int, y:int, width:int, height:int, init:Boolean) — Constructor, class com.yworks.bridge.geom.Rectangle
Constructs a new Rectangle whose top-left corner is specified as (x, y) and whose width and height are specified by the arguments of the same name.
Rectangle2D — class, package com.yworks.bridge.geom
The Rectangle2D class describes a rectangle defined by a location (x, y) and dimension (w x h).
Rectangle2D(init:Boolean) — Constructor, class com.yworks.bridge.geom.Rectangle2D
This is an abstract class that cannot be instantiated directly.
Rectangle2DDouble — class, package com.yworks.bridge.geom
The Double class defines a rectangle specified in double coordinates.
Rectangle2DDouble(x:Number, y:Number, width:Number, height:Number, init:Boolean) — Constructor, class com.yworks.bridge.geom.Rectangle2DDouble
Constructs a new Rectangle2D whose top-left corner is specified as (x, y) and whose width and height are specified by the arguments of the same name.
rectangle2DToYRectangle(rect:com.yworks.bridge.geom:Rectangle2D) — Static Method , class com.yworks.geom.util.GeomConvert
Creates a YRectangle from a given Rectangle2D.
rects — Property, class com.yworks.yfiles.layout.labeling.AbstractLabelingAlgorithm
Returns the set of all generated candidate rectangles.
recursiveGroupLayering — Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Specifies whether groups are respected during the layering stage.
RecursiveGroupLayouter — class, package com.yworks.yfiles.layout.grouping
Recursively traverses a hierarchically organized graph in a bottom-up fashion and applies the given layout algorithm (i.e.
RecursiveGroupLayouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.grouping.RecursiveGroupLayouter
Creates a new instance of RecursiveGroupLayouter.
RED — Constant Static Property, class com.yworks.yfiles.algo.Bipartitions
Marker for a node that belongs to the red partition
reduceBendCount(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl
Removes bends from the edges which are obviously not necessary.
ReducedSphereOfActionStage — class, package com.yworks.yfiles.layout.router
Performance optimization stage for com.yworks.yfiles.layout.router.OrthogonalEdgeRouter.
ReducedSphereOfActionStage(coreLayouter:com.yworks.yfiles.layout:Layouter, init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.ReducedSphereOfActionStage
Creates a new instance of ReducedSphereOfActionStage.
referencingNode — Property, interface com.yworks.yfiles.layout.multipage.NodeInfo
Returns the referencing node.
registeredEdgeMaps — Property, class com.yworks.yfiles.base.Graph
Returns all edge maps that have been created by this graph but have not yet been disposed.
registeredNodeMaps — Property, class com.yworks.yfiles.base.Graph
Returns all node maps that have been created by this graph but have not yet been disposed.
registeredPartitionExtensions — Property, class com.yworks.yfiles.layout.router.polyline.EdgeRouter
Returns a list containing all registered com.yworks.yfiles.layout.router.polyline.GraphPartitionExtension s.
registeredPathSearchExtensions — Property, class com.yworks.yfiles.layout.router.polyline.EdgeRouter
Returns a list containing all registered com.yworks.yfiles.layout.router.polyline.PathSearchExtension s.
registerLicenses(yFilesFlexLicense:XML, layoutExtensionLicense:XML) — Static Method , class com.yworks.util.LayoutUtil
registerSameLayerEdge(edge:com.yworks.yfiles.base:Edge) — method, interface com.yworks.yfiles.layout.hierarchic.incremental.ItemFactory
Registers an edge as a same layer edge appropriately into all data structures.
reinit(g:com.yworks.yfiles.base:Graph, x:Vector$Number) — method, class com.yworks.yfiles.layout.hierarchic.MedianLinearSegmentDrawer
Initializes data structures for one basic step.
reInsertEdge(e:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.base.Graph
Reinserts a formerly removed edge into this graph and fires a corresponding notification event to inform registered listeners.
reinsertMultipleEdges(planar:com.yworks.yfiles.layout.planar:PlanarInformation, hiddenEdgeList:com.yworks.yfiles.base:EdgeList) — method, class com.yworks.yfiles.layout.planar.MultipleEdgesTool
Adds the multiple edges to the list of hidden edges.
reInsertNode(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.base.Graph
Reinserts a formerly removed node into this graph and fires a corresponding notification event to inform registered listeners.
reinsertSelfLoops() — method, class com.yworks.yfiles.layout.planar.SelfLoopTool
Reinserts the formerly hidden self-loops into the embedded graph.
relJoinEndDistance — Property, class com.yworks.yfiles.layout.ParallelEdgeLayouter
Specifies the relative distance from the end point of the lines to the first parallel segments if end joining is enabled.
remainder(divisor:com.yworks.bridge.util:BigInteger) — method, class com.yworks.bridge.util.BigInteger
remove(key:Object) — method, class com.yworks.bridge.util.AbstractMap
Removes a mapping with the specified key from this Map.
remove(key:Object) — method, class com.yworks.bridge.util.HashMap
Removes a mapping with the specified key from this HashMap.
remove(key:Object) — method, interface com.yworks.bridge.util.Map
Removes a mapping with the specified key from this Map.
remove(key:Object) — method, class com.yworks.bridge.util.TreeMap
Removes a mapping with the specified key from this spec.TreeMap.
remove(entry:com.yworks.yfiles.layout:PortCandidateSet_Entry) — method, class com.yworks.yfiles.layout.PortCandidateSet
Removes the entry from the internal list of PortCandidate entries.
remove(n:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.util.pq.ArrayIntNodePQ
Removes a node from the priority queue. Time complexity in worst-case O(maxSize).
remove(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.util.pq.BHeapDoubleNodePQ
Removes the given node from this queue.
remove(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.util.pq.BHeapIntNodePQ
Removes the given node from this queue.
remove(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.util.pq.BHeapNodePQ
Removes the given node from this queue.
remove(o:Object) — method, class com.yworks.yfiles.util.pq.DoubleObjectPQ
Removes the given object from this queue.
remove(o:Object) — method, class com.yworks.yfiles.util.pq.IntObjectPQ
Removes the given node from this queue.
remove(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.util.pq.ListIntNodePQ
Removes a node from the queue.
remove(n:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.util.pq.TreeIntNodePQ
Removes a node from the queue.
removeAdditionalEnterIntervalCalculator(enterIntervalCalculator:com.yworks.yfiles.layout.router.polyline:EnterIntervalCalculator) — method, class com.yworks.yfiles.layout.router.polyline.PathSearch
Removes the given interval calculator from the list of registered interval calculators.
removeAll(collection:com.yworks.bridge.util:Collection) — method, class com.yworks.bridge.util.AbstractCollection
Removes all occurrences in this Collection of each object in the specified Collection.
removeAll(collection:com.yworks.bridge.util:Collection) — method, class com.yworks.bridge.util.AbstractSet
Removes all occurrences in this Collection of each object in the specified Collection.
removeAll(collection:com.yworks.bridge.util:Collection) — method, interface com.yworks.bridge.util.Collection
Removes all occurrences in this Collection of each object in the specified Collection.
removeAll(collection:com.yworks.bridge.util:Collection) — method, class com.yworks.yfiles.base.YList
Removes the given collection of objects from this list.
removeAt(c:com.yworks.yfiles.base:YCursor) — method, class com.yworks.yfiles.base.YList
Removes the element pointed to by the given YCursor object.
removeCell(c:com.yworks.yfiles.base:ListCell) — method, class com.yworks.yfiles.base.YList
Removes the given list cell, and hence the element stored in it, from this list.
removeCell(cell:com.yworks.yfiles.util:SkipList_Cell) — method, class com.yworks.yfiles.util.SkipList
Removes the given cell from this list.
RemoveColinearBendsStage — class, package com.yworks.yfiles.layout
This LayoutStage removes all collinear bends found in the graph.
RemoveColinearBendsStage(init:Boolean) — Constructor, class com.yworks.yfiles.layout.RemoveColinearBendsStage
removeCollinearBends — Property, class com.yworks.yfiles.layout.router.BusRouter
Specifies whether or not collinear bends are removed from the layout.
removeConnectorPair(connector1:com.yworks.yfiles.base:Node, connector2:com.yworks.yfiles.base:Node, originalEdgeIds:com.yworks.yfiles.base:YList, context:com.yworks.yfiles.layout.multipage:LayoutContext) — method, class com.yworks.yfiles.layout.multipage.MultiPageLayouter
Called during a postprocessing step that reduces the number of connectors.
removeConstraints(nodeId:Object) — method, interface com.yworks.yfiles.layout.hierarchic.ConstraintLayerer_ConstraintFactory
Clears all constraints for a given node
removeConstraints(nodeId:Object) — method, interface com.yworks.yfiles.layout.hierarchic.incremental.LayerConstraintFactory
Clears all constraints for a given node
removeData(key:Object) — method, class com.yworks.yfiles.layout.router.polyline.PartitionCell
Removes additional data to which the given key is mapped for this partition cell.
removeDataProvider(providerKey:Object) — method, class com.yworks.yfiles.base.Graph
Removes the data provider that is registered using the given look-up key.
removeDuplicateBends(gd:com.yworks.yfiles.layout:LayoutGraph) — Static Method , class com.yworks.yfiles.layout.LayoutTool
This helper method removes duplicate bends from all edges in the graph
removeDuplicateBendsFromEdge(gd:com.yworks.yfiles.layout:LayoutGraph, edge:com.yworks.yfiles.base:Edge) — Static Method , class com.yworks.yfiles.layout.LayoutTool
This helper method removes duplicate bends from the given edge in the graph
removeDynamicDecompositionListener(listener:com.yworks.yfiles.layout.router.polyline:DynamicDecomposition_Listener) — method, class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
Removes the given dynamic decomposition listener so that it no longer receives com.yworks.yfiles.layout.router.polyline.PartitionCell subdivision and creation events from this decomposition.
removeDynamicDecompositionListener(listener:com.yworks.yfiles.layout.router.polyline:DynamicDecomposition_Listener) — method, class com.yworks.yfiles.layout.router.polyline.GraphPartition
Removes the given listener from the com.yworks.yfiles.layout.router.polyline.Partition.
removeEdge(e:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.base.Graph
Removes the given edge from this graph and fires a corresponding notification event to inform registered listeners.
removeEdgeGroupAssignment(layers:com.yworks.yfiles.layout.hierarchic.incremental:Layers) — method, class com.yworks.yfiles.layout.hierarchic.incremental.GroupingSupport
removeEdgeLabel(label:com.yworks.yfiles.layout:EdgeLabelLayout, labeledElement:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.multipage.LayoutContext
Removes a label from an edge.
removeEdgeLabelLayout(edge:com.yworks.yfiles.base:Edge, labelLayout:com.yworks.yfiles.layout:EdgeLabelLayout) — method, interface com.yworks.yfiles.layout.LabelLayoutFactory
Removes the given edge label layout from the given edge.
removeEdgeOverlaps — Property, class com.yworks.yfiles.layout.labeling.AbstractLabelingAlgorithm
Specifies how label candidates which overlap with edges are handled.
removeFalseCrossings — Property, class com.yworks.yfiles.layout.hierarchic.ClassicLayerSequencer
Getter: Returns whether or not to remove false crossings.
removeFalseCrossings — Property, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Specifies whether or not false crossings should be removed from the layout.
removeFirst() — method, class com.yworks.bridge.util.LinkedList
Removes the first object from this LinkedList.
removeFromGraph(graph:com.yworks.yfiles.base:Graph) — Static Method , class com.yworks.yfiles.algo.AbortHandler
Removes any attached instance of this class from the given graph.
removeGraphListener(listener:com.yworks.yfiles.base:GraphListener) — method, class com.yworks.yfiles.base.Graph
Removes the given graph listener from this graph.
removeItem(object:Object) — method, class com.yworks.bridge.util.AbstractCollection
Removes the first occurrence of the specified object from this Collection.
removeItem(object:Object) — method, class com.yworks.bridge.util.ArrayList
Removes the first one of the specified object in this list, if present.
removeItem(object:Object) — method, interface com.yworks.bridge.util.Collection
Removes the first occurrence of the specified object from this Collection.
removeItem(object:Object) — method, class com.yworks.bridge.util.HashSet
Removes an occurrence of the specified object from this HashSet.
removeItem() — method, interface com.yworks.bridge.util.Iterator
Removes the last object returned by next from the collection.
removeItem(object:Object) — method, class com.yworks.bridge.util.LinkedList
removeItem(object:Object) — method, class com.yworks.bridge.util.TreeSet
Removes an occurrence of the specified object from this TreeSet.
removeItem(o:Object) — method, class com.yworks.yfiles.base.YList
Removes the given object from this list.
removeItemAt(location:int) — method, class com.yworks.bridge.util.AbstractList
Removes the object at the specified location from this List.
removeItemAt(location:int) — method, class com.yworks.bridge.util.AbstractSequentialList
Removes the object at the specified location from this List.
removeItemAt(location:int) — method, class com.yworks.bridge.util.ArrayList
Removes the object at the specified location from this ArrayList.
removeItemAt(location:int) — method, class com.yworks.bridge.util.LinkedList
Removes the object at the specified location from this LinkedList.
removeItemAt(location:int) — method, interface com.yworks.bridge.util.List
Removes the object at the specified location from this List.
removeItemAt(index:int) — method, class com.yworks.yfiles.base.YList
removeLast() — method, class com.yworks.bridge.util.LinkedList
Removes the last object from this LinkedList.
removeMin() — method, class com.yworks.yfiles.util.pq.ArrayIntNodePQ
Removes the node with the minimal value from the queue. Time complexity like remove().
removeMin() — method, class com.yworks.yfiles.util.pq.BHeapDoubleNodePQ
Removes the node with smallest priority from this queue Precondition !isEmpty() Complexity O(log(size()))
removeMin() — method, class com.yworks.yfiles.util.pq.BHeapIntNodePQ
Removes the node with smallest priority from this queue Precondition !isEmpty() Complexity O(log(size()))
removeMin() — method, class com.yworks.yfiles.util.pq.BHeapNodePQ
Removes the node with smallest priority from this queue Precondition !isEmpty() Complexity O(log(size()))
removeMin() — method, class com.yworks.yfiles.util.pq.DoubleObjectPQ
Removes the object with smallest priority from this queue.
removeMin() — method, class com.yworks.yfiles.util.pq.IntObjectPQ
Removes the node with smallest priority from this queue Precondition !isEmpty() Complexity O(log(size()))
removeMin() — method, class com.yworks.yfiles.util.pq.ListIntNodePQ
Same as popMinNode.
removeMin() — method, interface com.yworks.yfiles.util.pq.NodePQ
Removes the node with smallest priority from this queue.
removeMin() — method, class com.yworks.yfiles.util.pq.TreeIntNodePQ
Removes the node with the minimal value from the queue. Complexity O(log(n)).
removeNode(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.base.Graph
Removes the given node from this graph.
removeNodeLabel(label:com.yworks.yfiles.layout:NodeLabelLayout, labeledElement:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.multipage.LayoutContext
Removes a label from a node.
removeNodeLabelLayout(node:com.yworks.yfiles.base:Node, labelLayout:com.yworks.yfiles.layout:NodeLabelLayout) — method, interface com.yworks.yfiles.layout.LabelLayoutFactory
Removes the given node label layout from the given node.
removeNodeOverlaps — Property, class com.yworks.yfiles.layout.labeling.AbstractLabelingAlgorithm
Specifies how label candidates which overlap with nodes are handled.
RemoveOverlapsLayoutStage — class, package com.yworks.yfiles.layout.organic
This LayoutStage removes node overlaps and guarantees a certain minimal node distance.
RemoveOverlapsLayoutStage(minDist:Number, init:Boolean) — Constructor, class com.yworks.yfiles.layout.organic.RemoveOverlapsLayoutStage
Creates a new instance of RemoveOverlapsLayoutStage
removePathSearchExtension(extension:com.yworks.yfiles.layout.router.polyline:PathSearchExtension) — method, class com.yworks.yfiles.layout.router.polyline.PathSearch
Removes the given extension from the list of path search extensions.
removeRange(start:int, end:int) — method, class com.yworks.bridge.util.AbstractList
Removes the objects in the specified range from the start to the, but not including, end index.
removeRange(start:int, end:int) — method, class com.yworks.bridge.util.ArrayList
Removes the objects in the specified range from the start to the end, but not including the end index.
removeSameLayerStructures(sameLayerData:com.yworks.yfiles.layout.hierarchic.incremental:AbstractPortConstraintOptimizer_SameLayerData, graph:com.yworks.yfiles.layout:LayoutGraph, ldp:com.yworks.yfiles.layout.hierarchic.incremental:LayoutDataProvider, itemFactory:com.yworks.yfiles.layout.hierarchic.incremental:ItemFactory) — method, class com.yworks.yfiles.layout.hierarchic.incremental.AbstractPortConstraintOptimizer
Removes the same layer edge structure created in insertSameLayerStructures().
removeStage(stage:com.yworks.yfiles.layout:LayoutStage) — method, class com.yworks.yfiles.layout.CanonicMultiStageLayouter
Removes a LayoutStage that has been previously added by the methods appendStage() or prependStage().
removeStraightOnly — Property, class com.yworks.yfiles.layout.RemoveColinearBendsStage
Getter: Returns the current state of the remove straight only property.
removeSubdivisionHandler(handler:com.yworks.yfiles.layout.planar:SubdivisionHandler) — method, class com.yworks.yfiles.layout.planar.PlanarInformation
replaceAll(list:com.yworks.bridge.util:List, obj:Object, obj2:Object) — Static Method , class com.yworks.bridge.util.Collections
Replaces all occurrences of Object obj in list with newObj.
replaceAmbiguousLabelDescriptors(graph:com.yworks.yfiles.base:Graph) — method, class com.yworks.yfiles.layout.EdgeLabelOrientationSupport
Replaces the com.yworks.yfiles.layout.PreferredPlacementDescriptor s of all edge labels in the given graph with non-ambiguous descriptors.
replaceHubsBySubgraph(graph:com.yworks.yfiles.layout:LayoutGraph, hubMarker:com.yworks.yfiles.base:DataProvider, descriptorAcceptor:com.yworks.yfiles.base:DataAcceptor) — Static Method , class com.yworks.yfiles.layout.router.BusRepresentations
Changes the representation of buses from hubs to complete subgraphs.
replaceHubsBySubgraph2(graph:com.yworks.yfiles.layout:LayoutGraph, hubEdgesLists:Vector$Object, hubMarker:com.yworks.yfiles.base:DataProvider, fixedMarker:com.yworks.yfiles.base:DataProvider, descriptorAcceptor:com.yworks.yfiles.base:DataAcceptor) — Static Method , class com.yworks.yfiles.layout.router.BusRepresentations
Changes the representation of buses from hubs to complete subgraphs by creating new edges between regular nodes and removing the hubs.
replacePortConstraints — Property, class com.yworks.yfiles.layout.grouping.RecursiveGroupLayouter
Specifies whether or not port constraints should be temporarily replaced by port candidates.
replaceSubgraphByHubs(graph:com.yworks.yfiles.layout:LayoutGraph, edgeCursor:com.yworks.yfiles.base:EdgeCursor, descriptorProvider:com.yworks.yfiles.base:DataProvider, busIDAcceptor:com.yworks.yfiles.base:DataAcceptor) — Static Method , class com.yworks.yfiles.layout.router.BusRepresentations
Changes the representation of buses from complete subgraphs to hubs by replacing intersection points by hubs.
representedEdge — Property, interface com.yworks.yfiles.layout.multipage.EdgeInfo
Returns the original edge.
representedNode — Property, interface com.yworks.yfiles.layout.multipage.NodeInfo
Returns the represented node (always a node of the input graph).
repulsion — Property, class com.yworks.yfiles.layout.organic.OrganicLayouter
Specifies the current repulsion.
rerouteEdges(edges:com.yworks.yfiles.base:EdgeList) — method, class com.yworks.yfiles.layout.planar.EdgeRouter
this method tries to find better paths for all edges that caused crossings.
rerouteEdges(edges:com.yworks.yfiles.base:EdgeList) — method, class com.yworks.yfiles.layout.planar.SimpleEdgeRouter
Tries to find better paths for all edges that caused crossings.
rerouteEdgesWithMaxIterations(iter:int, edges:com.yworks.yfiles.base:EdgeList) — method, class com.yworks.yfiles.layout.planar.EdgeRouter
this method tries to find better paths for all edges that caused crossings.
rerouteEdgesWithMaxIterations(iter:int, edges:com.yworks.yfiles.base:EdgeList) — method, class com.yworks.yfiles.layout.planar.SimpleEdgeRouter
Tries to find better paths for all edges that caused crossings.
rerouteIterations — Property, class com.yworks.yfiles.layout.planar.CombinatorialEmbedder
Specifies the number of iterations over the list of all split edges.
rerouting — Property, class com.yworks.yfiles.layout.router.BusRouter
Getter: Returns whether rerouting of edges with many crossings is enabled.
rerouting — Property, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
Getter: Returns whether rerouting bad edges is enabled.
rerouting — Property, class com.yworks.yfiles.layout.router.polyline.EdgeRouter
Determines whether or not the edge router uses an additional step to reroute those edges that are considered to have the worst paths.
reroutingTime — Property, class com.yworks.yfiles.layout.planar.CombinatorialEmbedder
reset() — method, class com.yworks.yfiles.algo.AbortHandler
Resets the state of the handler.
reset() — method, class com.yworks.yfiles.util.Timer
Resets the elapsed time to 0.
resetAll(defaultValue:Boolean) — method, class com.yworks.yfiles.util.Maps_HighPerformanceBoolMap
Resets all values to the given default value in constant time.
resetAll(defaultValue:Number) — method, class com.yworks.yfiles.util.Maps_HighPerformanceDoubleMap
Resets all values to the given default value in constant time.
resetAll(defaultValue:int) — method, class com.yworks.yfiles.util.Maps_HighPerformanceIntMap
Resets all values to the given default value in constant time.
resetAll(defaultValue:Object) — method, class com.yworks.yfiles.util.Maps_HighPerformanceObjectMap
Resets all values to the given default value in constant time.
resetAmbiguousLabelDescriptors(graph:com.yworks.yfiles.base:Graph) — method, class com.yworks.yfiles.layout.EdgeLabelOrientationSupport
Restores the com.yworks.yfiles.layout.PreferredPlacementDescriptor s of all edge labels in the given graph with their original descriptors.
resetPath(gd:com.yworks.yfiles.layout:LayoutGraph, edge:com.yworks.yfiles.base:Edge) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Assigns a trivial path which has no control points to the specified edge and sets the edge's ports to the center of the corresponding node.
resetPath2(gd:com.yworks.yfiles.layout:LayoutGraph, edge:com.yworks.yfiles.base:Edge, resetPorts:Boolean) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Assigns a trivial path which has no control points to the specified edge.
resetPaths(gd:com.yworks.yfiles.layout:LayoutGraph) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Assigns a trivial path which has no control points to all edges in the specified graph and sets the edges' ports to the center of the corresponding nodes.
resetPathsAndPorts(gd:com.yworks.yfiles.layout:LayoutGraph, resetPorts:Boolean) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Assigns a trivial path which has no control points to all edges in the specified graph.
resetPorts(gd:com.yworks.yfiles.layout:LayoutGraph) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Sets the ports to the center of the nodes.
resettingEdgeLabelOrientation — Property, class com.yworks.yfiles.layout.LabelLayoutTranslator
Whether or not to reset the orientation of edge labels.
resettingNodeLabelOrientation — Property, class com.yworks.yfiles.layout.LabelLayoutTranslator
Whether or not to reset the orientation of node labels.
reshape(x:int, y:int, width:int, height:int) — method, class com.yworks.bridge.geom.Rectangle
resize(width:int, height:int) — method, class com.yworks.bridge.geom.Rectangle
restOfComputingTime — Property, class com.yworks.yfiles.layout.router.polyline.PathSearchConfiguration
Returns the remaining time in that the calculation of the algorithm should be completed.
restoreAll(graph:com.yworks.graph.model:IGraph) — method, class com.yworks.graph.model.TableLayoutConfigurator
Write back all information from the partition grid.
restoreOriginalDataProviders() — method, class com.yworks.yfiles.util.DataProviders_DataProviderOverlayManager
Restores all DataProvider bindings that have been changed using { addDataProvider().
restoreTableLayout() — method, class com.yworks.graph.model.LayoutExecutor
Writes the table layout information provided through TableLayoutConfigurator back to all tables.
retainAll(collection:com.yworks.bridge.util:Collection) — method, class com.yworks.bridge.util.AbstractCollection
Removes all objects from this Collection that are not contained in the specified Collection.
retainAll(collection:com.yworks.bridge.util:Collection) — method, interface com.yworks.bridge.util.Collection
Removes all objects from this Collection that are not also found in the contents of collection.
retainAll(collection:com.yworks.bridge.util:Collection) — method, class com.yworks.yfiles.base.YList
Retains only those elements in this list which are contained in the given collection.
reverse(list:com.yworks.bridge.util:List) — Static Method , class com.yworks.bridge.util.Collections
Returns the supplied List with the order of its contained elements reversed.
reverse() — method, class com.yworks.bridge.util.StringBuilder
reverse() — method, class com.yworks.yfiles.base.YList
Reverses the sequence of elements in this list.
reversedPortOrder — Property, class com.yworks.yfiles.layout.tree.DefaultPortAssignment
Getter: Indicates if the port assignment is set to reversed order.
reverseEdge(e:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.base.Graph
Reverses the given edge and fires corresponding notification events to inform registered listeners.
reverseEdge(graph:com.yworks.yfiles.layout:LayoutGraph, edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.EdgeReversalStage
Reverse the specified edge in the specified graph.
reverseEdgeLayout(el:com.yworks.yfiles.layout:EdgeLayout) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Reverses the layout of an edge.
reverseEdges(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.EdgeReversalStage
Reverses selected edges in the specified graph.
reverseEdges(g:com.yworks.yfiles.base:Graph, edgeList:com.yworks.yfiles.base:EdgeList) — method, class com.yworks.yfiles.layout.hierarchic.EdgeReverser
Reverses the edges contained ion the given edge list
reverseEdges(reversedEdges:com.yworks.yfiles.base:EdgeList) — method, class com.yworks.yfiles.layout.tree.GenericTreeLayouter
This method is used for the actual reversal of edges.
REVERSE_EDGES_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.EdgeReversalStage
This key can be used to select specific edges for reversal.
reverseOrder() — Static Method , class com.yworks.bridge.util.Collections
A Comparator which reverses the natural order of the elements.
reverseOrder2(c:com.yworks.bridge.util:Comparator) — Static Method , class com.yworks.bridge.util.Collections
Returns a Comparator that reverses the order of the Comparator passed.
reverseUpwardEdges(g:com.yworks.yfiles.base:Graph, layerMap:com.yworks.yfiles.base:NodeMap) — Static Method , class com.yworks.yfiles.layout.hierarchic.EdgeReverser
Reverses edges in the given graph whose source node has a larger layer ID than the target node.
right — Property, class com.yworks.bridge.geom.Insets
right — Property, class com.yworks.yfiles.geom.YInsets
The inset from the right.
right — Property, class com.yworks.yfiles.layout.NodeHalo
The halo size at the right side of the node.
right — Property, class com.yworks.yfiles.layout.hierarchic.PendularDrawer
map that maps the right node for each node in a layer or null if it is the rightmost
RIGHT — Constant Static Property, class com.yworks.yfiles.layout.Direction
Decodes the right direction
RIGHT — Constant Static Property, class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
Symbolic position specifier.
RIGHT — Static Property, class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer_RootAlignment
RIGHT_IN_FLOW — Constant Static Property, class com.yworks.yfiles.layout.PortCandidate
Constant indicating a port lying in the right of the direction of the main flow of the edge or overall layout.
rightInset — Property, class com.yworks.yfiles.layout.grid.ColumnDescriptor
Specifies the right column insets where no element will lie in the resulting drawing.
rightLaneInset — Property, class com.yworks.yfiles.layout.hierarchic.incremental.SwimLaneDescriptor
Specifies the right lane insets where no element will lie in the resulting drawing.
rightOf(v1:com.yworks.yfiles.geom:YVector, v2:com.yworks.yfiles.geom:YVector) — Static Method , class com.yworks.yfiles.geom.YVector
Returns true if vector v1 is on the right side of v2.
rightOfEdge — Property, class com.yworks.yfiles.layout.PreferredPlacementDescriptor
Returns if one of the preferred sides for this label is right of the edge.
RIGHT_RATIO — Constant Static Property, class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
Symbolic ratio specifier.
RIGHT_TO_LEFT — Constant Static Property, class com.yworks.yfiles.layout.LayoutOrientation
Orientation specifier.
rightTurn(p:com.yworks.yfiles.geom:YPoint, q:com.yworks.yfiles.geom:YPoint, r:com.yworks.yfiles.geom:YPoint) — Static Method , class com.yworks.yfiles.geom.Geom
Same as orientation(p,q,r) < 0 (orientation())
root — Property, class com.yworks.yfiles.layout.grouping.GraphGrouping
Returns a node instance that can be used as a handle to the virtual root of the node hierarchy.
rootAlignment — Property, class com.yworks.yfiles.layout.tree.DefaultNodePlacer
Specifies the root node alignment policy.
rootAlignment — Property, class com.yworks.yfiles.layout.tree.DoubleLinePlacer
Specifies the horizontal alignment that is used for the root node.
rootAlignment — Property, class com.yworks.yfiles.layout.tree.GridNodePlacer
Specifies the horizontal alignment of the root node.
rootAlignment — Property, class com.yworks.yfiles.layout.tree.LayeredNodePlacer
Specifies the alignment strategy for the tree's root node.
rootAlignment — Property, class com.yworks.yfiles.layout.tree.SimpleNodePlacer
Specifies the horizontal alignment of the root node.
rootNodePolicy — Property, class com.yworks.yfiles.layout.tree.BalloonLayouter
Specifies the root node policy that determines which node is chosen as (virtual) tree root for the layout process.
rootPlacement — Property, class com.yworks.yfiles.layout.tree.ARTreeLayouter
Getter: Returns the desired placement of the tree's root node.
ROOT_PLACEMENT — Constant Static Property, class com.yworks.yfiles.layout.tree.ARTreeLayouter
The data provider key used to specify the placement of each subtree root individually.
ROT180 — Constant Static Property, class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer_Matrix
rotation by 180 degrees
ROT270 — Constant Static Property, class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer_Matrix
rotation by 270 degrees counter-clockwise
ROT90 — Constant Static Property, class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer_Matrix
rotation by 90 degrees counter-clockwise
rotate(angle:Number) — method, class com.yworks.bridge.geom.AffineTransform
rotate(lst:com.yworks.bridge.util:List, dist:int) — Static Method , class com.yworks.bridge.util.Collections
Rotates the elements in List list by the distance dist.
rotate(angle:Number) — method, class com.yworks.yfiles.geom.YVector
Returns a new YVector instance that is obtained by rotating this vector by the given angle (measured in radians) in clockwise direction (with regards to screen coordinates).
ROTATE — Constant Static Property, class com.yworks.yfiles.layout.transformer.GraphTransformer
Operation type constant.
rotate2(angle:Number, px:Number, py:Number) — method, class com.yworks.bridge.geom.AffineTransform
RotatedDiscreteEdgeLabelLayoutModel — class, package com.yworks.yfiles.layout
An rotated edge label model that allows placement of rotated labels at some positions along an edge.
RotatedDiscreteEdgeLabelLayoutModel(init:Boolean) — Constructor, class com.yworks.yfiles.layout.RotatedDiscreteEdgeLabelLayoutModel
Returns a new instance of RotatedDiscreteEdgeLabelModel.
RotatedSliderEdgeLabelLayoutModel — class, package com.yworks.yfiles.layout
An edge label model that allows placement of labels at a set of continuous positions along both sides of an edge or directly on the edge path.
RotatedSliderEdgeLabelLayoutModel(mode:int, init:Boolean) — Constructor, class com.yworks.yfiles.layout.RotatedSliderEdgeLabelLayoutModel
Returns a new instance of RotatedSliderEdgeLabelModel.
rotationAngle — Property, class com.yworks.yfiles.layout.transformer.GraphTransformer
Specifies the angle of rotation.
round(d:Number) — Static Method , class com.yworks.bridge.util.FlexUtils
roundEdgeLayout(gd:com.yworks.yfiles.layout:LayoutGraph, edge:com.yworks.yfiles.base:Edge) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Round the values of the control points and ports of an edge.
roundLayout(gd:com.yworks.yfiles.layout:LayoutGraph) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Round the values of the layout of an entire layout.
roundNodeLayout(gd:com.yworks.yfiles.layout:LayoutGraph, node:com.yworks.yfiles.base:Node) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Round the values of the layout of a node.
rounds — Property, class com.yworks.yfiles.layout.organic.GRIP
Getter: returns the number of the initial rounds Setter: Sets the number of Kamada Kawai rounds (initial)
roundToInt(f:Number) — Static Method , class com.yworks.bridge.util.FlexUtils
route() — method, class com.yworks.yfiles.layout.router.ChannelRouter
Routes all added edges within the specified channel.
route(edges:com.yworks.yfiles.base:EdgeList, pathSearchResult:com.yworks.yfiles.layout.router.polyline:PathSearchResult) — method, class com.yworks.yfiles.layout.router.polyline.ChannelBasedPathRouting
Routes the given edges.
ROUTE_ALL_EDGES — Constant Static Property, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
Sphere of action specifier.
ROUTE_ALL_EDGES — Constant Static Property, class com.yworks.yfiles.layout.router.StraightLineEdgeRouter
Sphere of action specifier.
ROUTE_ALL_EDGES — Constant Static Property, class com.yworks.yfiles.layout.router.polyline.EdgeRouter
Sphere of action specifier.
ROUTE_ALL_EDGES — Constant Static Property, class com.yworks.yfiles.layout.router.polyline.PolylineLayoutStage
Sphere of action specifier.
routeEdge(e:com.yworks.yfiles.base:Edge, _pathStyle:int, dualPlanar:com.yworks.yfiles.layout.planar:DualPlanarInformation, zeroEdges:Vector$Object) — method, class com.yworks.yfiles.layout.planar.SimpleEdgeRouter
This method tries to find the best route through a graph.
ROUTE_EDGE_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.partial.PartialLayouter
This key is used by this algorithm to temporarily add a DataProvider that marks edges that should be routed by the edge router.
ROUTE_EDGE_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.router.OrganicEdgeRouter
Use this key to provide the algorithm with boolean values for each edge, specifying the ones which should be rerouted.
ROUTE_EDGES_AT_SELECTED_NODES — Constant Static Property, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
Sphere of action specifier.
ROUTE_EDGES_AT_SELECTED_NODES — Constant Static Property, class com.yworks.yfiles.layout.router.StraightLineEdgeRouter
Sphere of action specifier.
ROUTE_EDGES_AT_SELECTED_NODES — Constant Static Property, class com.yworks.yfiles.layout.router.polyline.EdgeRouter
Sphere of action specifier.
ROUTE_EDGES_AT_SELECTED_NODES — Constant Static Property, class com.yworks.yfiles.layout.router.polyline.PolylineLayoutStage
Sphere of action specifier.
routeEdgesBetweenFixedElements(graph:com.yworks.yfiles.layout:LayoutGraph, partialEdges:com.yworks.yfiles.base:EdgeList) — method, class com.yworks.yfiles.layout.partial.PartialLayouter
This method routes all partial edges that connect two fixed elements.
routeEdgesParallel(gd:com.yworks.yfiles.layout:LayoutGraph, e1:com.yworks.yfiles.base:Edge, e2:com.yworks.yfiles.base:Edge, lineDistance:Number) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Routes two edges which are incident to the same nodes, in parallel.
routeEdgesParallelJoinEnds(gd:com.yworks.yfiles.layout:LayoutGraph, e1:com.yworks.yfiles.base:Edge, e2:com.yworks.yfiles.base:Edge, lineDistance:Number, joinEnds:Boolean, absJoinDist:Number, relJoinDist:Number) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Routes two edges which are incident to the same nodes, in parallel.
routeEdgesParallelMultiple(gd:com.yworks.yfiles.layout:LayoutGraph, e1:com.yworks.yfiles.base:Edge, list:com.yworks.yfiles.base:EdgeList, lineDistance:Number) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Routes a list of edges with are incident to the same nodes, in parallel.
routeEdgesParallelMultipleJoinEnds(gd:com.yworks.yfiles.layout:LayoutGraph, e1:com.yworks.yfiles.base:Edge, list:com.yworks.yfiles.base:EdgeList, lineDistance:Number, adjustE1:Boolean, joinEnds:Boolean, absJoinDist:Number, relJoinDist:Number) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Routes a list of edges which are incident to the same nodes, in parallel.
ROUTE_HORIZONTAL — Constant Static Property, class com.yworks.yfiles.layout.router.ChannelRouter
Channel orientation specifier.
routeInterEdges(graph:com.yworks.yfiles.layout:LayoutGraph, partitionIDDP:com.yworks.yfiles.base:DataProvider, interEdgeDP:com.yworks.yfiles.base:DataProvider) — method, class com.yworks.yfiles.layout.PartitionLayouter_ChannelInterEdgeRouter
Routes inter-edges of the partitioned graph.
routeInterEdges(graph:com.yworks.yfiles.layout:LayoutGraph, partitionIDDP:com.yworks.yfiles.base:DataProvider, interEdgeDP:com.yworks.yfiles.base:DataProvider) — method, interface com.yworks.yfiles.layout.PartitionLayouter_InterEdgeRouter
Routes inter-edges of the partitioned graph.
routeInterEdges(graph:com.yworks.yfiles.layout:LayoutGraph, clusterIDDP:com.yworks.yfiles.base:DataProvider, interEdgeDP:com.yworks.yfiles.base:DataProvider) — method, class com.yworks.yfiles.layout.PartitionLayouter_OrthogonalInterEdgeRouter
routeInterEdges(graph:com.yworks.yfiles.layout:LayoutGraph, clusterIDDP:com.yworks.yfiles.base:DataProvider, interEdgeDP:com.yworks.yfiles.base:DataProvider) — method, class com.yworks.yfiles.layout.PartitionLayouter_PolylineInterEdgeRouter
routeInterEdges(graph:com.yworks.yfiles.layout:LayoutGraph, interEdges:com.yworks.yfiles.base:EdgeList) — method, class com.yworks.yfiles.layout.grouping.RecursiveGroupLayouter
This method is called after calculating the overall layout and reroutes the inter-edges, i.e., edges which traverse the boundary of a group node.
routeInterEdges(graph:com.yworks.yfiles.layout:LayoutGraph, interEdges:com.yworks.yfiles.base:EdgeList) — method, class com.yworks.yfiles.layout.partial.PartialLayouter
This method routes all inter-edges, that is edges between different subgraph components (including edges between fixed and partial elements).
routeInterEdgesImmediately — Property, class com.yworks.yfiles.layout.partial.PartialLayouter
Getter: Returns whether or not edges between different subgraph components should be routed immediately.
routeInterEdgesOnly — Property, class com.yworks.yfiles.layout.PartitionLayouter_ChannelInterEdgeRouter
Getter: Returns true if this ChannelInterEdgeRouter is configured to route inter-partition edges only.
routeInterEdgesOnly — Property, class com.yworks.yfiles.layout.PartitionLayouter_PolylineInterEdgeRouter
Getter: Returns true if this PolylineInterEdgeRouter is configured to route inter-partition edges only.
routeNonTreeEdges(graph:com.yworks.yfiles.layout:LayoutGraph, nonTreeEdgeMap:com.yworks.yfiles.base:EdgeMap) — method, class com.yworks.yfiles.layout.tree.TreeReductionStage
Routes the non-tree edges.
ROUTE_ORTHOGONAL — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Edge routing style specifier.
ROUTE_POLYLINE — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Edge routing style specifier.
routeRestoredEdges(graph:com.yworks.yfiles.layout:LayoutGraph, selectedEdgesDP:com.yworks.yfiles.base:DataProvider, boundingRectangle:com.yworks.yfiles.geom:YRectangle) — method, class com.yworks.yfiles.layout.multipage.MultiPageLayouter
Called by method removeConnectorPair() to route the restored edges.
ROUTE_SELECTED_EDGES — Constant Static Property, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
Sphere of action specifier.
ROUTE_SELECTED_EDGES — Constant Static Property, class com.yworks.yfiles.layout.router.StraightLineEdgeRouter
Sphere of action specifier.
ROUTE_SELECTED_EDGES — Constant Static Property, class com.yworks.yfiles.layout.router.polyline.EdgeRouter
Sphere of action specifier.
ROUTE_SELECTED_EDGES — Constant Static Property, class com.yworks.yfiles.layout.router.polyline.PolylineLayoutStage
Sphere of action specifier.
routeSelfLoop(gd:com.yworks.yfiles.layout:LayoutGraph, e:com.yworks.yfiles.base:Edge) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Routes a self-loop.
ROUTE_VERTICAL — Constant Static Property, class com.yworks.yfiles.layout.router.ChannelRouter
Channel orientation specifier.
routingAll — Property, class com.yworks.yfiles.layout.router.OrganicEdgeRouter
Specifies whether edges should be rerouted even if they do not obey all constraints initially.
ROUTING_FORK — Constant Static Property, class com.yworks.yfiles.layout.tree.DefaultNodePlacer
Routing style byte constant used for the routingStyle property.
ROUTING_FORK_AT_ROOT — Constant Static Property, class com.yworks.yfiles.layout.tree.DefaultNodePlacer
Routing style byte constant used for the routingStyle property.
ROUTING_HORIZONTAL — Constant Static Property, class com.yworks.yfiles.layout.tree.ARTreeLayouter
A constant value to describe the routing for each subtree root.
routingPolicy — Property, class com.yworks.yfiles.layout.tree.ARTreeLayouter
Specifies the routing policy used by this ARTreeLayouter.
ROUTING_POLICY — Constant Static Property, class com.yworks.yfiles.layout.tree.ARTreeLayouter
The data provider key used to specify the routing policy of each subtree root individually.
ROUTING_POLY_LINE — Constant Static Property, class com.yworks.yfiles.layout.tree.DefaultNodePlacer
Routing style byte constant used for the routingStyle property.
ROUTING_STRAIGHT — Constant Static Property, class com.yworks.yfiles.layout.tree.DefaultNodePlacer
Routing style byte constant used for the routingStyle property.
routingStyle — Property, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Getter: Returns the routing style being used.
routingStyle — Property, class com.yworks.yfiles.layout.hierarchic.incremental.EdgeLayoutDescriptor
Specifies the routing style for this edge.
routingStyle — Property, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
Getter: Returns the currently set routing style.
routingStyle — Property, class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayouter
Specifies the currently used routing style for edges.
routingStyle — Property, class com.yworks.yfiles.layout.tree.DefaultNodePlacer
Getter: Returns the current routing style byte constant.
routingStyle — Property, class com.yworks.yfiles.layout.tree.LayeredNodePlacer
Specifies the routing style.
RoutingStyle — class, package com.yworks.yfiles.layout.hierarchic.incremental
This class is used by com.yworks.yfiles.layout.hierarchic.incremental.EdgeLayoutDescriptor to specify the routing style for different edge types.
RoutingStyle(routingStyle:int, init:Boolean) — Constructor, class com.yworks.yfiles.layout.hierarchic.incremental.RoutingStyle
Sets the routing style for each edge type to the specified value.
ROUTING_STYLE_ADOPT — Constant Static Property, class com.yworks.yfiles.layout.grouping.FixedGroupLayoutStage
Inter-edge routing style specifier.
ROUTING_STYLE_OCTILINEAR — Constant Static Property, class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayouter
Style constant describing an octilinear edge style.
ROUTING_STYLE_ORTHOGONAL — Constant Static Property, class com.yworks.yfiles.layout.grouping.FixedGroupLayoutStage
Inter-edge routing style specifier.
ROUTING_STYLE_ORTHOGONAL — Constant Static Property, class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayouter
Style constant describing an orthogonal edge style.
ROUTING_STYLE_POLYLINE — Constant Static Property, class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayouter
Style constant describing an polyline edge style.
ROUTING_STYLE_STRAIGHTLINE — Constant Static Property, class com.yworks.yfiles.layout.grouping.FixedGroupLayoutStage
Inter-edge routing style specifier.
routingTime — Property, class com.yworks.yfiles.layout.planar.CombinatorialEmbedder
ROUTING_VERTICAL — Constant Static Property, class com.yworks.yfiles.layout.tree.ARTreeLayouter
A constant value to describe the routing for each subtree root.
row — Property, class com.yworks.yfiles.layout.grid.PartitionCellId
Returns the first row associated with this partition cell id.
row — Property, class com.yworks.yfiles.layout.grid.PartitionCellId_Pair0
Returns the RowDescriptor associated with this partition cell.
RowDescriptor — class, package com.yworks.yfiles.layout.grid
This class represents a row of a com.yworks.yfiles.layout.grid.PartitionGrid.
RowDescriptor(init:Boolean) — Constructor, class com.yworks.yfiles.layout.grid.RowDescriptor
rows — Property, class com.yworks.yfiles.layout.grid.PartitionGrid
Returns the rows of the partition grid.
run() — method, interface com.yworks.bridge.util.Runnable
Begin doing the active part of the class' code.
Runnable — Interface, package com.yworks.bridge.util
The runnable interface must be implemented by all classes which want to be run as threads.
running — Property, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
Returns whether the layouter is running at the moment.
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