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  
b — Property, class com.yworks.yfiles.geom.AffineLine
Returns b from ax+by+c = 0
backloopPenalty — Property, class com.yworks.yfiles.layout.hierarchic.incremental.PCListOptimizer
Specifies the penalty cost that is associated with each backloop.
backloopRouting — Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Getter: Whether or not backloop routing should be applied.
backloopRoutingForSelfloopsEnabled — Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Determines whether or not selfloops should be routed like backloops when backloop routing is enabled.
backloopRoutingStyle — Property, class com.yworks.yfiles.layout.hierarchic.incremental.RoutingStyle
Specifies the routing style for back-loops.
badOrthogonal — Property, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
Getter: Returns whether bad edges should be drawn in an orthogonal fashion.
balloonLayouter — Property, class com.yworks.yfiles.layout.circular.CircularLayouter
Returns the BalloonLayouter used for arranging the partitions Configuring that layouter has effect upon the partition arrangement within the overall layout.
BalloonLayouter — class, package com.yworks.yfiles.layout.tree
A tree layouter that lays out the subtrees of the tree in a balloon-like fashion.
BalloonLayouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.tree.BalloonLayouter
BalloonLayouter_NodeInfo — class, package com.yworks.yfiles.layout.tree
Encapsulates information bound to a node during the algorithm calculates a layout.
BalloonLayouter_NodeInfo(init:Boolean) — Constructor, class com.yworks.yfiles.layout.tree.BalloonLayouter_NodeInfo
BARYCENTER_HEURISTIC — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.ClassicLayerSequencer
Weight assignment heuristic specifier.
BARYCENTER_HEURISTIC — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.incremental.DefaultLayerSequencer
Weight assignment heuristic specifier.
baryCenterMode — Property, class com.yworks.yfiles.layout.hierarchic.incremental.SimplexNodePlacer
Specifies whether or not to use the barycenter drawing mode.
barycenterModeActive — Property, class com.yworks.yfiles.layout.organic.ShuffleLayouter
Getter: Returns true if this layouter uses a barycenter based node shuffling strategy and false otherwise.
BCC_COMPACT — Constant Static Property, class com.yworks.yfiles.layout.circular.CircularLayouter
Layout style specifier.
BCC_ISOLATED — Constant Static Property, class com.yworks.yfiles.layout.circular.CircularLayouter
Layout style specifier.
BCCSubgraph — class, package com.yworks.yfiles.layout.planar
This class calculates a planar subgraph for the each biconnected component of the graph and then puts these planar subgraphs together.
BCCSubgraph(ips:com.yworks.yfiles.layout.planar:InitialPlanarSubgraph, init:Boolean) — Constructor, class com.yworks.yfiles.layout.planar.BCCSubgraph
BEFORE — Constant Static Property, class com.yworks.yfiles.base.Graph
Object insertion specifier.
bellmanFord(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.
bellmanFordWithPath(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 bellmanFord() but additionally this method yields the path edges of each calculated shortest path.
bellmanFordWithPath2(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 bellmanFordWithPath() but uses NodeMaps and DataProviders instead of arrays.
BendConverter — class, package com.yworks.yfiles.layout
This layout stage replaces bends with dummy nodes, calls the core layout algorithm and recreates the bends.
BendConverter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.BendConverter
Creates a new instance of BendConverter
bendCost — Property, class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
Specifies the edge cost a bend inside an edge's path will cause.
bendCount — Property, class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
Returns the number of bends the edge has inside this cell.
bendDistance — Property, class com.yworks.yfiles.layout.tree.ARTreeLayouter
Specifies the preferred distance between any two bends of an edge.
bendPenalty — Property, class com.yworks.yfiles.layout.router.polyline.PenaltySettings
Specifies the penalty for an edge bend.
bendReductionEnabled — Property, class com.yworks.yfiles.layout.hierarchic.incremental.SimplexNodePlacer
Specifies whether or not an optimization step should be applied that tries to further reduce the number of bends.
bendReductionThreshold — Property, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Specifies the limit, when bends are removed and a straight line is drawn instead.
bendsInNodeToEdgeDistancePenalty — Property, class com.yworks.yfiles.layout.router.polyline.PenaltySettings
Specifies the penalty for an edge bend being closer to the border of the source node, the target node or one of their ancestor group nodes than the minimal node to edge distance.
bestFitRotationEnabled — Property, class com.yworks.yfiles.layout.transformer.GraphTransformer
Getter: Returns whether or not the best fit rotation angle will be applied.
Bfs — class, package com.yworks.yfiles.algo
This class provides services that center around breadth first search (BFS)
Bfs(init:Boolean) — Constructor, class com.yworks.yfiles.algo.Bfs
BFSLayerer — class, package com.yworks.yfiles.layout.hierarchic
Layerer that uses a breadth first search to assign layers to the nodes.
BFSLayerer(init:Boolean) — Constructor, class com.yworks.yfiles.layout.hierarchic.BFSLayerer
BHeapDoubleNodePQ — class, package com.yworks.yfiles.util.pq
This class implements a priority queue for nodes whose priority values are of type double.
BHeapDoubleNodePQ(graph:com.yworks.yfiles.base:Graph, init:Boolean) — Constructor, class com.yworks.yfiles.util.pq.BHeapDoubleNodePQ
Creates an empty NodePQ for nodes contained in the given graph.
BHeapIntNodePQ — class, package com.yworks.yfiles.util.pq
This class implements a priority queue for nodes whose priority values are of type int.
BHeapIntNodePQ(graph:com.yworks.yfiles.base:Graph, init:Boolean) — Constructor, class com.yworks.yfiles.util.pq.BHeapIntNodePQ
Creates an empty NodePQ for nodes contained in the given graph.
BHeapNodePQ — class, package com.yworks.yfiles.util.pq
This class represents a priority queue for nodes where the priority values are of type Object The implementation is based on binary heaps.
BHeapNodePQ(graph:com.yworks.yfiles.base:Graph, c:com.yworks.bridge.util:Comparator, init:Boolean) — Constructor, class com.yworks.yfiles.util.pq.BHeapNodePQ
Creates an empty NodePQ for nodes contained in the given graph.
biconnectedComponentGrouping(graph:com.yworks.yfiles.base:Graph, groupIDs:com.yworks.yfiles.base:NodeMap) — Static Method , class com.yworks.yfiles.algo.Groups
This method partitions the graph by analyzing its biconnected component structure.
biconnectedComponents(graph:com.yworks.yfiles.base:Graph) — Static Method , class com.yworks.yfiles.algo.GraphConnectivity
Calculates the biconnected components of a given undirected graph.
biconnectedComponents2(graph:com.yworks.yfiles.base:Graph, compNum:com.yworks.yfiles.base:EdgeMap) — Static Method , class com.yworks.yfiles.algo.GraphConnectivity
Calculates the biconnected components of a given undirected graph.
biconnectedComponentsWithArticulationPoints(graph:com.yworks.yfiles.base:Graph, compNum:com.yworks.yfiles.base:EdgeMap, aPoint:com.yworks.yfiles.base:NodeMap) — Static Method , class com.yworks.yfiles.algo.GraphConnectivity
Calculates the biconnected components of a given undirected graph.
BigInteger — class, package com.yworks.bridge.util
BigInteger(init:Boolean) — Constructor, class com.yworks.bridge.util.BigInteger
binarySearch(array:Vector$int, value:int) — Static Method , class com.yworks.bridge.util.Arrays
Performs a binary search for the specified element in the specified sorted array.
binarySearch(list:com.yworks.bridge.util:List, object:Object) — Static Method , class com.yworks.bridge.util.Collections
Performs a binary search for the specified element in the specified sorted List.
binarySearchChar(array:Vector$String, value:String) — Static Method , class com.yworks.bridge.util.Arrays
Performs a binary search for the specified element in the specified sorted array.
binarySearchDouble(array:Vector$Number, value:Number) — Static Method , class com.yworks.bridge.util.Arrays
Performs a binary search for the specified element in the specified sorted array.
binarySearchFloat(array:Vector$Number, value:Number) — Static Method , class com.yworks.bridge.util.Arrays
Performs a binary search for the specified element in the specified sorted array.
binarySearchInt(array:Vector$int, value:int) — Static Method , class com.yworks.bridge.util.Arrays
Performs a binary search for the specified element in the specified sorted array.
binarySearchLong(array:Vector$com.yworks.bridge.util:LongImpl, value:com.yworks.bridge.util:LongImpl) — Static Method , class com.yworks.bridge.util.Arrays
Performs a binary search for the specified element in the specified sorted array.
binarySearchObject(array:Vector$Object, object:Object) — Static Method , class com.yworks.bridge.util.Arrays
Performs a binary search for the specified element in the specified sorted array.
binarySearchShort(array:Vector$int, value:int) — Static Method , class com.yworks.bridge.util.Arrays
Performs a binary search for the specified element in the specified sorted array.
binarySearchWithComparator(array:Vector$Object, object:Object, comparator:com.yworks.bridge.util:Comparator) — Static Method , class com.yworks.bridge.util.Arrays
Performs a binary search for the specified element in the specified sorted array using the Comparator to compare elements.
binarySearchWithComparator(list:com.yworks.bridge.util:List, object:Object, comparator:com.yworks.bridge.util:Comparator) — Static Method , class com.yworks.bridge.util.Collections
Performs a binary search for the specified element in the specified sorted List using the specified Comparator.
Bipartitions — class, package com.yworks.yfiles.algo
Responsible for graph bipartition problems.
Bipartitions(init:Boolean) — Constructor, class com.yworks.yfiles.algo.Bipartitions
bitCount() — method, class com.yworks.bridge.util.BigInteger
bitCount(i:int) — Static Method , class com.yworks.bridge.util.FlexUtils
bitLength() — method, class com.yworks.bridge.util.BigInteger
BitSet — class, package com.yworks.bridge.util
The BitSet class implements a bit field.
BitSet(init:Boolean) — Constructor, class com.yworks.bridge.util.BitSet
Create a new BitSet with size equal to 64 bits
BLACK — Constant Static Property, class com.yworks.yfiles.algo.Dfs
Node state specifier.
BLUE — Constant Static Property, class com.yworks.yfiles.algo.Bipartitions
Marker for a node that belongs to the blue partition
booleanValue(b:Object) — Static Method , class com.yworks.bridge.util.FlexUtils
BooleanValue — Interface, package com.yworks.yfiles.util
Specifies the contract of a general purpose read-only boolean value object.
BooleanValueSettable — Interface, package com.yworks.yfiles.util
Specifies the contract of modifiable boolean value objects.
BORDER_CENTER_PORTS — Constant Static Property, class com.yworks.yfiles.layout.tree.TreeLayouter
Port style constant.
BORDER_DISTRIBUTED_PORTS — Constant Static Property, class com.yworks.yfiles.layout.tree.TreeLayouter
Port style constant.
borderGapToPortGapRatio — Property, class com.yworks.yfiles.layout.seriesparallel.DefaultPortAssignment
Specifies the ratio of the gap between the border of the node and the next port and the gap between the ports.
borderGapToPortGapRatio — Property, class com.yworks.yfiles.layout.tree.DefaultPortAssignment
Getter: Returns the ratio of the gap between the border of the node and the next port and the gap between the ports.
BorderLine — class, package com.yworks.yfiles.geom
This class can be used to easily model an orthogonal border line or sky-line.
BorderLine(min:Number, max:Number, value:Number, init:Boolean) — Constructor, class com.yworks.yfiles.geom.BorderLine
Creates a new BorderLine from a single segment.
BORDERLINE_EAST — Constant Static Property, class com.yworks.yfiles.layout.tree.GenericTreeLayouter_SubtreeShape
Side constant used by getBorderLine().
BORDERLINE_NORTH — Constant Static Property, class com.yworks.yfiles.layout.tree.GenericTreeLayouter_SubtreeShape
Side constant used by getBorderLine().
BorderLine_Segment — class, package com.yworks.yfiles.geom
The handle of a segment of a borderline.
BorderLine_Segment(init:Boolean) — Constructor, class com.yworks.yfiles.geom.BorderLine_Segment
BORDERLINE_SOUTH — Constant Static Property, class com.yworks.yfiles.layout.tree.GenericTreeLayouter_SubtreeShape
Side constant used by getBorderLine().
BORDERLINE_WEST — Constant Static Property, class com.yworks.yfiles.layout.tree.GenericTreeLayouter_SubtreeShape
Side constant used by getBorderLine().
bottom — Property, class com.yworks.bridge.geom.Insets
bottom — Property, class com.yworks.yfiles.geom.YInsets
The inset from the bottom.
bottom — Property, class com.yworks.yfiles.layout.NodeHalo
The halo size at the bottom side of the node.
BOTTOM — Constant Static Property, class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
Symbolic position specifier.
bottomInset — Property, class com.yworks.yfiles.layout.grid.RowDescriptor
Specifies the bottom row insets where no element will lie in the resulting drawing.
BOTTOM_LEFT — Constant Static Property, class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
Symbolic position specifier.
BOTTOM_RIGHT — Constant Static Property, class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
Symbolic position specifier.
BOTTOM_TO_TOP — Constant Static Property, class com.yworks.yfiles.layout.LayoutOrientation
Orientation specifier.
BoundedQueue — class, package com.yworks.yfiles.util
This class represents an efficient queue of bounded size.
BoundedQueue(capacity:int, init:Boolean) — Constructor, class com.yworks.yfiles.util.BoundedQueue
Creates a new instance of BoundedQueue.
BoundedStack — class, package com.yworks.yfiles.util
This class represents an efficient stack of bounded size.
BoundedStack(capacity:int, init:Boolean) — Constructor, class com.yworks.yfiles.util.BoundedStack
Creates a new instance of BoundedStack.
boundingBox — Property, class com.yworks.yfiles.geom.LineSegment
Returns the smallest Rectangle which contains the object.
boundingBox — Property, interface com.yworks.yfiles.geom.PlaneObject
Returns the smallest Rectangle which contains the object.
boundingBox — Property, class com.yworks.yfiles.geom.YOrientedRectangle
Calculates the paraxial bounding box of this oriented rectangle.
boundingBox — Property, class com.yworks.yfiles.geom.YRectangle
Returns this object.
boundingBox — Property, class com.yworks.yfiles.layout.LabelCandidate
Returns the bounding box of this label candidate.
bounds — Property, class com.yworks.bridge.geom.Rectangle
Gets the bounding Rectangle of this Rectangle.
bounds — Property, class com.yworks.bridge.geom.Rectangle2D
Returns the bounding box of the Shape.
bounds — Property, class com.yworks.yfiles.layout.LabelLayoutData
Specifies the oriented bounds (com.yworks.yfiles.geom.YOrientedRectangle) of the label.
bounds — Property, class com.yworks.yfiles.layout.router.polyline.Channel
Returns the bounds of this channel.
bounds — Property, class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
Returns the bounds of the decomposition area.
bounds — Property, class com.yworks.yfiles.layout.router.polyline.GraphPartition
bounds — Property, class com.yworks.yfiles.layout.router.polyline.Obstacle
Returns the bounds of the obstacle.
bounds — Property, class com.yworks.yfiles.layout.router.polyline.PartitionCell
Returns the bounds the partition cell.
bounds — Property, class com.yworks.yfiles.layout.tree.GenericTreeLayouter_SubtreeShape
Returns the current bounds of this SubtreeShape
bounds2D — Property, class com.yworks.bridge.geom.Rectangle
Return the high precision bounding box of this rectangle.
bounds2D — Property, class com.yworks.bridge.geom.Rectangle2D
Returns the high precision bounding box of this Rectangle2D.
bounds2D — Property, class com.yworks.bridge.geom.Rectangle2DDouble
box — Property, class com.yworks.yfiles.layout.DefaultNodeLabelLayout
box — Property, class com.yworks.yfiles.layout.LabelCandidate
Returns the real bounds of this label candidate.
box — Property, interface com.yworks.yfiles.layout.LabelLayout
Returns the bounding box of the label
box — Property, class com.yworks.yfiles.layout.LabelLayoutImpl
Specifies the bounding box of the label.
boxesToNodes — Property, class com.yworks.yfiles.layout.labeling.MISLabelingAlgorithm
boxesToNodesInternal — Property, class com.yworks.yfiles.layout.labeling.MISLabelingAlgorithm
boxIntersectsSegment(box:com.yworks.yfiles.geom:YRectangle, s:com.yworks.yfiles.geom:YPoint, t:com.yworks.yfiles.geom:YPoint) — Static Method , class com.yworks.yfiles.geom.LineSegment
Checks whether a line segment intersects a box.
boxIntersectsSegment2(box:com.yworks.yfiles.geom:YRectangle, x1:Number, y1:Number, x2:Number, y2:Number) — Static Method , class com.yworks.yfiles.geom.LineSegment
Checks whether a line segment intersects a box.
boxIntersectsSegment3(boxX1:Number, boxY1:Number, boxX2:Number, boxY2:Number, sX1:Number, sY1:Number, sX2:Number, sY2:Number) — Static Method , class com.yworks.yfiles.geom.LineSegment
Checks whether a line segment intersects a paraxial box.
BOX_STYLE — Constant Static Property, class com.yworks.yfiles.layout.orthogonal.OrthogonalLayouter
Layout style specifier.
breakLongSegments — Property, class com.yworks.yfiles.layout.hierarchic.incremental.SimplexNodePlacer
Specifies whether this instance may break long edge segments in favor of a more compact layout.
bridgeFace(e:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.planar.PlanarInformation
This method updates the faces of the graph when an edge is inserted which connects two different connected components.
bridgeFaceAt(e:com.yworks.yfiles.base:Edge, _start:com.yworks.yfiles.base:Edge, _stop:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.planar.PlanarInformation
This method updates the faces of the graph when an edge is inserted which connects two different connected components.
BufferedLayouter — class, package com.yworks.yfiles.layout
A hull layouter that invokes another layout algorithm on a copy of its input graph.
BufferedLayouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.BufferedLayouter
Instantiates a new BufferedLayouter.
busAlignment — Property, class com.yworks.yfiles.layout.tree.LayeredNodePlacer
Specifies the vertical bus alignment for orthogonally routed edge buses.
busAlignment — Property, class com.yworks.yfiles.layout.tree.TreeLayouter
Specifies the vertical bus alignment for orthogonally routed edge buses.
BusDescriptor — class, package com.yworks.yfiles.layout.router
A descriptor for bus-related information to be associated with an edge.
BusDescriptor(busID:Object, init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.BusDescriptor
Creates a new instance of BusDescriptor for the specified bus ID which is marked as not fixed and uses the default edge group IDs.
busId — Property, class com.yworks.yfiles.layout.router.BusDescriptor
Specifies the bus ID.
BusPlacer — class, package com.yworks.yfiles.layout.tree
The BusPlacer is a special NodePlacer that creates a bus where all child nodes and the root node are connected to. The BusPlacer is rotatable using the constructor 2().
BusPlacer(init:Boolean) — Constructor, class com.yworks.yfiles.layout.tree.BusPlacer
Initializes a new instance with the Default matrix.
BusRepresentations — class, package com.yworks.yfiles.layout.router
This class provides helpers to convert between buses given by complete subgraphs and buses represented by specific hub nodes.
BusRepresentations(init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.BusRepresentations
BusRouter — class, package com.yworks.yfiles.layout.router
An orthogonal bus-style edge routing algorithm which combines the large number of edges of complete subgraphs in a concise, tree-like structure that consists of vertical and horizontal line segments.
BusRouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.BusRouter
Creates a new instance of BusRouter.
byteValue() — method, class com.yworks.bridge.util.BigInteger
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