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  
o1 — Property, class com.yworks.yfiles.util.Tuple
The first element of the Tuple
o2 — Property, class com.yworks.yfiles.util.Tuple
The second element of the Tuple
obeyNodeSize — Property, class com.yworks.yfiles.layout.organic.OrganicLayouter
Specifies whether or not node sizes should be considered by this layouter.
Obstacle — class, package com.yworks.yfiles.layout.router.polyline
Obstacles are used by implementations of com.yworks.yfiles.layout.router.polyline.ObstaclePartition to subdivide an area into com.yworks.yfiles.layout.router.polyline.PartitionCell s.
Obstacle(bounds:com.yworks.yfiles.geom:YRectangle, data:Object, init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.polyline.Obstacle
Creates a new instance.
ObstaclePartition — Interface, package com.yworks.yfiles.layout.router.polyline
A com.yworks.yfiles.layout.router.polyline.Partition that takes a list of com.yworks.yfiles.layout.router.polyline.Obstacle s as input to subdivide an area into com.yworks.yfiles.layout.router.polyline.PartitionCell s.
offer(o:Object) — method, class com.yworks.bridge.util.LinkedList
offsetForFamilyNodes — Property, class com.yworks.yfiles.layout.genealogy.FamilyTreeLayouter
Specifies the offset by which a family node will be shifted down if its parents are not direct neighbours.
offsetVector — Property, class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel_ModelParameter
Returns the offset vector between the label and the edge segment relative to which it is placed.
ok() — method, interface com.yworks.yfiles.base.YCursor
Returns true if the current cursor position is valid.
ok() — method, class com.yworks.yfiles.base.YList_ListCursorImpl
oldLayerer — Property, class com.yworks.yfiles.layout.hierarchic.incremental.OldLayererWrapper
Getter: Returns the y.layout.hierarchic.Layerer instance that is used for delegation.
OldLayerer — Interface, package com.yworks.yfiles.layout.hierarchic
This is the interface to the node layering phase of the hierarchic layouter.
OldLayererWrapper — class, package com.yworks.yfiles.layout.hierarchic.incremental
Wraps a com.yworks.yfiles.layout.hierarchic.OldLayerer implementation from the y.layout.hierarchic package to behave like a com.yworks.yfiles.layout.hierarchic.incremental.Layerer implementation from the y.layout.hierarchic.incremental package.
OldLayererWrapper(oldLayerer:com.yworks.yfiles.layout.hierarchic:OldLayerer, init:Boolean) — Constructor, class com.yworks.yfiles.layout.hierarchic.incremental.OldLayererWrapper
Creates a new instance of OldLayererWrapper, wrapping the given layerer.
onCellCreated(createdCell:com.yworks.yfiles.layout.router.polyline:PartitionCell) — method, class com.yworks.yfiles.layout.router.polyline.GraphPartition
Callback after a new com.yworks.yfiles.layout.router.polyline.PartitionCell has been created.
onCellCreated(createdCell:com.yworks.yfiles.layout.router.polyline:PartitionCell) — method, class com.yworks.yfiles.layout.router.polyline.GraphPartitionExtensionAdapter
onCellFinalized(finalizedCell:com.yworks.yfiles.layout.router.polyline:PartitionCell) — method, class com.yworks.yfiles.layout.router.polyline.GraphPartition
Callback after a com.yworks.yfiles.layout.router.polyline.PartitionCell has been decided to be final and won't be subdivided further.
onCellFinalized(finalizedCell:com.yworks.yfiles.layout.router.polyline:PartitionCell) — method, class com.yworks.yfiles.layout.router.polyline.GraphPartitionExtensionAdapter
onCellSubdivided(cell:com.yworks.yfiles.layout.router.polyline:PartitionCell, subCells:com.yworks.bridge.util:List) — method, class com.yworks.yfiles.layout.router.polyline.GraphPartition
Callback after a com.yworks.yfiles.layout.router.polyline.PartitionCell has been subdivided into several sub cells.
onCellSubdivided(cell:com.yworks.yfiles.layout.router.polyline:PartitionCell, subCells:com.yworks.bridge.util:List) — method, class com.yworks.yfiles.layout.router.polyline.GraphPartitionExtensionAdapter
ONE — Constant Static Property, class com.yworks.bridge.util.BigInteger
ONE — Constant Static Property, class com.yworks.bridge.util.LongImpl
onEdge — Property, class com.yworks.yfiles.layout.PreferredPlacementDescriptor
Returns if one of the preferred sides for this label is on the edge.
onGraphEvent(e:com.yworks.yfiles.base:GraphEvent) — method, interface com.yworks.yfiles.base.GraphListener
Invoked when the structure of the graph has changed.
ONLY_SELECTION — Constant Static Property, class com.yworks.yfiles.layout.organic.OrganicLayouter
Sphere of action specifier.
onReinsert() — method, class com.yworks.yfiles.base.Edge
Callback method that is invoked from a graph just before this edge will be reinserted into that graph.
operation — Property, class com.yworks.yfiles.layout.transformer.GraphTransformer
Specifies the transformation operation this layouter performs.
opposite(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.base.Edge
Returns the node at the opposite edge end with respect to the given node.
OPTIMIZATION_BALANCED — Constant Static Property, class com.yworks.yfiles.layout.labeling.MISLabelingAlgorithm
Use a balanced optimization strategy.
OPTIMIZATION_BALANCED — Constant Static Property, class com.yworks.yfiles.layout.router.polyline.PenaltySettings
Optimization strategy that balances bends and edge crossings in the edge routes.
OPTIMIZATION_EDGE_BENDS — Constant Static Property, class com.yworks.yfiles.layout.router.polyline.PenaltySettings
Optimization strategy that minimizes bends in the edge routes.
OPTIMIZATION_EDGE_CROSSINGS — Constant Static Property, class com.yworks.yfiles.layout.router.polyline.PenaltySettings
Optimization strategy that minimizes edge crossings in the edge routes.
OPTIMIZATION_EDGE_LENGTHS — Constant Static Property, class com.yworks.yfiles.layout.router.polyline.PenaltySettings
Optimization strategy that minimizes the length of the edge routes.
OPTIMIZATION_EDGE_OVERLAP — Constant Static Property, class com.yworks.yfiles.layout.labeling.MISLabelingAlgorithm
Use an optimization strategy that especially reduces overlaps between labels and edges.
OPTIMIZATION_LABEL_OVERLAP — Constant Static Property, class com.yworks.yfiles.layout.labeling.MISLabelingAlgorithm
Use an optimization strategy that especially reduces overlaps between labels.
OPTIMIZATION_NODE_OVERLAP — Constant Static Property, class com.yworks.yfiles.layout.labeling.MISLabelingAlgorithm
Use an optimization strategy that especially reduces overlaps between labels and nodes as well as labels and node halos.
OPTIMIZATION_NONE — Constant Static Property, class com.yworks.yfiles.layout.labeling.MISLabelingAlgorithm
Use no optimization strategy.
optimizationStrategy — Property, class com.yworks.yfiles.layout.labeling.MISLabelingAlgorithm
Specifies the optimization strategy of the labeling algorithm.
optimizeAfterLayering(graph:com.yworks.yfiles.layout:LayoutGraph, layers:com.yworks.yfiles.layout.hierarchic.incremental:Layers, 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
Called after the layering information has been determined.
optimizeAfterLayering(graph:com.yworks.yfiles.layout:LayoutGraph, layers:com.yworks.yfiles.layout.hierarchic.incremental:Layers, ldp:com.yworks.yfiles.layout.hierarchic.incremental:LayoutDataProvider, itemFactory:com.yworks.yfiles.layout.hierarchic.incremental:ItemFactory) — method, class com.yworks.yfiles.layout.hierarchic.incremental.PCListOptimizer
optimizeAfterSequencing(graph:com.yworks.yfiles.layout:LayoutGraph, layers:com.yworks.yfiles.layout.hierarchic.incremental:Layers, 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
Called after the sequence of the nodes has been determined to assign new temporary port constraints.
optimizeAfterSequencing(graph:com.yworks.yfiles.layout:LayoutGraph, layers:com.yworks.yfiles.layout.hierarchic.incremental:Layers, ldp:com.yworks.yfiles.layout.hierarchic.incremental:LayoutDataProvider, itemFactory:com.yworks.yfiles.layout.hierarchic.incremental:ItemFactory) — method, class com.yworks.yfiles.layout.hierarchic.incremental.PCListOptimizer
optimizeAfterSequencing2(inEdgeOrder:com.yworks.bridge.util:Comparator, outEdgeOrder:com.yworks.bridge.util:Comparator, graph:com.yworks.yfiles.layout:LayoutGraph, layers:com.yworks.yfiles.layout.hierarchic.incremental:Layers, 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
Called after the sequence of the nodes has been determined to assign new temporary port constraints to all nodes.
optimizeAfterSequencing3(node:com.yworks.yfiles.base:Node, inEdgeOrder:com.yworks.bridge.util:Comparator, outEdgeOrder:com.yworks.bridge.util:Comparator, 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
Called after the sequence of the nodes has been determined to assign new temporary port constraints to each original node.
optimizeAfterSequencing3(node:com.yworks.yfiles.base:Node, inEdgeOrder:com.yworks.bridge.util:Comparator, outEdgeOrder:com.yworks.bridge.util:Comparator, 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.PCListOptimizer
optimizeColumnOrder — Property, class com.yworks.yfiles.layout.grid.PartitionGrid
Getter: Returns whether the order of the columns should be chosen automatically.
optimizeColumns(g:com.yworks.yfiles.base:Graph) — method, class com.yworks.yfiles.layout.grid.PartitionGrid
Optimizes the order of the columns of the partition grid for the given graph.
optimizeLayoutOrientation — Property, class com.yworks.yfiles.layout.partial.PartialLayouter
Specifies whether or not a postprocessing step should be applied to reduce the number of edges that do not comply with the desired orientation.
optimizePerceivedBends — Property, class com.yworks.yfiles.layout.orthogonal.DirectedOrthogonalLayouter
Specifies whether the algorithm should perform a post processing algorithm to reduce perceived bends in the drawing.
optimizePerceivedBends — Property, class com.yworks.yfiles.layout.orthogonal.OrthogonalGroupLayouter
Specifies whether the algorithm should perform a post processing algorithm to reduce perceived bends in the drawing.
optimizePerceivedBends — Property, class com.yworks.yfiles.layout.orthogonal.OrthogonalLayouter
Specifies whether the algorithm should perform a post processing algorithm to reduce perceived bends in the drawing.
optimizePortConstraints — Property, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Specifies whether the algorithm should try to optimize PortConstraints, that are either com.yworks.yfiles.layout.PortConstraint.ANY_SIDE or null.
optimizeRowOrder — Property, class com.yworks.yfiles.layout.grid.PartitionGrid
Getter: Returns whether the order of the rows should be chosen automatically.
optimizeRows(g:com.yworks.yfiles.base:Graph) — method, class com.yworks.yfiles.layout.grid.PartitionGrid
Optimizes the order of the rows of the partition grid for the given graph.
optimizeSameLayerEdgeRouting — Property, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Getter: Returns whether the algorithm tries to optimize the routing of same layer edges whose PortConstraints don't impose the routing.
optimizeSegmentOrder(channel:com.yworks.yfiles.layout.router.polyline:Channel) — method, class com.yworks.yfiles.layout.router.polyline.ChannelBasedPathRouting
Optimizes the order of the segments in the given channel.
optimizeSwimLaneDistances — Property, class com.yworks.yfiles.layout.hierarchic.incremental.DefaultDrawingDistanceCalculator
Specifies whether or not to use an optimized minimum distance calculation for swim lane layouts.
or(val:com.yworks.bridge.util:BigInteger) — method, class com.yworks.bridge.util.BigInteger
or(bs:com.yworks.bridge.util:BitSet) — method, class com.yworks.bridge.util.BitSet
Performs the logical OR of this BitSet with another BitSet.
or(l1:com.yworks.bridge.util:LongImpl, l2:com.yworks.bridge.util:LongImpl) — Static Method , class com.yworks.bridge.util.LongImpl
orderNumbers — Property, class com.yworks.yfiles.layout.planar.GT_MIS1Comparator
orderNumbers — Property, class com.yworks.yfiles.layout.planar.GT_MIS2Comparator
orderSwimlanesFromSketch — Property, class com.yworks.yfiles.layout.hierarchic.incremental.TopLevelGroupToSwimlaneStage
Determines whether the order of the swimlanes should be read from the current sketch.
OrganicEdgeRouter — class, package com.yworks.yfiles.layout.router
This algorithm routes edges using an organic-like layout approach and style.
OrganicEdgeRouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.OrganicEdgeRouter
Creates a new instance of OrganicEdgeRouter with an initial minimal distance of 10.
OrganicLayouter — class, package com.yworks.yfiles.layout.organic
A graph layout algorithm that is based on a force directed model.
OrganicLayouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.organic.OrganicLayouter
Returns a new organic Layouter.
OrganicPartitionGridLayoutStage — class, package com.yworks.yfiles.layout.organic
Layout stage that is used for handling a given partition grid structure that is attached to a graph with DataProvider com.yworks.yfiles.layout.grid.PartitionGrid.PARTITION_GRID_DPKEY.
OrganicPartitionGridLayoutStage(core:com.yworks.yfiles.layout:Layouter, init:Boolean) — Constructor, class com.yworks.yfiles.layout.organic.OrganicPartitionGridLayoutStage
OrganicRemoveOverlapsStage — class, package com.yworks.yfiles.layout.organic
This LayoutStage removes node overlaps considering the specified minimal node distance.
OrganicRemoveOverlapsStage(init:Boolean) — Constructor, class com.yworks.yfiles.layout.organic.OrganicRemoveOverlapsStage
Creates a new instance of OrganicRemoveOverlapsStage
orientation(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
Returns the orientation of point r relative to the directed line from point p to point q.
orientation — Property, class com.yworks.yfiles.layout.OrientationLayouter
Specifies the orientation of the layout.
orientation — Property, class com.yworks.yfiles.layout.tree.DelegatingNodePlacer
Specifies the orientation according to which node shapes are aligned by this placer.
orientation2(px:Number, py:Number, qx:Number, qy:Number, rx:Number, ry:Number) — Static Method , class com.yworks.yfiles.geom.Geom
Same as orientation() with double values as arguments.
ORIENTATION_AUTO_DETECTION — Constant Static Property, class com.yworks.yfiles.layout.partial.PartialLayouter
Specifies the orientation of the drawing.
ORIENTATION_BOTTOM_TO_TOP — Constant Static Property, class com.yworks.yfiles.layout.partial.PartialLayouter
Specifies the orientation of the drawing.
orientationLayouter — Property, class com.yworks.yfiles.layout.CanonicMultiStageLayouter
Specifies the LayoutStage that is responsible for changing the orientation of the computed layout.
OrientationLayouter — class, package com.yworks.yfiles.layout
A layout stage that performs changes the orientation of the layout that another algorithm calculates.
OrientationLayouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.OrientationLayouter
Instantiates a new OrientationLayouter.
orientationLayouterEnabled — Property, class com.yworks.yfiles.layout.CanonicMultiStageLayouter
Getter: Returns whether or not the OrientationLayouter is enabled.
OrientationLayouter_Transformer — class, package com.yworks.yfiles.layout
Class that provides a method for transferring a point to its final position.
OrientationLayouter_Transformer(enclosing0:com.yworks.yfiles.layout:OrientationLayouter, init:Boolean) — Constructor, class com.yworks.yfiles.layout.OrientationLayouter_Transformer
ORIENTATION_LEFT_TO_RIGHT — Constant Static Property, class com.yworks.yfiles.layout.partial.PartialLayouter
Specifies the orientation of the drawing.
ORIENTATION_NONE — Constant Static Property, class com.yworks.yfiles.layout.partial.PartialLayouter
Specifies the orientation of the drawing.
orientationOptimizationActive — Property, class com.yworks.yfiles.layout.tree.TreeComponentLayouter
Getter: Returns true if this layouter tries to improve tree component placement by changing the components orientation and false otherwise.
ORIENTATION_RIGHT_TO_LEFT — Constant Static Property, class com.yworks.yfiles.layout.partial.PartialLayouter
Specifies the orientation of the drawing.
ORIENTATION_TOP_TO_BOTTOM — Constant Static Property, class com.yworks.yfiles.layout.partial.PartialLayouter
Specifies the orientation of the drawing.
orientedBox — Property, class com.yworks.yfiles.layout.DefaultNodeLabelLayout
orientedBox — Property, interface com.yworks.yfiles.layout.LabelLayout
Returns the box of the label
orientedBox — Property, class com.yworks.yfiles.layout.LabelLayoutImpl
ORIGIN — Constant Static Property, class com.yworks.yfiles.geom.YPoint
A YPoint constant with coordinates (0,0).
originalGraph — Property, class com.yworks.graph.model.YGraphAdapter
Gets the original graph instance.
originalGraph — Property, class com.yworks.yfiles.layout.CopiedLayoutGraph
Returns the original graph
originalHeight — Property, class com.yworks.yfiles.layout.grid.RowDescriptor
Specifies the original height of the row.
originalLayout — Property, class com.yworks.yfiles.layout.CopiedLayoutGraph
Returns the original layout
originalPosition — Property, class com.yworks.yfiles.layout.grid.ColumnDescriptor
Specifies the original position (smaller x-coordinate) of the column.
originalPosition — Property, class com.yworks.yfiles.layout.grid.RowDescriptor
Specifies the original position (smaller y-coordinate) of the row.
originalWidth — Property, class com.yworks.yfiles.layout.grid.ColumnDescriptor
Specifies the original width of the column.
originX — Property, class com.yworks.yfiles.layout.router.polyline.Grid
Returns the horizontal coordinate of the origin.
originX — Property, class com.yworks.yfiles.layout.tree.GenericTreeLayouter_SubtreeShape
Returns the current x coordinate of the origin of this shape.
originY — Property, class com.yworks.yfiles.layout.router.polyline.Grid
Returns the vertical coordinate of the origin.
originY — Property, class com.yworks.yfiles.layout.tree.GenericTreeLayouter_SubtreeShape
Returns the current y coordinate of the origin of this shape.
orthogonalEdgeRouter — Property, class com.yworks.yfiles.layout.PartitionLayouter_OrthogonalInterEdgeRouter
Specifies the com.yworks.yfiles.layout.router.OrthogonalEdgeRouter instance used to route inter-edges.
orthogonalEdgeRouter — Property, class com.yworks.yfiles.layout.grouping.FixedGroupLayoutStage
Specifies the orthogonal edge router instance used to route the inter-edges orthogonally.
OrthogonalEdgeRouter — class, package com.yworks.yfiles.layout.router
This class represents an orthogonal edge router.
OrthogonalEdgeRouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
Creates a new instance of the Orthogonal Edge Router.
OrthogonalGroupLayouter — class, package com.yworks.yfiles.layout.orthogonal
This class provides a layout algorithm which produces orthogonal drawings of hierarchically grouped graphs.
OrthogonalGroupLayouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.orthogonal.OrthogonalGroupLayouter
Creates a new instance of OrthogonalGroupLayouter
OrthogonalInterval — class, package com.yworks.yfiles.layout.router.polyline
A horizontal or vertical com.yworks.yfiles.layout.router.polyline.Interval that additionally stores a y- (in the horizontal case) or x-coordinate (in the vertical case).
OrthogonalInterval(range:com.yworks.yfiles.layout.router.polyline:Interval, location:Number, isVertical:Boolean, init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.polyline.OrthogonalInterval
Creates a new instance using the range as interval bounds.
OrthogonalLayouter — class, package com.yworks.yfiles.layout.orthogonal
This class provides a layout algorithm which produces orthogonal drawings.
OrthogonalLayouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.orthogonal.OrthogonalLayouter
Returns a new instance.
orthogonallyRouted — Property, class com.yworks.yfiles.layout.hierarchic.incremental.EdgeLayoutDescriptor
Determines whether this edge should be routed orthogonally.
OrthogonalPatternEdgeRouter — class, package com.yworks.yfiles.layout.router
This class represents an orthogonal edge router.
OrthogonalPatternEdgeRouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
orthogonalRouting — Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Specifies whether or not edges should be routed orthogonally.
OrthogonalSegmentDistributionStage — class, package com.yworks.yfiles.layout.router
This class can be used to distribute overlapping edge segments of orthogonally routed edges.
OrthogonalSegmentDistributionStage(init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
ORTHOGONAL_STYLE — Constant Static Property, class com.yworks.yfiles.layout.tree.LayeredNodePlacer
Layout style constant.
ORTHOGONAL_STYLE — Constant Static Property, class com.yworks.yfiles.layout.tree.TreeLayouter
Layout style constant.
orthoNormal(v:com.yworks.yfiles.geom:YVector) — Static Method , class com.yworks.yfiles.geom.YVector
Returns the vector which is orthogonal to the given one and has unit length.
OUT_BOTTOM — Constant Static Property, class com.yworks.bridge.geom.Rectangle2D
The bitmask that indicates that a point lies below this Rectangle2D.
outcode(p:com.yworks.bridge.geom:Point2D) — method, class com.yworks.bridge.geom.Rectangle2D
Determines where the specified Point2D lies with respect to this Rectangle2D.
outcode2(px:Number, py:Number) — method, class com.yworks.bridge.geom.Rectangle
Determines where the specified coordinates lie with respect to this Rectangle.
outcode2(x:Number, y:Number) — method, class com.yworks.bridge.geom.Rectangle2D
Determines where the specified coordinates lie with respect to this Rectangle2D.
outcode2(px:Number, py:Number) — method, class com.yworks.bridge.geom.Rectangle2DDouble
outDegree() — method, class com.yworks.yfiles.base.Node
Returns the number of outgoing edges at this node.
OUT_EDGE_COMPARATOR_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayouter
DataProvider key that can be registered with the graph to provide each node with its own java.util.Comparator instance that will be used to sort the outgoing edges.
outEdges() — method, class com.yworks.yfiles.base.Node
Returns an edge cursor for all outgoing edges at this node.
outEdgesFrom(startEdge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.base.Node
Returns an edge cursor for outgoing edges at this node.
_outerFace — Property, class com.yworks.yfiles.layout.planar.SimplePlanarInformation
outerFace — Property, class com.yworks.yfiles.layout.planar.SimplePlanarInformation
Getter: Returns the outer face of the planar graph Setter: Sets the outer(unbound,exterior) face of the planar graph.
outerFaceDeterminationEdge — Property, class com.yworks.yfiles.layout.planar.GT
outerFaceDeterminationNode — Property, class com.yworks.yfiles.layout.planar.GT
outerFaceSetCorrectly — Property, class com.yworks.yfiles.layout.planar.SimplePlanarInformation
Returns if the current planar embedding has a correctly set outer face.
OUT_LEFT — Constant Static Property, class com.yworks.bridge.geom.Rectangle2D
The bitmask that indicates that a point lies to the left of this Rectangle2D.
outputRestriction — Property, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
Getter: Returns the current OutputRestriction instance set for this instance.
outputRestriction — Property, class com.yworks.yfiles.layout.organic.SmartOrganicLayouter
Getter: Returns the current OutputRestriction instance set for this instance.
OutputRestriction — class, package com.yworks.yfiles.layout.organic
Implementations of this class can be set via a setOutputRestriction(OutputRestriction) method, e.g.
OutputRestriction(init:Boolean) — Constructor, class com.yworks.yfiles.layout.organic.OutputRestriction
OUT_RIGHT — Constant Static Property, class com.yworks.bridge.geom.Rectangle2D
The bitmask that indicates that a point lies to the right of this Rectangle2D.
OUT_TOP — Constant Static Property, class com.yworks.bridge.geom.Rectangle2D
The bitmask that indicates that a point lies above this Rectangle2D.
OverlapGraphMIS — class, package com.yworks.yfiles.layout.planar
This class handles the computation of the two maximum independent sets for the planarization algorithm com.yworks.yfiles.layout.planar.GT.
OverlapGraphMIS(graph:com.yworks.yfiles.base:Graph, weight:com.yworks.yfiles.base:EdgeMap, init:Boolean) — Constructor, class com.yworks.yfiles.layout.planar.OverlapGraphMIS
Creates a new instance of the independent set calculation class.
overlapPenalty — Property, class com.yworks.yfiles.layout.LabelCandidate
Returns the sum of node overlap penalty and edge overlap penalty.
overUsagePenalty — Property, class com.yworks.yfiles.layout.hierarchic.incremental.PCListOptimizer
Specifies the penalty cost that is associated with each edge being assigned to a port which has no capacity left.
owner — Property, class com.yworks.yfiles.layout.LabelCandidate
Returns the LabelLayout to which this candidate box belongs.
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