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  
gapAngle — Property, class com.yworks.yfiles.layout.tree.BalloonLayouter_NodeInfo
The angle that of the gap that to the wedge of the previous child node.
gc() — Static Method , class com.yworks.bridge.util.FlexUtils
gcd(val:com.yworks.bridge.util:BigInteger) — method, class com.yworks.bridge.util.BigInteger
generalGraphHandling — Property, class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayouter
Specifies whether or not general graphs are handled by this layouter.
GenericTreeLayouter — class, package com.yworks.yfiles.layout.tree
This class implements the basis of a generic tree layout algorithm.
GenericTreeLayouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.tree.GenericTreeLayouter
Creates a new GenericTreeLayouter with a default com.yworks.yfiles.layout.tree.NodePlacer, a default com.yworks.yfiles.layout.tree.PortAssignment instance and no default edge comparator.
GenericTreeLayouter_SubtreeShape — class, package com.yworks.yfiles.layout.tree
Instances of this class are used to represent the shape of subtrees during the layout.
GenericTreeLayouter_SubtreeShape(init:Boolean) — Constructor, class com.yworks.yfiles.layout.tree.GenericTreeLayouter_SubtreeShape
Geom — class, package com.yworks.yfiles.geom
This class provides useful geometric primitives and advanced geometric algorithms.
Geom(init:Boolean) — Constructor, class com.yworks.yfiles.geom.Geom
GeomConvert — final class, package com.yworks.geom.util
Utility conversion methods for geometry structs
getAlgorithmProperty(key:Object) — method, class com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl
Provides access to implementation specific properties of the algorithms used. Used for internal purposes.
getAspectRatio(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.ARTreeLayouter
Returns the aspectRatio that should be used for the subtree starting at the given node.
getBipartition(graph:com.yworks.yfiles.base:Graph, markMap:com.yworks.yfiles.base:NodeMap) — Static Method , class com.yworks.yfiles.algo.Bipartitions
Calculates a bipartition of the given graph if one exists.
getBit(pos:int) — method, class com.yworks.bridge.util.BitSet
Retrieve the bit at index pos.
getBits(pos1:int, pos2:int) — method, class com.yworks.bridge.util.BitSet
Retrieves the bits starting from pos1 to pos2 and answers back a new bitset made of these bits.
getBool(dataHolder:Object) — method, class com.yworks.graph.model.DataProviderAdapter
getBool(dataHolder:Object) — method, class com.yworks.yfiles.layout.hierarchic.incremental.IntValueHolderAdapter
getBool(dataHolder:Object) — method, class com.yworks.yfiles.layout.tree.LeftRightPlacer_LeftRightDataProvider
Determines if the given node is "left" of its parent node.
getBool(dataHolder:Object) — method, class com.yworks.yfiles.util.DataProviderAdapter
Subclasses may override this method to provide access to boolean values.
getBool(edge:Object) — method, class com.yworks.yfiles.util.EdgeMapAdapter
Returns the boolean value bound to the given edge.
getBool(dataHolder:Object) — method, class com.yworks.yfiles.util.Maps_HighPerformanceBoolMap
getBool(dataHolder:Object) — method, class com.yworks.yfiles.util.Maps_HighPerformanceDoubleMap
getBool(dataHolder:Object) — method, class com.yworks.yfiles.util.Maps_HighPerformanceIntMap
getBool(dataHolder:Object) — method, class com.yworks.yfiles.util.Maps_HighPerformanceObjectMap
getBool(key:Object) — method, class com.yworks.yfiles.util.NodeMapAdapter
Returns the boolean value bound to the given node.
getBool(dataHolder:Object) — method, class com.yworks.yfiles.util.WrappedObjectDataProvider
getBoolArray(n:int, trueCount:int) — method, class com.yworks.yfiles.util.YRandom
Returns an array of n randomly chosen boolean values of which trueCount of them are true.
getBorderLine(index:int) — method, class com.yworks.yfiles.layout.tree.GenericTreeLayouter_SubtreeShape
Returns the BorderLine instance for the given direction.
getBottomBorder(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
Returns the height of the bottom border of the given node.
getBottomHalf(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
Returns the height of the border-obeying bottom half of the node,
getBottomY(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
Returns the border obeying bottom y-coordinate of the given node.
getBoundingBox() — method, class com.yworks.graph.model.LayoutGraphAdapter
Returns the bounding box of the graph layout.
getBoundingBox() — method, class com.yworks.yfiles.layout.DefaultGraphLayout
Returns the bounding box of this graph layout This is the smallest rectangle containing the entire layout.
getBoundingBox() — method, interface com.yworks.yfiles.layout.GraphLayout
Returns the bounding box of the graph layout.
getBoundingBox() — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the bounding box of the diagram.
getBoundingBox(graph:com.yworks.yfiles.layout:LayoutGraph, n:com.yworks.yfiles.base:Node) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Returns the bounding box of the given node.
getBoundingBoxForEdge(graph:com.yworks.yfiles.layout:LayoutGraph, e:com.yworks.yfiles.base:Edge) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Returns the bounding box of the given edge.
getBoundingBoxForEdges(graph:com.yworks.yfiles.layout:LayoutGraph, ec:com.yworks.yfiles.base:EdgeCursor) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Returns the bounding box of the edges accessible through the given edge cursor.
getBoundingBoxForNodes(graph:com.yworks.yfiles.layout:LayoutGraph, nc:com.yworks.yfiles.base:NodeCursor) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Returns the bounding box of the nodes accessible through the given node cursor.
getBoundingBoxForSubgraph(graph:com.yworks.yfiles.layout:LayoutGraph, nc:com.yworks.yfiles.base:NodeCursor, ec:com.yworks.yfiles.base:EdgeCursor) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Returns the bounding box of the nodes and edges accessible through the given cursors.
getBoundingBoxForSubgraphWithHales(graph:com.yworks.yfiles.layout:LayoutGraph, nc:com.yworks.yfiles.base:NodeCursor, ec:com.yworks.yfiles.base:EdgeCursor, includeNodeLabels:Boolean, includeEdgeLabels:Boolean, includeHalos:Boolean) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Returns the bounding box of the nodes and edges accessible through the given cursors.
getBoundingBoxForSubgraphWithLabels(graph:com.yworks.yfiles.layout:LayoutGraph, nc:com.yworks.yfiles.base:NodeCursor, ec:com.yworks.yfiles.base:EdgeCursor, includeLabels:Boolean) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Returns the bounding box of the nodes and edges accessible through the given cursors.
getBoundingBoxForSubgraphWithNodeAndEdgeLabels(graph:com.yworks.yfiles.layout:LayoutGraph, nc:com.yworks.yfiles.base:NodeCursor, ec:com.yworks.yfiles.base:EdgeCursor, includeNodeLabels:Boolean, includeEdgeLabels:Boolean) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Returns the bounding box of the nodes and edges accessible through the given cursors.
getBounds(shapes:com.yworks.bridge.util:List) — Static Method , class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer_RootAlignment
Calculates the bounds of a list of shapes.
getCell(index:int) — method, class com.yworks.yfiles.base.YList
Gets the cell at the given index.
getCells(rect:com.yworks.yfiles.geom:YRectangle) — method, class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
Returns the com.yworks.yfiles.layout.router.polyline.PartitionCell s in which the given rectangle lies.
getCells(rect:com.yworks.yfiles.geom:YRectangle) — method, class com.yworks.yfiles.layout.router.polyline.GraphPartition
Note: this call is delegated to com.yworks.yfiles.layout.router.polyline.ObstaclePartition.getCells().
getCells2(obstacle:com.yworks.yfiles.layout.router.polyline:Obstacle) — method, class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
Returns all cells that are completely covered by the given obstacle.
getCells2(node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.router.polyline.GraphPartition
Returns all cells that are completely covered by the bounds of the given node.
getCellSegmentInfo(index:int) — method, class com.yworks.yfiles.layout.router.polyline.SegmentInfo
Returns the com.yworks.yfiles.layout.router.polyline.CellSegmentInfo at the given index of this segment info.
getCenter(node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the position of a node in a drawing.
getCenter(node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
Return the actual center of the node
getCenterRoot(tree:com.yworks.yfiles.base:Graph) — Static Method , class com.yworks.yfiles.algo.Trees
Returns the center node of an undirected tree.
getCenterX(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the center x-coordinate of the given node.
getCenterX(node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
Return the actual center of the node.
getCenterY(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the center y-coordinate of the given node.
getCenterY(node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
Return the actual center of the node.
getChildNodeInEdgeComparator(localRoot:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.GenericTreeLayouter
This method returns a Comparator instance or null that will be used for the sorting of the outgoing edges at the given Node.
getChildren(parent:com.yworks.yfiles.base:Node) — Static Method , class com.yworks.graph.model.NodeHierarchy
Returns a list of all child nodes of the given parent node.
getChildren(parent:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.grouping.GraphGrouping
Returns the children of the given group node as a NodeList.
getChildren(groupNode:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.incremental.GroupingSupport
Returns the direct children of the given group node.
getClass() — method, class com.yworks.bridge.geom.AffineTransform
getClass() — method, class com.yworks.bridge.geom.Dimension
getClass() — method, class com.yworks.bridge.geom.Insets
getClass() — method, class com.yworks.bridge.geom.Point2D
getClass() — method, class com.yworks.bridge.geom.Point2DDouble
getClass() — method, class com.yworks.bridge.geom.Rectangle
getClass() — method, class com.yworks.bridge.geom.Rectangle2D
getClass() — method, class com.yworks.bridge.geom.Rectangle2DDouble
getClass() — method, class com.yworks.bridge.util.AbstractCollection
getClass() — method, class com.yworks.bridge.util.AbstractList
getClass() — method, class com.yworks.bridge.util.AbstractMap
getClass() — method, class com.yworks.bridge.util.AbstractSequentialList
getClass() — method, class com.yworks.bridge.util.AbstractSet
getClass() — method, class com.yworks.bridge.util.ArrayList
getClass() — method, class com.yworks.bridge.util.Arrays
getClass() — method, class com.yworks.bridge.util.BigInteger
getClass() — method, class com.yworks.bridge.util.BitSet
getClass() — method, class com.yworks.bridge.util.Collections
getClass() — method, class com.yworks.bridge.util.Double
getClass() — method, class com.yworks.bridge.util.EventObject
getClass(o:Object) — Static Method , class com.yworks.bridge.util.FlexUtils
getClass() — method, class com.yworks.bridge.util.HashMap
getClass() — method, class com.yworks.bridge.util.HashSet
getClass() — method, class com.yworks.bridge.util.Integer
getClass() — method, class com.yworks.bridge.util.LinkedList
getClass() — method, class com.yworks.bridge.util.LongImpl
getClass() — method, class com.yworks.bridge.util.Random
getClass() — method, class com.yworks.bridge.util.TreeMap
getClass() — method, class com.yworks.bridge.util.TreeSet
getClass() — method, class com.yworks.bridge.util.YNumber
getClass() — method, class com.yworks.bridge.util.YObject
getClass() — method, class com.yworks.yfiles.algo.AbortHandler
getClass() — method, class com.yworks.yfiles.algo.Bfs
getClass() — method, class com.yworks.yfiles.algo.Bipartitions
getClass() — method, class com.yworks.yfiles.algo.Centrality
getClass() — method, class com.yworks.yfiles.algo.Cycles
getClass() — method, class com.yworks.yfiles.algo.Dfs
getClass() — method, class com.yworks.yfiles.algo.GraphChecker
getClass() — method, class com.yworks.yfiles.algo.GraphConnectivity
getClass() — method, class com.yworks.yfiles.algo.Groups
getClass() — method, class com.yworks.yfiles.algo.IndependentSets
getClass() — method, class com.yworks.yfiles.algo.NetworkFlows
getClass() — method, class com.yworks.yfiles.algo.NodeOrders
getClass() — method, class com.yworks.yfiles.algo.Paths
getClass() — method, class com.yworks.yfiles.algo.RankAssignments
getClass() — method, class com.yworks.yfiles.algo.ShortestPaths
getClass() — method, class com.yworks.yfiles.algo.Sorting
getClass() — method, class com.yworks.yfiles.algo.SpanningTrees
getClass() — method, class com.yworks.yfiles.algo.Transitivity
getClass() — method, class com.yworks.yfiles.algo.Trees
getClass() — method, class com.yworks.yfiles.base.Edge
getClass() — method, class com.yworks.yfiles.base.EdgeList
getClass() — method, class com.yworks.yfiles.base.Graph
getClass() — method, class com.yworks.yfiles.base.GraphCopyFactory
getClass() — method, class com.yworks.yfiles.base.GraphEvent
getClass() — method, class com.yworks.yfiles.base.ListCell
getClass() — method, class com.yworks.yfiles.base.Node
getClass() — method, class com.yworks.yfiles.base.NodeList
getClass() — method, class com.yworks.yfiles.base.YList
getClass() — method, class com.yworks.yfiles.base.YList_ListCursorImpl
getClass() — method, class com.yworks.yfiles.geom.AffineLine
getClass() — method, class com.yworks.yfiles.geom.Angle
getClass() — method, class com.yworks.yfiles.geom.BorderLine
getClass() — method, class com.yworks.yfiles.geom.BorderLine_Segment
getClass() — method, class com.yworks.yfiles.geom.Geom
getClass() — method, class com.yworks.yfiles.geom.IntersectionAlgorithm
getClass() — method, class com.yworks.yfiles.geom.LineSegment
getClass() — method, class com.yworks.yfiles.geom.Triangulator
getClass() — method, class com.yworks.yfiles.geom.YCircle
getClass() — method, class com.yworks.yfiles.geom.YDimension
getClass() — method, class com.yworks.yfiles.geom.YInsets
getClass() — method, class com.yworks.yfiles.geom.YOrientedRectangle
getClass() — method, class com.yworks.yfiles.geom.YPoint
getClass() — method, class com.yworks.yfiles.geom.YPointPath
getClass() — method, class com.yworks.yfiles.geom.YRectangle
getClass() — method, class com.yworks.yfiles.geom.YVector
getClass() — method, class com.yworks.yfiles.layout.AbstractLayoutStage
getClass() — method, class com.yworks.yfiles.layout.BendConverter
getClass() — method, class com.yworks.yfiles.layout.BufferedLayouter
getClass() — method, class com.yworks.yfiles.layout.CanonicMultiStageLayouter
getClass() — method, class com.yworks.yfiles.layout.ComponentLayouter
getClass() — method, class com.yworks.yfiles.layout.CompositeLayoutStage
getClass() — method, class com.yworks.yfiles.layout.CompositeLayouter
getClass() — method, class com.yworks.yfiles.layout.CopiedLayoutGraph
getClass() — method, class com.yworks.yfiles.layout.DefaultEdgeLayout
getClass() — method, class com.yworks.yfiles.layout.DefaultGraphLayout
getClass() — method, class com.yworks.yfiles.layout.DefaultLayoutGraph
getClass() — method, class com.yworks.yfiles.layout.DefaultNodeLabelLayout
getClass() — method, class com.yworks.yfiles.layout.DefaultNodeLayout
getClass() — method, class com.yworks.yfiles.layout.Direction
getClass() — method, class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
getClass() — method, class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
getClass() — method, class com.yworks.yfiles.layout.EdgeLabelCandidate
getClass() — method, class com.yworks.yfiles.layout.EdgeLabelLayoutImpl
getClass() — method, class com.yworks.yfiles.layout.EdgeLabelOrientationSupport
getClass() — method, class com.yworks.yfiles.layout.EdgeOppositeNodeLabelLayoutModel
getClass() — method, class com.yworks.yfiles.layout.EdgeReversalStage
getClass() — method, class com.yworks.yfiles.layout.FixNodeLayoutStage
getClass() — method, class com.yworks.yfiles.layout.FreeEdgeLabelLayoutModel
getClass() — method, class com.yworks.yfiles.layout.FreeEdgeLabelLayoutModel_ModelParameter
getClass() — method, class com.yworks.yfiles.layout.FreeNodeLabelLayoutModel
getClass() — method, class com.yworks.yfiles.layout.FreeNodeLabelLayoutModel_ModelParameter
getClass() — method, class com.yworks.yfiles.layout.GraphLayoutLineWrapper
getClass() — method, class com.yworks.yfiles.layout.KeepStrongPortConstraintsStage
getClass() — method, class com.yworks.yfiles.layout.LabelCandidate
getClass() — method, class com.yworks.yfiles.layout.LabelLayoutData
getClass() — method, class com.yworks.yfiles.layout.LabelLayoutDataRefinement
getClass() — method, class com.yworks.yfiles.layout.LabelLayoutImpl
getClass() — method, class com.yworks.yfiles.layout.LabelLayoutTranslator
getClass() — method, class com.yworks.yfiles.layout.LabelRanking
getClass() — method, class com.yworks.yfiles.layout.LayoutGraph
getClass() — method, class com.yworks.yfiles.layout.LayoutGraphCopyFactory
getClass() — method, class com.yworks.yfiles.layout.LayoutGraphCopyFactory_HierarchicGraphCopyFactory
getClass() — method, class com.yworks.yfiles.layout.LayoutMultiplexer
getClass() — method, class com.yworks.yfiles.layout.LayoutTool
getClass() — method, class com.yworks.yfiles.layout.MinNodeSizeStage
getClass() — method, class com.yworks.yfiles.layout.NodeHalo
getClass() — method, class com.yworks.yfiles.layout.NodeLabelCandidate
getClass() — method, class com.yworks.yfiles.layout.NodeLabelLayoutImpl
getClass() — method, class com.yworks.yfiles.layout.NormalizingGraphElementOrderStage
getClass() — method, class com.yworks.yfiles.layout.OrientationLayouter
getClass() — method, class com.yworks.yfiles.layout.OrientationLayouter_Transformer
getClass() — method, class com.yworks.yfiles.layout.ParallelEdgeLayouter
getClass() — method, class com.yworks.yfiles.layout.PartitionLayouter
getClass() — method, class com.yworks.yfiles.layout.PartitionLayouter_ChannelInterEdgeRouter
getClass() — method, class com.yworks.yfiles.layout.PartitionLayouter_ComponentPartitionPlacer
getClass() — method, class com.yworks.yfiles.layout.PartitionLayouter_EdgeBetweennessPartitionFinder
getClass() — method, class com.yworks.yfiles.layout.PartitionLayouter_OrthogonalInterEdgeRouter
getClass() — method, class com.yworks.yfiles.layout.PartitionLayouter_PolylineInterEdgeRouter
getClass() — method, class com.yworks.yfiles.layout.PortCalculator
getClass() — method, class com.yworks.yfiles.layout.PortCandidate
getClass() — method, class com.yworks.yfiles.layout.PortCandidateAssignmentStage
getClass() — method, class com.yworks.yfiles.layout.PortCandidateSet
getClass() — method, class com.yworks.yfiles.layout.PortConstraint
getClass() — method, class com.yworks.yfiles.layout.PortConstraintConfigurator
getClass() — method, class com.yworks.yfiles.layout.PortConstraintEnforcementStage
getClass() — method, class com.yworks.yfiles.layout.PreferredPlacementDescriptor
getClass() — method, class com.yworks.yfiles.layout.RemoveColinearBendsStage
getClass() — method, class com.yworks.yfiles.layout.RotatedDiscreteEdgeLabelLayoutModel
getClass() — method, class com.yworks.yfiles.layout.RotatedSliderEdgeLabelLayoutModel
getClass() — method, class com.yworks.yfiles.layout.SelfLoopLayouter
getClass() — method, class com.yworks.yfiles.layout.SequentialLayouter
getClass() — method, class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
getClass() — method, class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel_ModelParameter
getClass() — method, class com.yworks.yfiles.layout.SubgraphLayouter
getClass() — method, class com.yworks.yfiles.layout.Swimlanes
getClass() — method, class com.yworks.yfiles.layout.Swimlanes_SwimlaneRepresentant
getClass() — method, class com.yworks.yfiles.layout.circular.CircularLayouter
getClass() — method, class com.yworks.yfiles.layout.circular.SingleCycleLayouter
getClass() — method, class com.yworks.yfiles.layout.genealogy.FamilyTreeLayouter
getClass() — method, class com.yworks.yfiles.layout.grid.ColumnDescriptor
getClass() — method, class com.yworks.yfiles.layout.grid.PartitionCellId
getClass() — method, class com.yworks.yfiles.layout.grid.PartitionCellId_Pair0
getClass() — method, class com.yworks.yfiles.layout.grid.PartitionGrid
getClass() — method, class com.yworks.yfiles.layout.grid.RowDescriptor
getClass() — method, class com.yworks.yfiles.layout.grouping.FixedGroupLayoutStage
getClass() — method, class com.yworks.yfiles.layout.grouping.GraphGrouping
getClass() — method, class com.yworks.yfiles.layout.grouping.GroupNodeHider
getClass() — method, class com.yworks.yfiles.layout.grouping.InsetsGroupBoundsCalculator
getClass() — method, class com.yworks.yfiles.layout.grouping.IsolatedGroupComponentLayouter
getClass() — method, class com.yworks.yfiles.layout.grouping.MinimumSizeGroupBoundsCalculator
getClass() — method, class com.yworks.yfiles.layout.grouping.ParentEdgeAugmentationStage
getClass() — method, class com.yworks.yfiles.layout.grouping.RecursiveGroupLayouter
getClass() — method, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.AlignmentDrawer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.AlignmentDrawer_BottomAlignmentDataProvider
getClass() — method, class com.yworks.yfiles.layout.hierarchic.AlignmentDrawer_LeftAlignmentDataProvider
getClass() — method, class com.yworks.yfiles.layout.hierarchic.AlignmentDrawer_RightAlignmentDataProvider
getClass() — method, class com.yworks.yfiles.layout.hierarchic.AlignmentDrawer_TopAlignmentDataProvider
getClass() — method, class com.yworks.yfiles.layout.hierarchic.AsIsLayerer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.BFSLayerer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.ClassicLayerSequencer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.ConstraintLayerer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.EdgeReverser
getClass() — method, class com.yworks.yfiles.layout.hierarchic.GivenLayersLayerer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.HierarchicGroupLayouter
getClass() — method, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
getClass() — method, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
getClass() — method, class com.yworks.yfiles.layout.hierarchic.LinearSegmentsDrawer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.MedianDrawerWrapper
getClass() — method, class com.yworks.yfiles.layout.hierarchic.MedianLinearSegmentDrawer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.NodeLabelSpaceDrawer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.PendularDrawer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.PolylineDrawer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.PortAssignment
getClass() — method, class com.yworks.yfiles.layout.hierarchic.SimplexDrawer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.TopologicalLayerer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.TreeDrawer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.TreeDrawer_HierarchicTreePlacer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.WeightedLayerer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.AbstractPortConstraintOptimizer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.AbstractPortConstraintOptimizer_SameLayerData
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.AsIsSequencer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.AspectRatioComponentLayerer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.ConstraintIncrementalLayerer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.DefaultDrawingDistanceCalculator
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.DefaultLayerSequencer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.DefaultLayeredComponentsMerger
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.DefaultPortAllocator
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.EdgeLayoutDescriptor
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.GivenSequenceSequencer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.GroupingSupport
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl_IncrementalHint
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.IntValueHolderAdapter
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.MultiComponentLayerer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.NodeLayoutDescriptor
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.OldLayererWrapper
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.PCListOptimizer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.PartitionGridLayoutStage
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.RoutingStyle
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.SelfloopCalculator
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.SimplexNodePlacer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.SwimLaneDescriptor
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.TopLevelGroupToSwimlaneStage
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.TopologicalIncrementalLayerer
getClass() — method, class com.yworks.yfiles.layout.hierarchic.incremental.TypeBasedDrawingDistanceCalculator
getClass() — method, class com.yworks.yfiles.layout.labeling.AbstractLabelingAlgorithm
getClass() — method, class com.yworks.yfiles.layout.labeling.GreedyMISLabeling
getClass() — method, class com.yworks.yfiles.layout.labeling.MISLabelingAlgorithm
getClass() — method, class com.yworks.yfiles.layout.labeling.SALabeling
getClass() — method, class com.yworks.yfiles.layout.multipage.DefaultElementFactory
getClass() — method, class com.yworks.yfiles.layout.multipage.LayoutContext
getClass() — method, class com.yworks.yfiles.layout.multipage.MultiPageLayout
getClass() — method, class com.yworks.yfiles.layout.multipage.MultiPageLayouter
getClass() — method, class com.yworks.yfiles.layout.organic.GRIP
getClass() — method, class com.yworks.yfiles.layout.organic.GroupedShuffleLayouter
getClass() — method, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
getClass() — method, class com.yworks.yfiles.layout.organic.OrganicLayouter
getClass() — method, class com.yworks.yfiles.layout.organic.OrganicPartitionGridLayoutStage
getClass() — method, class com.yworks.yfiles.layout.organic.OrganicRemoveOverlapsStage
getClass() — method, class com.yworks.yfiles.layout.organic.OutputRestriction
getClass() — method, class com.yworks.yfiles.layout.organic.RemoveOverlapsLayoutStage
getClass() — method, class com.yworks.yfiles.layout.organic.ShuffleLayouter
getClass() — method, class com.yworks.yfiles.layout.organic.SmartOrganicLayouter
getClass() — method, class com.yworks.yfiles.layout.organic.SplitEdgeLayoutStage
getClass() — method, class com.yworks.yfiles.layout.orthogonal.CompactOrthogonalLayouter
getClass() — method, class com.yworks.yfiles.layout.orthogonal.DirectedOrthogonalLayouter
getClass() — method, class com.yworks.yfiles.layout.orthogonal.EdgeLayoutDescriptor
getClass() — method, class com.yworks.yfiles.layout.orthogonal.OrthogonalGroupLayouter
getClass() — method, class com.yworks.yfiles.layout.orthogonal.OrthogonalLayouter
getClass() — method, class com.yworks.yfiles.layout.partial.PartialLayouter
getClass() — method, class com.yworks.yfiles.layout.partial.PartialLayouter_StraightLineEdgeRouter
getClass() — method, class com.yworks.yfiles.layout.planar.BCCSubgraph
getClass() — method, class com.yworks.yfiles.layout.planar.CombinatorialEmbedder
getClass() — method, class com.yworks.yfiles.layout.planar.DrawingEmbedder
getClass() — method, class com.yworks.yfiles.layout.planar.DualPlanarInformation
getClass() — method, class com.yworks.yfiles.layout.planar.EdgeInserter
getClass() — method, class com.yworks.yfiles.layout.planar.EdgeRouter
getClass() — method, class com.yworks.yfiles.layout.planar.Face
getClass() — method, class com.yworks.yfiles.layout.planar.FrameMaker
getClass() — method, class com.yworks.yfiles.layout.planar.GT
getClass() — method, class com.yworks.yfiles.layout.planar.GT_EdgeListComparator
getClass() — method, class com.yworks.yfiles.layout.planar.GT_MIS1Comparator
getClass() — method, class com.yworks.yfiles.layout.planar.GT_MIS2Comparator
getClass() — method, class com.yworks.yfiles.layout.planar.IntDSP
getClass() — method, class com.yworks.yfiles.layout.planar.MultipleEdgesTool
getClass() — method, class com.yworks.yfiles.layout.planar.OverlapGraphMIS
getClass() — method, class com.yworks.yfiles.layout.planar.PlanarInformation
getClass() — method, class com.yworks.yfiles.layout.planar.PlanarInformation_EdgeInfo
getClass() — method, class com.yworks.yfiles.layout.planar.PlanarInformation_NodeInfo
getClass() — method, class com.yworks.yfiles.layout.planar.PlanarityTest
getClass() — method, class com.yworks.yfiles.layout.planar.PlanarityTestWrapper
getClass() — method, class com.yworks.yfiles.layout.planar.SelfLoopTool
getClass() — method, class com.yworks.yfiles.layout.planar.SimpleEdgeRouter
getClass() — method, class com.yworks.yfiles.layout.planar.SimplePlanarInformation
getClass() — method, class com.yworks.yfiles.layout.planar.SimplePlanarInformation_SimpleEdgeInfo
getClass() — method, class com.yworks.yfiles.layout.planar.VertexOrder
getClass() — method, class com.yworks.yfiles.layout.radial.RadialLayouter
getClass() — method, class com.yworks.yfiles.layout.radial.RadialLayouter_NodeInfo
getClass() — method, class com.yworks.yfiles.layout.random.RandomLayouter
getClass() — method, class com.yworks.yfiles.layout.router.BusDescriptor
getClass() — method, class com.yworks.yfiles.layout.router.BusRepresentations
getClass() — method, class com.yworks.yfiles.layout.router.BusRouter
getClass() — method, class com.yworks.yfiles.layout.router.ChannelEdgeRouter
getClass() — method, class com.yworks.yfiles.layout.router.ChannelEdgeRouter_OrthogonalShortestPathPathFinder
getClass() — method, class com.yworks.yfiles.layout.router.ChannelRouter
getClass() — method, class com.yworks.yfiles.layout.router.CollinearBendHider
getClass() — method, class com.yworks.yfiles.layout.router.EdgeGroupRouterStage
getClass() — method, class com.yworks.yfiles.layout.router.GroupNodeRouterStage
getClass() — method, class com.yworks.yfiles.layout.router.OrganicEdgeRouter
getClass() — method, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
getClass() — method, class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
getClass() — method, class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
getClass() — method, class com.yworks.yfiles.layout.router.PartitionGridRouterStage
getClass() — method, class com.yworks.yfiles.layout.router.PatchRouterStage
getClass() — method, class com.yworks.yfiles.layout.router.ReducedSphereOfActionStage
getClass() — method, class com.yworks.yfiles.layout.router.SnapOuterPortsToNodeBorderStage
getClass() — method, class com.yworks.yfiles.layout.router.StraightLineEdgeRouter
getClass() — method, class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
getClass() — method, class com.yworks.yfiles.layout.router.polyline.CellEntrance
getClass() — method, class com.yworks.yfiles.layout.router.polyline.CellSegmentInfo
getClass() — method, class com.yworks.yfiles.layout.router.polyline.Channel
getClass() — method, class com.yworks.yfiles.layout.router.polyline.ChannelBasedPathRouting
getClass() — method, class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
getClass() — method, class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
getClass() — method, class com.yworks.yfiles.layout.router.polyline.EdgeInfo
getClass() — method, class com.yworks.yfiles.layout.router.polyline.EdgeLayoutDescriptor
getClass() — method, class com.yworks.yfiles.layout.router.polyline.EdgeRouter
getClass() — method, class com.yworks.yfiles.layout.router.polyline.GraphPartition
getClass() — method, class com.yworks.yfiles.layout.router.polyline.GraphPartitionExtensionAdapter
getClass() — method, class com.yworks.yfiles.layout.router.polyline.Grid
getClass() — method, class com.yworks.yfiles.layout.router.polyline.Interval
getClass() — method, class com.yworks.yfiles.layout.router.polyline.Obstacle
getClass() — method, class com.yworks.yfiles.layout.router.polyline.OrthogonalInterval
getClass() — method, class com.yworks.yfiles.layout.router.polyline.PartitionCell
getClass() — method, class com.yworks.yfiles.layout.router.polyline.PartitionCell_PartitionCellBorder
getClass() — method, class com.yworks.yfiles.layout.router.polyline.Path
getClass() — method, class com.yworks.yfiles.layout.router.polyline.PathSearch
getClass() — method, class com.yworks.yfiles.layout.router.polyline.PathSearchConfiguration
getClass() — method, class com.yworks.yfiles.layout.router.polyline.PathSearchContext
getClass() — method, class com.yworks.yfiles.layout.router.polyline.PathSearchExtension
getClass() — method, class com.yworks.yfiles.layout.router.polyline.PathSearchResult
getClass() — method, class com.yworks.yfiles.layout.router.polyline.PenaltySettings
getClass() — method, class com.yworks.yfiles.layout.router.polyline.PolylineLayoutStage
getClass() — method, class com.yworks.yfiles.layout.router.polyline.SegmentGroup
getClass() — method, class com.yworks.yfiles.layout.router.polyline.SegmentInfo
getClass() — method, class com.yworks.yfiles.layout.seriesparallel.DefaultOutEdgeComparator
getClass() — method, class com.yworks.yfiles.layout.seriesparallel.DefaultPortAssignment
getClass() — method, class com.yworks.yfiles.layout.seriesparallel.EdgeLayoutDescriptor
getClass() — method, class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayouter
getClass() — method, class com.yworks.yfiles.layout.transformer.GraphTransformer
getClass() — method, class com.yworks.yfiles.layout.transformer.GraphZoomer
getClass() — method, class com.yworks.yfiles.layout.tree.ARNodePlacer
getClass() — method, class com.yworks.yfiles.layout.tree.ARTreeLayouter
getClass() — method, class com.yworks.yfiles.layout.tree.AbstractNodePlacer
getClass() — method, class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
getClass() — method, class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer_Matrix
getClass() — method, class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer_RootAlignment
getClass() — method, class com.yworks.yfiles.layout.tree.AssistantPlacer
getClass() — method, class com.yworks.yfiles.layout.tree.BalloonLayouter
getClass() — method, class com.yworks.yfiles.layout.tree.BalloonLayouter_NodeInfo
getClass() — method, class com.yworks.yfiles.layout.tree.BusPlacer
getClass() — method, class com.yworks.yfiles.layout.tree.DefaultNodePlacer
getClass() — method, class com.yworks.yfiles.layout.tree.DefaultPortAssignment
getClass() — method, class com.yworks.yfiles.layout.tree.DelegatingNodePlacer
getClass() — method, class com.yworks.yfiles.layout.tree.DendrogramPlacer
getClass() — method, class com.yworks.yfiles.layout.tree.DoubleLinePlacer
getClass() — method, class com.yworks.yfiles.layout.tree.FreePlacer
getClass() — method, class com.yworks.yfiles.layout.tree.GenericTreeLayouter
getClass() — method, class com.yworks.yfiles.layout.tree.GenericTreeLayouter_SubtreeShape
getClass() — method, class com.yworks.yfiles.layout.tree.GridNodePlacer
getClass() — method, class com.yworks.yfiles.layout.tree.GroupedNodePlacer
getClass() — method, class com.yworks.yfiles.layout.tree.HVTreeLayouter
getClass() — method, class com.yworks.yfiles.layout.tree.LayeredNodePlacer
getClass() — method, class com.yworks.yfiles.layout.tree.LeafPlacer
getClass() — method, class com.yworks.yfiles.layout.tree.LeftRightPlacer
getClass() — method, class com.yworks.yfiles.layout.tree.LeftRightPlacer_LeftRightDataProvider
getClass() — method, class com.yworks.yfiles.layout.tree.MultiParentDescriptor
getClass() — method, class com.yworks.yfiles.layout.tree.NodeOrderComparator
getClass() — method, class com.yworks.yfiles.layout.tree.SimpleNodePlacer
getClass() — method, class com.yworks.yfiles.layout.tree.TreeComponentLayouter
getClass() — method, class com.yworks.yfiles.layout.tree.TreeLayouter
getClass() — method, class com.yworks.yfiles.layout.tree.TreeReductionStage
getClass() — method, class com.yworks.yfiles.layout.tree.XCoordComparator
getClass() — method, class com.yworks.yfiles.util.BoundedQueue
getClass() — method, class com.yworks.yfiles.util.BoundedStack
getClass() — method, class com.yworks.yfiles.util.Comparators
getClass() — method, class com.yworks.yfiles.util.Cursors
getClass() — method, class com.yworks.yfiles.util.DataAcceptorAdapter
getClass() — method, class com.yworks.yfiles.util.DataProviderAdapter
getClass() — method, class com.yworks.yfiles.util.DataProviders
getClass() — method, class com.yworks.yfiles.util.DataProviders_DataProviderOverlayManager
getClass() — method, class com.yworks.yfiles.util.EdgeMapAdapter
getClass() — method, class com.yworks.yfiles.util.GraphCopier
getClass() — method, class com.yworks.yfiles.util.GraphCopier_DataProviderCopyFactory
getClass() — method, class com.yworks.yfiles.util.GraphCopier_EdgeDataProviderCopyFactory
getClass() — method, class com.yworks.yfiles.util.GraphCopier_EdgeMapCopyFactory
getClass() — method, class com.yworks.yfiles.util.GraphCopier_GraphDataCopyFactory
getClass() — method, class com.yworks.yfiles.util.GraphCopier_ItemDataProviderCopyFactory
getClass() — method, class com.yworks.yfiles.util.GraphCopier_NodeDataProviderCopyFactory
getClass() — method, class com.yworks.yfiles.util.GraphCopier_NodeMapCopyFactory
getClass() — method, class com.yworks.yfiles.util.GraphHider
getClass() — method, class com.yworks.yfiles.util.GraphPartitionManager
getClass() — method, class com.yworks.yfiles.util.LoggingUtil
getClass() — method, class com.yworks.yfiles.util.Maps
getClass() — method, class com.yworks.yfiles.util.Maps_HighPerformanceBoolMap
getClass() — method, class com.yworks.yfiles.util.Maps_HighPerformanceDoubleMap
getClass() — method, class com.yworks.yfiles.util.Maps_HighPerformanceIntMap
getClass() — method, class com.yworks.yfiles.util.Maps_HighPerformanceObjectMap
getClass() — method, class com.yworks.yfiles.util.NodeMapAdapter
getClass() — method, class com.yworks.yfiles.util.SkipList
getClass() — method, class com.yworks.yfiles.util.SkipList_Cell
getClass() — method, class com.yworks.yfiles.util.Timer
getClass() — method, class com.yworks.yfiles.util.Tuple
getClass() — method, class com.yworks.yfiles.util.WrappedObjectDataProvider
getClass() — method, class com.yworks.yfiles.util.YRandom
getClass() — method, class com.yworks.yfiles.util.pq.ArrayIntNodePQ
getClass() — method, class com.yworks.yfiles.util.pq.BHeapDoubleNodePQ
getClass() — method, class com.yworks.yfiles.util.pq.BHeapIntNodePQ
getClass() — method, class com.yworks.yfiles.util.pq.BHeapNodePQ
getClass() — method, class com.yworks.yfiles.util.pq.DoubleObjectPQ
getClass() — method, class com.yworks.yfiles.util.pq.IntObjectPQ
getClass() — method, class com.yworks.yfiles.util.pq.ListIntNodePQ
getClass() — method, class com.yworks.yfiles.util.pq.TreeIntNodePQ
getClassName(c:Class) — Static Method , class com.yworks.bridge.util.FlexUtils
getClosest(value:Number) — method, class com.yworks.yfiles.layout.router.polyline.Interval
Returns the interval bound that is closest to the given value.
getColumn(index:int) — method, class com.yworks.yfiles.layout.grid.PartitionGrid
Returns the column with the given index.
getColumnLayout(originalTable:com.yworks.graph.model:ITable, nodeLayout:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.graph.model.TableLayoutConfigurator
Return the sizes of all leaf rows.
getCoord(key:Object) — method, class com.yworks.yfiles.layout.router.ChannelRouter
Returns the calculated channel coordinate for an added edge object.
getCopiedEdge(e:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.model.YGraphAdapter
Yields the edge that has been created as a copy in yGraph to represent the given edge.
getCopiedEdge(e:Object) — method, class com.yworks.yfiles.layout.CopiedLayoutGraph
Returns the copied edge that corresponds to the given original edge.
getCopiedNode(n:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.YGraphAdapter
Yields the node that has been created as a copy in yGraph to represent the given node.
getCopiedNode(v:Object) — method, class com.yworks.yfiles.layout.CopiedLayoutGraph
Returns the copied node that corresponds to the given original node.
getCopy(o:Object) — method, class com.yworks.graph.model.YGraphAdapter
Yields the object that has been created as a copy in yGraph to represent the given object.
getCoreLayouter(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.LayoutMultiplexer
Returns the core layout algorithm associated with the nodes contained in the given graph.
getCost(entry:com.yworks.yfiles.layout:PortCandidateSet_Entry, edge:com.yworks.yfiles.base:Edge, source:Boolean, xOffset:Number, yOffset:Number) — method, class com.yworks.yfiles.layout.PortCandidateSet
Calculates the cost for each entry for the given edge configuration.
getCost(graph:com.yworks.yfiles.base:Graph, result:com.yworks.yfiles.base:NodeMap, weight:com.yworks.yfiles.base:EdgeMap, minLength:com.yworks.yfiles.base:EdgeMap) — method, class com.yworks.yfiles.layout.hierarchic.SimplexDrawer
Returns the overall edge cost of the result.
getCrossing(l1:com.yworks.yfiles.geom:AffineLine, l2:com.yworks.yfiles.geom:AffineLine) — Static Method , class com.yworks.yfiles.geom.AffineLine
Returns the crossing of two lines.
getCurrentLocation(segmentInfo:com.yworks.yfiles.layout.router.polyline:SegmentInfo) — method, class com.yworks.yfiles.layout.router.polyline.Channel
Returns the current location the given com.yworks.yfiles.layout.router.polyline.SegmentInfo is assigned inside its location range (com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo.locationRange).
getCurrentPath(edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.planar.PlanarInformation
This method returns the path generated by split operations on one edge.
getCut(line:com.yworks.yfiles.geom:AffineLine) — method, class com.yworks.yfiles.geom.YCircle
Determines the intersection between this circle and a line.
getData(key:Object) — method, class com.yworks.yfiles.layout.router.polyline.PartitionCell
Returns additional data to which the given key is mapped for this partition cell.
getDataProvider(dataKey:Object) — method, class com.yworks.graph.model.LayoutGraphAdapter
Returns the data provider that is registered with the graph using the given look-up key.
getDataProvider(providerKey:Object) — method, class com.yworks.yfiles.base.Graph
Returns the data provider that is registered with the graph using the given look-up key.
getDataProvider(dataKey:Object) — method, interface com.yworks.yfiles.base.GraphInterface
Returns the data provider that is registered with the graph using the given look-up key.
getDecendants(groupNode:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.incremental.GroupingSupport
Returns all direct and indirect children of the given group node.
getDefaultNodeSize(context:com.yworks.yfiles.layout.multipage:LayoutContext, id:Object, type:int) — method, class com.yworks.yfiles.layout.multipage.DefaultElementFactory
Returns the default size for nodes created by this factory.
getDescendants(parent:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.grouping.GraphGrouping
Returns all descendants of the given group node as a NodeList.
getDirection() — method, class com.yworks.yfiles.layout.Direction
Returns the direction as int value.
getDirectionForLayoutOrientation(layoutOrientation:int) — method, class com.yworks.yfiles.layout.PortCandidate
Returns the direction constant with respect to the given layout orientation (com.yworks.yfiles.layout.OrientationLayouter.orientation).
getDistanceTo(greater:com.yworks.yfiles.geom:BorderLine) — method, class com.yworks.yfiles.geom.BorderLine
Calculates the minimal distance between this borderline and the other one.
getDistanceToNextNode(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
Returns the minimal distance between the right border of the given node and the left border of its right hand side neighbor in the layer.
getDouble(dataHolder:Object) — method, class com.yworks.graph.model.DataProviderAdapter
getDouble(dataHolder:Object) — method, class com.yworks.yfiles.layout.hierarchic.AlignmentDrawer_BottomAlignmentDataProvider
getDouble(dataHolder:Object) — method, class com.yworks.yfiles.layout.hierarchic.AlignmentDrawer_LeftAlignmentDataProvider
getDouble(dataHolder:Object) — method, class com.yworks.yfiles.layout.hierarchic.AlignmentDrawer_RightAlignmentDataProvider
getDouble(dataHolder:Object) — method, class com.yworks.yfiles.layout.hierarchic.AlignmentDrawer_TopAlignmentDataProvider
getDouble(dataHolder:Object) — method, class com.yworks.yfiles.layout.hierarchic.incremental.IntValueHolderAdapter
getDouble(dataHolder:Object) — method, class com.yworks.yfiles.util.DataProviderAdapter
Subclasses may override this method to provide access to double values.
getDouble(edge:Object) — method, class com.yworks.yfiles.util.EdgeMapAdapter
Returns the double value bound to the given edge.
getDouble(dataHolder:Object) — method, class com.yworks.yfiles.util.Maps_HighPerformanceBoolMap
getDouble(dataHolder:Object) — method, class com.yworks.yfiles.util.Maps_HighPerformanceDoubleMap
getDouble(dataHolder:Object) — method, class com.yworks.yfiles.util.Maps_HighPerformanceIntMap
getDouble(dataHolder:Object) — method, class com.yworks.yfiles.util.Maps_HighPerformanceObjectMap
getDouble(key:Object) — method, class com.yworks.yfiles.util.NodeMapAdapter
Returns the double value bound to the given node.
getDouble(dataHolder:Object) — method, class com.yworks.yfiles.util.WrappedObjectDataProvider
getDualEdge(_realEdge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.planar.DualPlanarInformation
getDualNode(_realFace:com.yworks.yfiles.layout.planar:Face) — method, class com.yworks.yfiles.layout.planar.DualPlanarInformation
getEdge(opposite:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.base.Node
Returns an edge that connects this node with the given node, if such an edge exists.
getEdgeArray() — method, class com.yworks.yfiles.base.Graph
Returns an array containing all edges of this graph.
getEdgeCellInfo(entrance:com.yworks.yfiles.layout.router.polyline:CellEntrance) — method, class com.yworks.yfiles.layout.router.polyline.EdgeInfo
Returns the com.yworks.yfiles.layout.router.polyline.EdgeCellInfo of the given com.yworks.yfiles.layout.router.polyline.CellEntrance in the path.
getEdgeClippedOnBB(gd:com.yworks.yfiles.layout:LayoutGraph, edge:com.yworks.yfiles.base:Edge) — Static Method , class com.yworks.yfiles.layout.LayoutTool
This helper method clips the path of an edge on the bounding box of the start and end vertices.
getEdgeClippedOnBB2(edge:com.yworks.yfiles.layout:EdgeLayout, sourceNode:com.yworks.yfiles.layout:NodeLayout, targetNode:com.yworks.yfiles.layout:NodeLayout) — Static Method , class com.yworks.yfiles.layout.LayoutTool
This helper method clips the path of an edge on the bounding box of the start and end vertices.
getEdgeClippedOnBBWithInset(edge:com.yworks.yfiles.layout:EdgeLayout, sourceNode:com.yworks.yfiles.layout:NodeLayout, targetNode:com.yworks.yfiles.layout:NodeLayout, inset:Number) — Static Method , class com.yworks.yfiles.layout.LayoutTool
This helper method clips the path of an edge on the bounding box of the start and end vertices.
getEdgeFeature(labelLayout:com.yworks.yfiles.layout:EdgeLabelLayout) — method, class com.yworks.yfiles.layout.CopiedLayoutGraph
Returns the edge which is described by a given label layout.
getEdgeFeature(labelLayout:com.yworks.yfiles.layout:EdgeLabelLayout) — method, class com.yworks.yfiles.layout.DefaultLayoutGraph
Returns the edge which is described by a given label layout.
getEdgeFeature(labelLayout:com.yworks.yfiles.layout:EdgeLabelLayout) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the edge which is described by a given label layout.
getEdgeFrom(source:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.base.Node
Returns an incoming edge that connects the given node with this node, if such an edge exists.
getEdgeInfo(e:com.yworks.yfiles.base:Edge) — method, interface com.yworks.yfiles.layout.multipage.ElementInfoManager
Returns the edge information object of the given edge.
getEdgeInfo(e:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.multipage.LayoutContext
getEdgeInfo(e:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.multipage.MultiPageLayout
getEdgeInfo(edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.planar.PlanarInformation
Returns the information for an edge.
getEdgeInfo(path:com.yworks.yfiles.layout.router.polyline:Path) — method, class com.yworks.yfiles.layout.router.polyline.PathSearchResult
Returns an com.yworks.yfiles.layout.router.polyline.EdgeInfo for the given path.
getEdgeInfo2(edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.router.polyline.PathSearchResult
Returns an com.yworks.yfiles.layout.router.polyline.EdgeInfo for the given edge.
getEdgeLabelInfo(ell:com.yworks.yfiles.layout:EdgeLabelLayout) — method, interface com.yworks.yfiles.layout.multipage.ElementInfoManager
Returns the edge label information object of the given edge label layout.
getEdgeLabelInfo(ell:com.yworks.yfiles.layout:EdgeLabelLayout) — method, class com.yworks.yfiles.layout.multipage.LayoutContext
getEdgeLabelInfo(ell:com.yworks.yfiles.layout:EdgeLabelLayout) — method, class com.yworks.yfiles.layout.multipage.MultiPageLayout
getEdgeLabelLayout(edge:Object) — method, class com.yworks.graph.model.LayoutGraphAdapter
Returns an array of layout information for all edge labels belonging to the given edge.
getEdgeLabelLayout(edge:Object) — method, class com.yworks.yfiles.layout.DefaultGraphLayout
Returns the edge label layouts associated with the given edge.
getEdgeLabelLayout(edge:Object) — method, interface com.yworks.yfiles.layout.GraphLayout
Returns an array of layout information for all edge labels belonging to the given edge.
getEdgeLabelLayout(edge:Object) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns EdgeLabelLayout objects which describe the layouts of the labels that belong to the given edge.
getEdgeLabelLayoutForEdge(e:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.CopiedLayoutGraph
Returns EdgeLabelLayout objects which describe the layouts of the labels that belong to the given edge.
getEdgeLabelLayoutForEdge(edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.DefaultLayoutGraph
Returns EdgeLabelLayout objects which describe the layouts of the labels that belong to the given edge.
getEdgeLabelLayoutForEdge(edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns EdgeLabelLayout objects which describe the layouts of the labels that belong to the given edge.
getEdgeLabelUpVector(descriptor:com.yworks.yfiles.layout:PreferredPlacementDescriptor, segmentDirection:com.yworks.yfiles.layout:Direction) — Static Method , class com.yworks.yfiles.layout.EdgeLabelOrientationSupport
Calculates the up vector of an edge label considering the preferred placement of the label as well as the direction of the edge segment the label is attached to.
getEdgeLayout(edge:Object) — method, class com.yworks.graph.model.LayoutGraphAdapter
Returns the layout information for a given edge.
getEdgeLayout(edge:Object) — method, class com.yworks.yfiles.layout.DefaultGraphLayout
Returns the layout information associated with the given edge object.
getEdgeLayout(edge:Object) — method, interface com.yworks.yfiles.layout.GraphLayout
Returns the layout information for a given edge.
getEdgeLayout(edge:Object) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the layout information for an edge in the drawing.
getEdgeLayoutDescriptor(edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.router.polyline.EdgeRouter
Returns the com.yworks.yfiles.layout.router.polyline.EdgeLayoutDescriptor provided by the com.yworks.yfiles.base.DataProvider with the key EDGE_LAYOUT_DESCRIPTOR_DPKEY for the given edge.
getEdgeLayoutDescriptors(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl
Callback method that is called during doLayoutCore().
getEdgeLayoutForEdge(e:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.CopiedLayoutGraph
Returns the layout information for an edge in the drawing.
getEdgeLayoutForEdge(e:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.DefaultLayoutGraph
Returns the layout information for an edge in the drawing.
getEdgeLayoutForEdge(edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the layout information for an edge in the drawing.
getEdgesGoingIn(groupNode:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.grouping.GraphGrouping
Convenience method that returns a list of all Edges crossing the group node boundary of the given group node in such a way, that there target is inside the group node and the source does not lie inside the group node.
getEdgesGoingOut(groupNode:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.grouping.GraphGrouping
Convenience method that returns a list of all Edges crossing the group node boundary of the given group node in such a way, that there target is outside the group node and the source does not lie outside the group node.
getEdgeTo(target:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.base.Node
Returns an outgoing edge that connects this node with the given node, if such an edge exists.
getEdgeWeight(e:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.hierarchic.PendularDrawer
Returns a non-negative value for each Edge e.
getEntrance(position:int) — method, class com.yworks.yfiles.layout.router.polyline.Path
Returns the com.yworks.yfiles.layout.router.polyline.CellEntrance at the given position of this path.
getExistingCells(rect:com.yworks.yfiles.geom:YRectangle) — method, class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
Returns the already existing (leaf) com.yworks.yfiles.layout.router.polyline.PartitionCell s within the given rectangle.
getFinalizedPath(edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.router.polyline.PathSearch
Returns the path for the given edge, if it has been finalized already.
getFromGraph(graph:com.yworks.yfiles.base:Graph) — Static Method , class com.yworks.yfiles.algo.AbortHandler
Returns an instance of this class for the given graph.
getFullHeight(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
Returns the border obeying full height of the given node.
getFullWidth(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
Returns the border obeying full width of the given node.
getGeometricCutCosts(cut:Number, min:Number, max:Number, orthogonalMin:Number, orthogonalMax:Number) — method, class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
Calculates the cost of a cut with respect to the geometry of the sub-cells.
getGroupSubChannelRank(groupKey:Object) — method, class com.yworks.yfiles.layout.router.ChannelRouter
Returns the subchannel rank for the group indicated by the groupKey.
getHalo(graph:com.yworks.yfiles.layout:LayoutGraph, node:com.yworks.yfiles.base:Node) — Static Method , class com.yworks.yfiles.layout.NodeHalo
Returns the NodeHalo of the given node if available, otherwise a NodeHalo with zero size.
getHaloBox(graph:com.yworks.yfiles.layout:LayoutGraph, node:com.yworks.yfiles.base:Node) — Static Method , class com.yworks.yfiles.layout.NodeHalo
Returns a com.yworks.yfiles.geom.YRectangle instance with the bounds of the given node and if available its NodeHalo.
getHaloSpace(node:com.yworks.yfiles.base:Node, left:Boolean) — method, class com.yworks.yfiles.layout.hierarchic.NodeLabelSpaceDrawer
Calculates the horizontal space requirements for the given node.
getHeight(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the height of the given node
getIncrementalHints(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl
Callback method that is called during doLayoutCore().
getIndependentSet(conflictGraph:com.yworks.yfiles.base:Graph) — Static Method , class com.yworks.yfiles.algo.IndependentSets
Calculates an independent set for a given conflict graph (each pair of nodes of the independent set is non-adjacent in the conflict graph).
getIndependentSets(conflictGraph:com.yworks.yfiles.base:Graph) — Static Method , class com.yworks.yfiles.algo.IndependentSets
Partitions the vertex set of the given conflict graph into independent sets.
getInfo(c:com.yworks.yfiles.base:ListCell) — method, class com.yworks.yfiles.base.YList
Returns the element stored in the given list cell.
getInfo(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.BalloonLayouter
Returns the NodeInfo object that is associated with the given node while the layouter is active.
getInt(dataHolder:Object) — method, class com.yworks.graph.model.DataProviderAdapter
getInt(dataHolder:Object) — method, class com.yworks.yfiles.layout.hierarchic.incremental.IntValueHolderAdapter
getInt(dataHolder:Object) — method, class com.yworks.yfiles.util.DataProviderAdapter
Subclasses may override this method to provide access to integer values.
getInt(edge:Object) — method, class com.yworks.yfiles.util.EdgeMapAdapter
Returns the integer value bound to the given edge.
getInt(dataHolder:Object) — method, class com.yworks.yfiles.util.Maps_HighPerformanceBoolMap
getInt(dataHolder:Object) — method, class com.yworks.yfiles.util.Maps_HighPerformanceDoubleMap
getInt(dataHolder:Object) — method, class com.yworks.yfiles.util.Maps_HighPerformanceIntMap
getInt(dataHolder:Object) — method, class com.yworks.yfiles.util.Maps_HighPerformanceObjectMap
getInt(key:Object) — method, class com.yworks.yfiles.util.NodeMapAdapter
Returns the integer value bound to the given node.
getInt(dataHolder:Object) — method, class com.yworks.yfiles.util.WrappedObjectDataProvider
getIntArray(bucketCount:int, ballCount:int) — method, class com.yworks.yfiles.util.YRandom
Returns an int array of length bucketCount for which the values of all fields are non-negative and sum up to ballCount.
getIntersection(s1:com.yworks.yfiles.geom:LineSegment, s2:com.yworks.yfiles.geom:LineSegment) — Static Method , class com.yworks.yfiles.geom.LineSegment
Returns intersection point between the two line segments, if there is one or null if the two line segments do not intersect.
getItemAt(location:int) — method, class com.yworks.bridge.util.AbstractList
Answers the element at the specified location in this List.
getItemAt(location:int) — method, class com.yworks.bridge.util.AbstractSequentialList
Answers the element at the specified location in this List.
getItemAt(location:int) — method, class com.yworks.bridge.util.ArrayList
Answers the element at the specified location in this ArrayList.
getItemAt(location:int) — method, class com.yworks.bridge.util.LinkedList
getItemAt(location:int) — method, interface com.yworks.bridge.util.List
Answers the element at the specified location in this List.
getItemAt(index:int) — method, class com.yworks.yfiles.base.YList
getLabelCandidateDescriptor(originalLabel:com.yworks.graph.model:ILabel, dummyLabel:com.yworks.graph.model:ILabel, parameter:com.yworks.graph.model:ILabelModelParameter) — method, class com.yworks.graph.model.LayoutGraphAdapter
Callback that retrieves the label candidate descriptor for the given label and parameter.
getLabelCandidateDescriptorProvider(graph:com.yworks.graph.model:IGraph) — method, class com.yworks.graph.model.LayoutGraphAdapter
Callback method that gets the label candidate descriptor provider for the given IGraph.
getLabelCandidates(label:com.yworks.yfiles.layout:EdgeLabelLayout, edgeLayout:com.yworks.yfiles.layout:EdgeLayout, sourceNode:com.yworks.yfiles.layout:NodeLayout, targetNode:com.yworks.yfiles.layout:NodeLayout) — method, class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
getLabelCandidates(nl:com.yworks.yfiles.layout:NodeLabelLayout, nodeLayout:com.yworks.yfiles.layout:NodeLayout) — method, class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
Returns a list of candidate positions for the given node label.
getLabelCandidates(labelLayout:com.yworks.yfiles.layout:EdgeLabelLayout, edgeLayout:com.yworks.yfiles.layout:EdgeLayout, sourceLayout:com.yworks.yfiles.layout:NodeLayout, targetLayout:com.yworks.yfiles.layout:NodeLayout) — method, interface com.yworks.yfiles.layout.EdgeLabelModel
Returns a list of com.yworks.yfiles.layout.EdgeLabelCandidate objects each of which describes a valid label position within this model.
getLabelCandidates(nl:com.yworks.yfiles.layout:NodeLabelLayout, nodeLayout:com.yworks.yfiles.layout:NodeLayout) — method, class com.yworks.yfiles.layout.EdgeOppositeNodeLabelLayoutModel
Returns a list of candidate positions for the label.
getLabelCandidates(label:com.yworks.yfiles.layout:EdgeLabelLayout, edgeLayout:com.yworks.yfiles.layout:EdgeLayout, sourceNode:com.yworks.yfiles.layout:NodeLayout, targetNode:com.yworks.yfiles.layout:NodeLayout) — method, class com.yworks.yfiles.layout.FreeEdgeLabelLayoutModel
Returns exactly one label candidate that corresponds to the actual label layout of the given label.
getLabelCandidates(nl:com.yworks.yfiles.layout:NodeLabelLayout, nodeLayout:com.yworks.yfiles.layout:NodeLayout) — method, class com.yworks.yfiles.layout.FreeNodeLabelLayoutModel
Returns a list of candidate positions for the given node label.
getLabelCandidates(nl:com.yworks.yfiles.layout:NodeLabelLayout, nodeLayout:com.yworks.yfiles.layout:NodeLayout) — method, interface com.yworks.yfiles.layout.NodeLabelModel
Returns a list of com.yworks.yfiles.layout.NodeLabelCandidate objects each of which describes a valid label position within this model.
getLabelCandidates(label:com.yworks.yfiles.layout:EdgeLabelLayout, edgeLayout:com.yworks.yfiles.layout:EdgeLayout, sourceNode:com.yworks.yfiles.layout:NodeLayout, targetNode:com.yworks.yfiles.layout:NodeLayout) — method, class com.yworks.yfiles.layout.RotatedDiscreteEdgeLabelLayoutModel
getLabelCandidates(label:com.yworks.yfiles.layout:EdgeLabelLayout, edgeLayout:com.yworks.yfiles.layout:EdgeLayout, sourceNode:com.yworks.yfiles.layout:NodeLayout, targetNode:com.yworks.yfiles.layout:NodeLayout) — method, class com.yworks.yfiles.layout.RotatedSliderEdgeLabelLayoutModel
Returns a list of candidate positions for the given edge label.
getLabelCandidates(label:com.yworks.yfiles.layout:EdgeLabelLayout, edgeLayout:com.yworks.yfiles.layout:EdgeLayout, sourceNode:com.yworks.yfiles.layout:NodeLayout, targetNode:com.yworks.yfiles.layout:NodeLayout) — method, class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
Returns a list of candidate positions for the given edge label.
getLabelFactory(graph:com.yworks.yfiles.layout:LayoutGraph) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Returns the label layout factory for the given graph.
getLabelPlacement(labelSize:com.yworks.yfiles.geom:YDimension, edgeLayout:com.yworks.yfiles.layout:EdgeLayout, sourceNode:com.yworks.yfiles.layout:NodeLayout, targetNode:com.yworks.yfiles.layout:NodeLayout, para:Object) — method, class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
getLabelPlacement(labelSize:com.yworks.yfiles.geom:YDimension, nodeLayout:com.yworks.yfiles.layout:NodeLayout, param:Object) — method, class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
Returns the the oriented label position and bounds encoded by the given model parameter.
getLabelPlacement(labelSize:com.yworks.yfiles.geom:YDimension, edgeLayout:com.yworks.yfiles.layout:EdgeLayout, sourceLayout:com.yworks.yfiles.layout:NodeLayout, targetLayout:com.yworks.yfiles.layout:NodeLayout, param:Object) — method, interface com.yworks.yfiles.layout.EdgeLabelModel
Returns the bounds of the label for the position encoded by the given model parameter.
getLabelPlacement(labelSize:com.yworks.yfiles.geom:YDimension, nodeLayout:com.yworks.yfiles.layout:NodeLayout, param:Object) — method, class com.yworks.yfiles.layout.EdgeOppositeNodeLabelLayoutModel
Returns the oriented position and bounds for a label of the specified size.
getLabelPlacement(labelSize:com.yworks.yfiles.geom:YDimension, edgeLayout:com.yworks.yfiles.layout:EdgeLayout, sourceNode:com.yworks.yfiles.layout:NodeLayout, targetNode:com.yworks.yfiles.layout:NodeLayout, param:Object) — method, class com.yworks.yfiles.layout.FreeEdgeLabelLayoutModel
Returns the positions of the upper left corner of the label with given parameter.
getLabelPlacement(labelSize:com.yworks.yfiles.geom:YDimension, nodeLayout:com.yworks.yfiles.layout:NodeLayout, param:Object) — method, class com.yworks.yfiles.layout.FreeNodeLabelLayoutModel
getLabelPlacement(model:com.yworks.yfiles.layout:NodeLabelModel, labelSize:com.yworks.yfiles.geom:YDimension, nodeLayout:com.yworks.yfiles.layout:NodeLayout, param:Object) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Returns the upper left corner of the given label's paraxial bounding box as encoded by the specified model parameter.
getLabelPlacement(labelSize:com.yworks.yfiles.geom:YDimension, nodeLayout:com.yworks.yfiles.layout:NodeLayout, param:Object) — method, interface com.yworks.yfiles.layout.NodeLabelModel
Returns the oriented label position and bounds encoded by the given model parameter.
getLabelPlacement(labelSize:com.yworks.yfiles.geom:YDimension, edgeLayout:com.yworks.yfiles.layout:EdgeLayout, sourceNode:com.yworks.yfiles.layout:NodeLayout, targetNode:com.yworks.yfiles.layout:NodeLayout, param:Object) — method, class com.yworks.yfiles.layout.RotatedDiscreteEdgeLabelLayoutModel
getLabelPlacement(labelSize:com.yworks.yfiles.geom:YDimension, edgeLayout:com.yworks.yfiles.layout:EdgeLayout, sourceNode:com.yworks.yfiles.layout:NodeLayout, targetNode:com.yworks.yfiles.layout:NodeLayout, para:Object) — method, class com.yworks.yfiles.layout.RotatedSliderEdgeLabelLayoutModel
getLabelPlacement(labelSize:com.yworks.yfiles.geom:YDimension, edgeLayout:com.yworks.yfiles.layout:EdgeLayout, sourceNode:com.yworks.yfiles.layout:NodeLayout, targetNode:com.yworks.yfiles.layout:NodeLayout, para:Object) — method, class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
getLabelPlacement2(model:com.yworks.yfiles.layout:EdgeLabelModel, labelSize:com.yworks.yfiles.geom:YDimension, edgeLayout:com.yworks.yfiles.layout:EdgeLayout, sourceLayout:com.yworks.yfiles.layout:NodeLayout, targetLayout:com.yworks.yfiles.layout:NodeLayout, param:Object) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Returns the upper left corner of the given label's paraxial bounding box as encoded by the specified model parameter.
getLabelPlacement2(labelSize:com.yworks.yfiles.geom:YDimension, edgeLayout:com.yworks.yfiles.layout:EdgeLayout, sourceNode:com.yworks.yfiles.layout:NodeLayout, targetNode:com.yworks.yfiles.layout:NodeLayout, pos:int) — method, class com.yworks.yfiles.layout.RotatedDiscreteEdgeLabelLayoutModel
Returns the coordinates of the upper-left corner of the given label position.
getLabelPlacementForParameter(labelSize:com.yworks.yfiles.geom:YDimension, edgeLayout:com.yworks.yfiles.layout:EdgeLayout, sourceNode:com.yworks.yfiles.layout:NodeLayout, targetNode:com.yworks.yfiles.layout:NodeLayout, pos:int) — method, class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
Returns the coordinates of the upper-left corner of the given label position.
getLabelPlacementForParameter(labelSize:com.yworks.yfiles.geom:YDimension, nodeLayout:com.yworks.yfiles.layout:NodeLayout, pos:int) — method, class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
Returns the oriented label position and bounds for a node label of the specified size.
getLabelUpVector(rightVectorAngle:Number) — Static Method , class com.yworks.yfiles.layout.EdgeLabelOrientationSupport
Calculates the up vector for a label whose right vector is rotated clockwise by the given rightVectorAngle.
getLayerAlignment(graph:com.yworks.yfiles.layout:LayoutGraph, ldp:com.yworks.yfiles.layout.hierarchic.incremental:LayoutDataProvider, node:com.yworks.yfiles.base:Node, layerIndex:int, minLayerHeight:Number) — method, class com.yworks.yfiles.layout.hierarchic.incremental.SimplexNodePlacer
Callback method used by assignLayerCoordinates() to determine the alignment of the node inside the layer
getLayers(graph:com.yworks.yfiles.base:Graph, coreNodes:com.yworks.yfiles.base:NodeList) — Static Method , class com.yworks.yfiles.algo.Bfs
Returns layers of nodes constructed by a breadth first search.
getLayers(g:com.yworks.yfiles.layout:LayoutGraph, layerMap:com.yworks.yfiles.base:NodeMap, maxLayer:int) — method, class com.yworks.yfiles.layout.hierarchic.ClassicLayerSequencer
getLayers(g:com.yworks.yfiles.layout:LayoutGraph, layerID:com.yworks.yfiles.base:NodeMap, maxLayer:int) — method, interface com.yworks.yfiles.layout.hierarchic.LayerSequencer
Calculates the sequence of nodes within each layer.
getLayers2(graph:com.yworks.yfiles.base:Graph, isCoreNode:com.yworks.yfiles.base:DataProvider) — Static Method , class com.yworks.yfiles.algo.Bfs
Like getLayers(), but this time the core nodes are identified by a boolean predicate.
getLayers3(graph:com.yworks.yfiles.base:Graph, isCoreNode:com.yworks.yfiles.base:DataProvider, layerIDMap:com.yworks.yfiles.base:NodeMap) — Static Method , class com.yworks.yfiles.algo.Bfs
Like getLayers2().
getLayers4(graph:com.yworks.yfiles.base:Graph, coreNodes:com.yworks.yfiles.base:NodeList, layerIDMap:com.yworks.yfiles.base:NodeMap) — Static Method , class com.yworks.yfiles.algo.Bfs
Like getLayers().
getLayers5(graph:com.yworks.yfiles.base:Graph, coreNodes:com.yworks.yfiles.base:NodeList, directed:Boolean, layerIDMap:com.yworks.yfiles.base:NodeMap) — Static Method , class com.yworks.yfiles.algo.Bfs
Returns layers of nodes constructed by a breadth first search.
getLayers6(graph:com.yworks.yfiles.base:Graph, coreNodes:com.yworks.yfiles.base:NodeList, directed:Boolean, layerIDMap:com.yworks.yfiles.base:NodeMap, maxLayers:int) — Static Method , class com.yworks.yfiles.algo.Bfs
Returns layers of nodes constructed by a breadth first search.
getLayers7(graph:com.yworks.yfiles.base:Graph, coreNodes:com.yworks.yfiles.base:NodeList, direction:int, layerIDMap:com.yworks.yfiles.base:NodeMap, maxLayers:int) — Static Method , class com.yworks.yfiles.algo.Bfs
Returns layers of nodes constructed by a breadth first search.
getLayerSequence(g:com.yworks.yfiles.layout:LayoutGraph, LAYER_KEY:com.yworks.yfiles.base:NodeMap, maxLayer:int) — method, class com.yworks.yfiles.layout.hierarchic.HierarchicGroupLayouter
getLayerSequence(g:com.yworks.yfiles.layout:LayoutGraph, LAYER_KEY:com.yworks.yfiles.base:NodeMap, maxLayer:int) — method, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Determines the order of the nodes within their layers.
getLeafNodes(tree:com.yworks.yfiles.base:Graph, directedRootedTree:Boolean) — Static Method , class com.yworks.yfiles.algo.Trees
Returns all leaf nodes of the given tree.
getLeftBorder(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
Returns the width of the left border of the given node.
getLeftHalf(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
Returns the width of the border-obeying left half of the node,
getLeftX(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
Returns the border obeying left x-coordinate of the given node.
getLineSegment(i:int) — method, class com.yworks.yfiles.geom.YPointPath
Returns a line segment in the path.
getList(value:int) — method, class com.yworks.yfiles.util.pq.ArrayIntNodePQ
Returns the list for a given slot.
getLocation(node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the position of the node in a drawing.
getLowerRightChildren(localRoot:com.yworks.yfiles.base:Node, graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.tree.DelegatingNodePlacer
Determines the lower right children of the specified root node.
getManhattanDistance(other:com.yworks.yfiles.geom:YRectangle) — method, class com.yworks.yfiles.geom.YRectangle
Returns the Manhattan distance to the passed rectangle.
getMap(graph:com.yworks.yfiles.base:Graph) — method, class com.yworks.yfiles.util.GraphCopier_DataProviderCopyFactory
Helper method that retrieves the map for the given graph instance.
getMatrix(matrix:Vector$Number) — method, class com.yworks.bridge.geom.AffineTransform
getMax(s:com.yworks.yfiles.geom:BorderLine_Segment) — method, class com.yworks.yfiles.geom.BorderLine
Returns the maximum position of the given segment.
getMax(graph:com.yworks.yfiles.layout:LayoutGraph, node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.AsIsLayerer
Callback used to calculate the lower (max) value of a node.
getMaximumExtent(n:com.yworks.yfiles.base:Node, toLeft:Boolean) — method, class com.yworks.yfiles.layout.hierarchic.PendularDrawer
Calculates the highest or lowest x-coordinate the Node n can be assigned to, without breaking the constraints.
getMaxValue(from:Number, to:Number) — method, class com.yworks.yfiles.geom.BorderLine
Calculates the maximum value in the interval from->to.
getMin(s:com.yworks.yfiles.geom:BorderLine_Segment) — method, class com.yworks.yfiles.geom.BorderLine
Returns the minimum position of the given segment.
getMin(graph:com.yworks.yfiles.layout:LayoutGraph, node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.AsIsLayerer
Callback used to calculate the upper (min) value of a node.
getMinDegreeNodes(nodes:com.yworks.bridge.util:ArrayList, result:com.yworks.bridge.util:ArrayList) — method, class com.yworks.yfiles.layout.planar.VertexOrder
Returns from a list of nodes the list of nodes with minimal degree and with indegree zero of directed edges.
getMinDistance(graph:com.yworks.yfiles.layout:LayoutGraph, layer:com.yworks.yfiles.layout.hierarchic.incremental:Layer, ldp:com.yworks.yfiles.layout.hierarchic.incremental:LayoutDataProvider, left:com.yworks.yfiles.base:Node, right:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.incremental.DefaultDrawingDistanceCalculator
getMinDistance(graph:com.yworks.yfiles.layout:LayoutGraph, layer:com.yworks.yfiles.layout.hierarchic.incremental:Layer, predNode:com.yworks.yfiles.base:Node, succ:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.incremental.SimplexNodePlacer
Determines the minimum allowed distance between two nodes in a given layer
getMinDistance(graph:com.yworks.yfiles.layout:LayoutGraph, layer:com.yworks.yfiles.layout.hierarchic.incremental:Layer, ldp:com.yworks.yfiles.layout.hierarchic.incremental:LayoutDataProvider, left:com.yworks.yfiles.base:Node, right:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.incremental.TypeBasedDrawingDistanceCalculator
getMinimalLayerDistance(n:com.yworks.yfiles.base:Node, toLeft:Boolean) — method, class com.yworks.yfiles.layout.hierarchic.PendularDrawer
Returns the minimum distance between two Nodes on the same layer according to getMinimalNodeDistance(), getMinimalEdgeDistance() and getMinimalMultiEdgeDistance().
getMinimumDistance(graph:com.yworks.yfiles.layout:LayoutGraph, edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.hierarchic.incremental.SelfloopCalculator
Returns the minimum length between two edges.
getMinimumFirstSegmentLength(graph:com.yworks.yfiles.layout:LayoutGraph, edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.hierarchic.incremental.SelfloopCalculator
Returns the minimum length for the first segment of an edge.
getMinimumLastSegmentLength(graph:com.yworks.yfiles.layout:LayoutGraph, edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.hierarchic.incremental.SelfloopCalculator
Returns the minimum length for the last segment of an edge.
getMinimumLayerHeight(graph:com.yworks.yfiles.layout:LayoutGraph, ldp:com.yworks.yfiles.layout.hierarchic.incremental:LayoutDataProvider, layer:com.yworks.yfiles.layout.hierarchic.incremental:Layer) — method, class com.yworks.yfiles.layout.hierarchic.incremental.SimplexNodePlacer
Callback method used by assignLayerCoordinates() to determine the minimum height of a layer.
getMinimumNodeDistance(graph:com.yworks.yfiles.layout:LayoutGraph, node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.incremental.SelfloopCalculator
Returns the minimum length between two nodes.
getMinimumOctilinearSegmentLength(graph:com.yworks.yfiles.layout:LayoutGraph, edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.hierarchic.incremental.SelfloopCalculator
Returns the minimum octilinear segment length for the given edge.
getMinValue(from:Number, to:Number) — method, class com.yworks.yfiles.geom.BorderLine
Calculates the minimum value in the interval from->to.
getMovedInstance(dx:Number, dy:Number) — method, class com.yworks.yfiles.geom.YOrientedRectangle
Creates a new OrientedRectangle instance whose anchor point is moved by the specified distance values, but has the same width, height, and up vector as this rectangle.
getNearestCommonAncestor(tree:com.yworks.yfiles.base:Graph, root:com.yworks.yfiles.base:Node, rootedDownward:Boolean, nodes:com.yworks.yfiles.base:NodeList) — Static Method , class com.yworks.yfiles.algo.Trees
Returns the nearest common ancestor of a subset of nodes within a directed rooted tree.
getNearestCommonAncestor(n1:com.yworks.yfiles.base:Node, n2:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.grouping.GraphGrouping
Returns the nearest common ancestor in the hierarchy structure.
getNeighbors(node:com.yworks.yfiles.base:Node) — Static Method , class com.yworks.graph.model.NodeHierarchy
Returns a list containing the given node and all its neighbor nodes.
getNeighbors(graph:com.yworks.yfiles.base:Graph, startNodes:com.yworks.yfiles.base:NodeList, maxDistance:int) — Static Method , class com.yworks.yfiles.algo.GraphConnectivity
Determines the direct or indirect neighbors of a given set of nodes.
getNeighbors(cell:com.yworks.yfiles.layout.router.polyline:PartitionCell) — method, class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
Returns the neighbor cells of the given cell.
getNeighbors(cell:com.yworks.yfiles.layout.router.polyline:PartitionCell) — method, class com.yworks.yfiles.layout.router.polyline.GraphPartition
getNextSegment(segment:com.yworks.yfiles.layout.router.polyline:SegmentInfo) — method, class com.yworks.yfiles.layout.router.polyline.EdgeInfo
Returns the segment info of the segment following the segment of the given segment info.
getNodeArray() — method, class com.yworks.yfiles.base.Graph
Returns an array containing all nodes of this graph.
getNodeBounds(graph:com.yworks.yfiles.layout:LayoutGraph, nodes:com.yworks.yfiles.base:NodeList) — method, class com.yworks.yfiles.layout.grouping.InsetsGroupBoundsCalculator
Calculates and returns the united bounds of the given nodes only, no labels or adjacent edges are considered.
getNodeDiameter(graph:com.yworks.yfiles.layout:LayoutGraph, node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.radial.RadialLayouter
Returns the diameter of the circular space around the given node's center that shall be reserved for the node.
getNodeDistance(graph:com.yworks.yfiles.layout:LayoutGraph, s:com.yworks.yfiles.base:Node, t:com.yworks.yfiles.base:Node) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Returns the distance between the centers of two nodes
getNodeFeature(labelLayout:com.yworks.yfiles.layout:NodeLabelLayout) — method, class com.yworks.yfiles.layout.CopiedLayoutGraph
Returns the node which is described by a given label layout.
getNodeFeature(labelLayout:com.yworks.yfiles.layout:NodeLabelLayout) — method, class com.yworks.yfiles.layout.DefaultLayoutGraph
Returns the node which is described by a given label layout.
getNodeFeature(labelLayout:com.yworks.yfiles.layout:NodeLabelLayout) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the node which is described by a given label layout.
getNodeInfo(n:com.yworks.yfiles.base:Node) — method, interface com.yworks.yfiles.layout.multipage.ElementInfoManager
Returns the node information object of the given node.
getNodeInfo(n:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.multipage.LayoutContext
getNodeInfo(n:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.multipage.MultiPageLayout
getNodeInfo(node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.planar.PlanarInformation
Returns the information for an edge.
getNodeLabelInfo(nll:com.yworks.yfiles.layout:NodeLabelLayout) — method, interface com.yworks.yfiles.layout.multipage.ElementInfoManager
Returns the node label layout information object of the given node label layout.
getNodeLabelInfo(nll:com.yworks.yfiles.layout:NodeLabelLayout) — method, class com.yworks.yfiles.layout.multipage.LayoutContext
getNodeLabelInfo(nll:com.yworks.yfiles.layout:NodeLabelLayout) — method, class com.yworks.yfiles.layout.multipage.MultiPageLayout
getNodeLabelLayout(node:Object) — method, class com.yworks.graph.model.LayoutGraphAdapter
Returns an array of layout information for all node labels belonging to the given node.
getNodeLabelLayout(node:Object) — method, class com.yworks.yfiles.layout.DefaultGraphLayout
Returns the node label layouts associated with the given node.
getNodeLabelLayout(node:Object) — method, interface com.yworks.yfiles.layout.GraphLayout
Returns an array of layout information for all node labels belonging to the given node.
getNodeLabelLayout(node:Object) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns NodeLabelLayout objects which describe the layouts of the labels that belong to the given node.
getNodeLabelLayoutForNode(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.CopiedLayoutGraph
Returns NodeLabelLayout objects which describe the layouts of the labels that belong to the given node.
getNodeLabelLayoutForNode(node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.DefaultLayoutGraph
Returns NodeLabelLayout objects that describe the layouts of the labels belonging to the given node.
getNodeLabelLayoutForNode(node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns NodeLabelLayout objects which describe the layouts of the labels that belong to the given node.
getNodeLayout(node:Object) — method, class com.yworks.graph.model.LayoutGraphAdapter
Returns the layout information for a given node.
getNodeLayout(node:Object) — method, class com.yworks.yfiles.layout.DefaultGraphLayout
Returns the layout information associated with the given node object.
getNodeLayout(node:Object) — method, interface com.yworks.yfiles.layout.GraphLayout
Returns the layout information for a given node.
getNodeLayout(node:Object) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the layout information for a node in the drawing.
getNodeLayoutDescriptors(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl
Callback method that is called during doLayoutCore().
getNodeLayoutForNode(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.CopiedLayoutGraph
Returns the layout information for a node in the drawing.
getNodeLayoutForNode(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.DefaultLayoutGraph
Returns the layout information for a node in the drawing.
getNodeLayoutForNode(node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the layout information for a node in the drawing.
getNodePlacer(localRoot:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.GenericTreeLayouter
This method returns a com.yworks.yfiles.layout.tree.NodePlacer instance that will be used for the placement of the root node and the subtree shapes.
getNodePositions(gd:com.yworks.yfiles.layout:LayoutGraph) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Returns the positions of the nodes of a graph's diagram.
getNodes(graph:com.yworks.yfiles.base:Graph) — Static Method , class com.yworks.graph.model.NodeHierarchy
Returns a node list that allows for breadth-first iteration over the node hierarchy of the provided graph.
getNodes(cell:com.yworks.yfiles.layout.router.polyline:PartitionCell) — method, class com.yworks.yfiles.layout.router.polyline.GraphPartition
Returns a list of all com.yworks.yfiles.base.Node s whose bounds intersect or cover the bounds of the given cell.
getNodeShape(node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.AbstractNodePlacer
Convenience method that queries the DataProvider for the shape of a single node as a SubtreeShape instance.
getNodeShape(node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.AssistantPlacer
Returns the subtree shape for the given child node.
getNodeShape(node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.GenericTreeLayouter
Factory method that creates a SubtreeShape for a given node, that consists of the bounds of the node only.
getNormal(v:com.yworks.yfiles.geom:YVector) — Static Method , class com.yworks.yfiles.geom.YVector
Returns this vector with unit length.
getNormalizedBorderLine(side:int) — method, interface com.yworks.yfiles.layout.hierarchic.incremental.NodeData
Returns a borderline for the given side which is treated as if the node's position was at (0,0).
getObject(dataHolder:Object) — method, class com.yworks.graph.model.DataProviderAdapter
getObject(dataHolder:Object) — method, class com.yworks.yfiles.layout.hierarchic.incremental.IntValueHolderAdapter
getObject(dataHolder:Object) — method, class com.yworks.yfiles.util.DataProviderAdapter
Subclasses may override this method to provide access to object values.
getObject(edge:Object) — method, class com.yworks.yfiles.util.EdgeMapAdapter
Returns the value bound to the given edge.
getObject(dataHolder:Object) — method, class com.yworks.yfiles.util.Maps_HighPerformanceBoolMap
getObject(dataHolder:Object) — method, class com.yworks.yfiles.util.Maps_HighPerformanceDoubleMap
getObject(dataHolder:Object) — method, class com.yworks.yfiles.util.Maps_HighPerformanceIntMap
getObject(dataHolder:Object) — method, class com.yworks.yfiles.util.Maps_HighPerformanceObjectMap
getObject(key:Object) — method, class com.yworks.yfiles.util.NodeMapAdapter
Returns the value bound to the given node.
getObject(dataHolder:Object) — method, class com.yworks.yfiles.util.WrappedObjectDataProvider
getObstacle(data:Object) — method, class com.yworks.yfiles.layout.router.polyline.GraphPartition
Returns the obstacle that has earlier been created for the given data object.
getObstacleCutCosts(numObstaclesInFirstHalf:int, numObstaclesInSecondHalf:int, numObstaclesOnCut:int) — method, class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
Calculates the cost of a cut with respect to the subdivided obstacles.
getObstacles(cell:com.yworks.yfiles.layout.router.polyline:PartitionCell) — method, class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
Returns all obstacles that cover the given partition cell.
getObstacles(cell:com.yworks.yfiles.layout.router.polyline:PartitionCell) — method, class com.yworks.yfiles.layout.router.polyline.GraphPartition
Returns all obstacles covering the given com.yworks.yfiles.layout.router.polyline.PartitionCell by delegating to the inner partition's com.yworks.yfiles.layout.router.polyline.ObstaclePartition.getObstacles() method.
getOffsetVec(dx:Number, dy:Number, width:Number, height:Number, labelPosition:int) — method, class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
Returns the offset vector for a given edge label and a given edge segment.
getOrientedDirection(direction:com.yworks.yfiles.layout:Direction, orientation:int, mirrorMask:int) — Static Method , class com.yworks.yfiles.layout.EdgeLabelOrientationSupport
Transforms a direction of the layout to the oriented layout.
getOriginal(o:Object) — method, class com.yworks.graph.model.YGraphAdapter
Yields the original object from the originalGraph that the given object has been created for.
getOriginalEdge(e:com.yworks.yfiles.base:Edge) — method, class com.yworks.graph.model.YGraphAdapter
Yields the original edge from the originalGraph that the given edge has been created for.
getOriginalEdge(e:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.CopiedLayoutGraph
Returns the original edge that corresponds to the given edge.
getOriginalEdge(sameLayerDummy:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.incremental.AbstractPortConstraintOptimizer_SameLayerData
Returns the original (same layer) edge associated with the given dummy node.
getOriginalEdge(id:Object) — method, class com.yworks.yfiles.layout.multipage.LayoutContext
Returns the edge of the input graph with the given id or null if there is no such edge.
getOriginalNode(n:com.yworks.yfiles.base:Node) — method, class com.yworks.graph.model.YGraphAdapter
Yields the original node from the originalGraph that the given node has been created for.
getOriginalNode(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.CopiedLayoutGraph
Returns the original node that corresponds to the given node.
getOriginalNode(id:Object) — method, class com.yworks.yfiles.layout.multipage.LayoutContext
Returns the node of the input graph with the given id or null if there is no such node.
getPage(pageNo:int) — method, class com.yworks.yfiles.layout.multipage.MultiPageLayout
Returns the layout graph on the given page.
getPageEdge(id:Object) — method, class com.yworks.yfiles.layout.multipage.LayoutContext
Returns the edge of a page graph (a graph that represents the result of the multi page layout) with the given id or null if there is no such edge.
getPageNode(id:Object) — method, class com.yworks.yfiles.layout.multipage.LayoutContext
Returns the node of a page graph (a graph that represents the result of the multi page layout) with the given id or null if there is no such node.
getParent(child:com.yworks.yfiles.base:Node) — Static Method , class com.yworks.graph.model.NodeHierarchy
Get the parent node of the provided node.
getParent(node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.grouping.GraphGrouping
Returns the parent of the given node or null if the node is at the top of the hierarchy
getParentNode(node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.incremental.GroupingSupport
Returns the parent group node of the given node, or null if the given node is a top-level node.
getPartitionGrid(graph:com.yworks.yfiles.base:Graph) — Static Method , class com.yworks.yfiles.layout.grid.PartitionGrid
Returns the partition grid associated with the given graph.
getPath(edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the path of an edge.
getPath(edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.router.polyline.PathSearchResult
Returns the earlier registered found path for the edge.
getPathLength(graph:com.yworks.yfiles.layout:LayoutGraph, e:com.yworks.yfiles.base:Edge) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Returns the length of path of a given edge.
getPathList(edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the path of an edge.
getPendulumForce(cursor:com.yworks.yfiles.base:YCursor, direction:int) — method, class com.yworks.yfiles.layout.hierarchic.PendularDrawer
Helper method which calculates the force acting on all nodes given by the cursor.
getPendulumForceOnNode(v:com.yworks.yfiles.base:Node, ec:com.yworks.yfiles.base:EdgeCursor) — method, class com.yworks.yfiles.layout.hierarchic.PendularDrawer
Helper method which calculates the force that all nodes given by EdgeCursor apply to v.
getPlanarSubgraphInstance(_subgraphType:int) — method, class com.yworks.yfiles.layout.planar.CombinatorialEmbedder
Returns an instance of which a planar subgraph.
getPoint(index:int) — method, class com.yworks.yfiles.layout.DefaultEdgeLayout
getPoint(index:int) — method, interface com.yworks.yfiles.layout.EdgeLayout
Returns the control point at position index of the sequence.
getPointList(edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the control points of an edge.
getPoints(edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the control points of an edge.
getPortAssignment(localRoot:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.GenericTreeLayouter
This method returns a com.yworks.yfiles.layout.tree.PortAssignment instance that will be used for the port assignments at the given Node.
getPortBorderGap(graph:com.yworks.yfiles.layout:LayoutGraph, ldp:com.yworks.yfiles.layout.hierarchic.incremental:LayoutDataProvider, node:com.yworks.yfiles.base:Node, sideIndex:int, sideLength:Number, edgeCount:int) — method, class com.yworks.yfiles.layout.hierarchic.incremental.DefaultPortAllocator
Callback method used to determine the port border gap for each node and side.
getPortBorderGap(sideLength:Number, edgeCount:int) — method, class com.yworks.yfiles.layout.seriesparallel.DefaultPortAssignment
Callback method used to determine the port border gap for each node and side.
getPortBorderGap(sideLength:Number, edgeCount:int) — method, class com.yworks.yfiles.layout.tree.DefaultPortAssignment
Callback method used to determine the port border gap for each node and side.
getPortBorderGapRatio(graph:com.yworks.yfiles.layout:LayoutGraph, ldp:com.yworks.yfiles.layout.hierarchic.incremental:LayoutDataProvider, node:com.yworks.yfiles.base:Node, sideIndex:int, sideLength:Number, edgeCount:int) — method, class com.yworks.yfiles.layout.hierarchic.incremental.DefaultPortAllocator
Callback method used to determine the port border gap ratio.
getPortBorderGapRatio(side:int) — method, class com.yworks.yfiles.layout.hierarchic.incremental.NodeLayoutDescriptor
Returns the port border gap ratio for the port distribution at the given side.
getPortCandidateSetDataProvider(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.hierarchic.incremental.PCListOptimizer
Returns the data provider that provides the port candidate sets for nodes.
getPortConstraint(localRoot:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
Lookup method to get the PortConstraint for the local root translated.
getPortDistanceDelta(graph:com.yworks.yfiles.layout:LayoutGraph, ldp:com.yworks.yfiles.layout.hierarchic.incremental:LayoutDataProvider, node:com.yworks.yfiles.base:Node, sideIndex:int, sideLength:Number, edgeCount:int, portBorderGap:Number) — method, class com.yworks.yfiles.layout.hierarchic.incremental.DefaultPortAllocator
Callback method used to determine the distance between two adjacent ports
getPortDistanceDelta(sideLength:Number, edgeCount:int, portBorderGap:Number) — method, class com.yworks.yfiles.layout.seriesparallel.DefaultPortAssignment
Callback method used to determine the distance between two adjacent ports
getPortDistanceDelta(sideLength:Number, edgeCount:int, portBorderGap:Number) — method, class com.yworks.yfiles.layout.tree.DefaultPortAssignment
Callback method used to determine the distance between two adjacent ports
getPosition(parameter:Object) — Static Method , class com.yworks.yfiles.layout.RotatedDiscreteEdgeLabelLayoutModel
Returns the symbolic position specifier that is encoded by the specified model parameter.
getPredecessors(graph:com.yworks.yfiles.base:Graph, startNodes:com.yworks.yfiles.base:NodeList, maxDistance:int) — Static Method , class com.yworks.yfiles.algo.GraphConnectivity
Determines the direct or indirect predecessors of a given set of nodes.
getPreferredChildWedge(root:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.BalloonLayouter
Returns the preferred child wedge angle in degrees that is used for the children of the given root node.
getPreviousSegment(segment:com.yworks.yfiles.layout.router.polyline:SegmentInfo) — method, class com.yworks.yfiles.layout.router.polyline.EdgeInfo
Returns the segment info of the segment preceding the segment of the given segment info.
getPriority(entry:com.yworks.yfiles.layout:PortCandidateSet_Entry, edge:com.yworks.yfiles.base:Edge, source:Boolean) — method, class com.yworks.yfiles.layout.PortCandidateSet
Returns the priority of the given entry.
getPriority(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.util.pq.ArrayIntNodePQ
getPriority(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.util.pq.BHeapDoubleNodePQ
Returns the current priority of the given node.
getPriority(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.util.pq.BHeapIntNodePQ
Returns the current priority of the given node.
getPriority(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.util.pq.BHeapNodePQ
Returns the current priority of the given node.
getPriority(o:Object) — method, class com.yworks.yfiles.util.pq.DoubleObjectPQ
Returns the current priority of the given object.
getPriority(o:Object) — method, class com.yworks.yfiles.util.pq.IntObjectPQ
Returns the current priority of the given node.
getPriority(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.util.pq.ListIntNodePQ
getPriority(v:com.yworks.yfiles.base:Node) — method, interface com.yworks.yfiles.util.pq.NodePQ
Returns the current priority of the given node.
getPriority(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.util.pq.TreeIntNodePQ
getProfit(candidate:com.yworks.yfiles.layout:LabelCandidate) — method, class com.yworks.graph.model.ExtendedLabelCandidateProfitModel
Returns the profit for placing a label-candidate.
getProfit(candidate:com.yworks.yfiles.layout:LabelCandidate) — method, class com.yworks.yfiles.layout.LabelRanking
getProfit(candidate:com.yworks.yfiles.layout:LabelCandidate) — method, interface com.yworks.yfiles.layout.ProfitModel
Returns the profit for placing a label-candidate.
getProfit(l:com.yworks.yfiles.layout:LabelCandidate) — method, class com.yworks.yfiles.layout.labeling.AbstractLabelingAlgorithm
Returns the profit model that is used to rank the available positions for each label.
getRealEdge(_dualEdge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.planar.DualPlanarInformation
getRealFace(_dualNode:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.planar.DualPlanarInformation
getRectangle(node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the bounding box of a node.
getRectCut(corner:com.yworks.yfiles.geom:YPoint, size:com.yworks.yfiles.geom:YDimension) — method, class com.yworks.yfiles.geom.YCircle
Returns the intersection points of the circle with a rectangle.
getRepresentative(node:com.yworks.yfiles.base:Node, inGroup:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.grouping.GraphGrouping
Convenience method that returns a node that can be used to represent node in the group inGroup, that is either the node itself if it is an immediate child of inGroup, or a node that is a child of inGroup and an ancestor of node at the same time or null if neither of the latter applies.
getResizedInstance(width:Number, height:Number) — method, class com.yworks.yfiles.geom.YOrientedRectangle
Creates a new OrientedRectangle instance that has the specified width and height, but has the same anchor point and up vector as this rectangle.
getReverse(e:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.planar.SimplePlanarInformation
Returns the reverse edge of an edge.
getRightBorder(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
Returns the width of the right border of the given node.
getRightHalf(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
Returns the width of the border-obeying right half of the node,
getRightX(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
Returns the border obeying right x-coordinate of the given node.
getRoot(tree:com.yworks.yfiles.base:Graph) — Static Method , class com.yworks.yfiles.algo.Trees
Returns a possible root for the given (undirected) tree.
getRootPlacement(root:Object) — method, class com.yworks.yfiles.layout.tree.ARTreeLayouter
Returns the desired placement for the given subtree root.
getRootsArray(root:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.GenericTreeLayouter
Returns the array of the nodes to be laid out.
getRotateAroundInstance(angle:Number, x:Number, y:Number) — Static Method , class com.yworks.bridge.geom.AffineTransform
getRotateInstance(angle:Number) — Static Method , class com.yworks.bridge.geom.AffineTransform
getRoutingPolicy(root:Object) — method, class com.yworks.yfiles.layout.tree.ARTreeLayouter
Returns the routing policy used by this ARTreeLayouter for the given subtree root.
getRow(index:int) — method, class com.yworks.yfiles.layout.grid.PartitionGrid
Returns the row with the given index.
getRowLayout(originalTable:com.yworks.graph.model:ITable, nodeLayout:com.yworks.canvas.geom:IRectangle) — method, class com.yworks.graph.model.TableLayoutConfigurator
Return the sizes of all leaf rows.
getScaleInstance(scx:Number, scY:Number) — Static Method , class com.yworks.bridge.geom.AffineTransform
getSegment(index:int) — method, class com.yworks.yfiles.layout.router.polyline.Channel
Returns the SegmentInfo with the given index in the segments list.
getSegmentAt(pos:Number) — method, class com.yworks.yfiles.geom.BorderLine
Returns the segment at the given position.
getSegmentGroup(index:int) — method, class com.yworks.yfiles.layout.router.polyline.Channel
Returns the segment group with the given index of this channel.
getSegmentInfo(segmentIndex:int) — method, class com.yworks.yfiles.layout.router.polyline.EdgeInfo
Returns the segment info the the segment with the given index.
getShearInstance(shx:Number, shy:Number) — Static Method , class com.yworks.bridge.geom.AffineTransform
getSimpleEdgeInfo(edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.planar.SimplePlanarInformation
Returns the information for an edge.
getSize(node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the size of the node in a drawing.
getSlope(s:com.yworks.yfiles.geom:BorderLine_Segment) — method, class com.yworks.yfiles.geom.BorderLine
Returns the slope of the given segment.
getSource(edgeObject:Object) — method, class com.yworks.graph.model.LayoutGraphAdapter
Returns the source node associated with the given edge.
getSource(edge:Object) — method, class com.yworks.yfiles.base.Graph
Returns the source node associated with the given edge.
getSource(edgeObject:Object) — method, interface com.yworks.yfiles.base.GraphInterface
Returns the source node associated with the given edge.
getSourceCell(index:int) — method, class com.yworks.yfiles.layout.router.polyline.PathSearchContext
Returns the source cell with the given index in the list of all cells that are covered by the source node of the currentEdge.
getSourceEdges(sourceGraph:com.yworks.yfiles.base:Graph) — method, class com.yworks.yfiles.util.GraphCopier
Determines the set of edge candidates from the source graph that should be copied.
getSourceNodes(sourceGraph:com.yworks.yfiles.base:Graph) — method, class com.yworks.yfiles.util.GraphCopier
Determines the set of node candidates from the source graph that should be copied if no other nodes are specified by the user.
getSourcePointAbs(edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the coordinates of the source end point of an edge in absolute coordinates.
getSourcePointAbs(edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
Translates the absolute source point of the given edge to the "view coordinates" (translated by the modification matrix)
getSourcePointRel(edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the coordinates of the source end point of an edge in relative coordinates to the center of the source node.
getSourcePortConstraint(graph:com.yworks.yfiles.layout:LayoutGraph, edge:com.yworks.yfiles.base:Edge, index:int) — method, class com.yworks.yfiles.layout.tree.DefaultPortAssignment
Returns the PortConstraint for the given edge or null if no PortConstraint is set.
getSPC(graph:com.yworks.yfiles.layout:LayoutGraph, e:com.yworks.yfiles.base:Edge) — Static Method , class com.yworks.yfiles.layout.PortConstraint
Returns the source port constraint associated with the given edge.
getStress(node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
Gets the stress for the given node.
getSubChannelRank(key:Object) — method, class com.yworks.yfiles.layout.router.ChannelRouter
Returns the subchannel rank of this segment within the channel.
getSubTreeDepths(tree:com.yworks.yfiles.base:Graph, subtreeDepthMap:com.yworks.yfiles.base:NodeMap) — Static Method , class com.yworks.yfiles.algo.Trees
Returns for a rooted directed tree the depths of each of its subtrees.
getSubtreeShape(node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.AbstractNodePlacer
Convenience method that queries the DataProvider for a SubtreeShape.
getSubtreeShape(localRoot:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.GenericTreeLayouter
Provides access to the SubTreeShape instances for each node.
getSubTreeSizes(tree:com.yworks.yfiles.base:Graph, subtreeSizeMap:com.yworks.yfiles.base:NodeMap) — Static Method , class com.yworks.yfiles.algo.Trees
Returns for a rooted directed tree the size (number of nodes) of each of its subtrees.
getSuccessors(graph:com.yworks.yfiles.base:Graph, startNodes:com.yworks.yfiles.base:NodeList, maxDistance:int) — Static Method , class com.yworks.yfiles.algo.GraphConnectivity
Determines the direct or indirect successors of a given set of nodes.
getSuccessors(localRoot:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.ARTreeLayouter
getSuccessors(localParent:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.HVTreeLayouter
getSwimLaneDescriptors(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl
Callback method that is called during doLayoutCore().
getTarget(edgeObject:Object) — method, class com.yworks.graph.model.LayoutGraphAdapter
Returns the target node associated with the given edge.
getTarget(edge:Object) — method, class com.yworks.yfiles.base.Graph
Returns the target node associated with the given edge.
getTarget(edgeObject:Object) — method, interface com.yworks.yfiles.base.GraphInterface
Returns the target node associated with the given edge.
getTargetCell(index:int) — method, class com.yworks.yfiles.layout.router.polyline.PathSearchContext
Returns the target cell with the given index in the list of all cells that are covered by the target node of the currentEdge.
getTargetPointAbs(edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the coordinates of the target end point of an edge in absolute coordinates.
getTargetPointRel(edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the coordinates of the target end point of an edge in relative coordinates to the center of the target node.
getTargetPortConstraint(graph:com.yworks.yfiles.layout:LayoutGraph, edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.tree.DefaultPortAssignment
Returns the PortConstraint for the given edge or null if no PortConstraint is set.
getTopBorder(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
Returns the height of the top border of the given node.
getTopHalf(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
Returns the height of the border-obeying top half of the node,
getTopLevelNodes(graph:com.yworks.yfiles.base:Graph) — Static Method , class com.yworks.graph.model.NodeHierarchy
Returns a cursor over all top level nodes of the provided graph, i.e., all nodes for which NodeHierarchy.getParent( node ) yields null.
getTopY(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
Returns the border obeying top y-coordinate of the given node.
getTPC(graph:com.yworks.yfiles.layout:LayoutGraph, e:com.yworks.yfiles.base:Edge) — Static Method , class com.yworks.yfiles.layout.PortConstraint
Returns the target port constraint associated with the given edge.
getTranslateInstance(mx:Number, my:Number) — Static Method , class com.yworks.bridge.geom.AffineTransform
getTreeEdges(graph:com.yworks.yfiles.base:Graph) — Static Method , class com.yworks.yfiles.algo.Trees
Returns an array of EdgeList objects each containing edges that belong to a maximal directed subtree of the given graph.
getTreeEdgesForTreeNodes(graph:com.yworks.yfiles.base:Graph, treeNodes:Vector$Object) — Static Method , class com.yworks.yfiles.algo.Trees
Same as getTreeEdges() but more efficient if the treeNodes where calculated before by getTreeNodes().
getTreeNodes(graph:com.yworks.yfiles.base:Graph) — Static Method , class com.yworks.yfiles.algo.Trees
Returns an array of NodeList objects each containing nodes that belong to a maximal directed subtree of the given graph.
getType(node:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.planar.PlanarInformation
Returns the type of a node.
getUndirectedTreeNodes(graph:com.yworks.yfiles.base:Graph) — Static Method , class com.yworks.yfiles.algo.Trees
Returns an array of NodeList objects each containing nodes that belong to a maximal undirected subtree of the given graph.
getUniqueArray(n:int, min:int, max:int) — method, class com.yworks.yfiles.util.YRandom
Returns an array of n unique random integers that lie within the range min (inclusive) and max (exclusive).
getUnsplitEdge(edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.planar.PlanarInformation
This method returns the original edge for a split edge.
getUpperLeftChildren(localRoot:com.yworks.yfiles.base:Node, graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.tree.DelegatingNodePlacer
Determines the upper left children of the specified root node.
getValue(key:Object) — method, class com.yworks.bridge.util.AbstractMap
Answers the value of the mapping with the specified key.
getValue(key:Object) — method, class com.yworks.bridge.util.HashMap
Answers the value of the mapping with the specified key.
getValue(key:Object) — method, interface com.yworks.bridge.util.Map
Answers the value of the mapping with the specified key.
getValue(key:Object) — method, class com.yworks.bridge.util.TreeMap
Answers the value of the mapping with the specified key.
getValue(s:com.yworks.yfiles.geom:BorderLine_Segment) — method, class com.yworks.yfiles.geom.BorderLine
Returns the value of the minimum of the given segment.
getValueAt(pos:Number) — method, class com.yworks.yfiles.geom.BorderLine
Returns the value that is set on this borderline at the specified position.
getValueAt(position:Number) — method, class com.yworks.yfiles.geom.BorderLine_Segment
Returns the segment's value at the given position.
getValueAt2(cell:com.yworks.yfiles.base:ListCell, pos:Number) — method, class com.yworks.yfiles.geom.BorderLine
Returns the value that is set on this borderline at the specified position.
getValueAt3(segment:com.yworks.yfiles.geom:BorderLine_Segment, pos:Number) — method, class com.yworks.yfiles.geom.BorderLine
Returns the value that is set on this borderline at the specified position.
getWeight(edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.hierarchic.WeightedLayerer
Returns the edge weight of the specified edge for use with the weight based cycle removal heuristic.
getWeightedCenterNode(tree:com.yworks.yfiles.base:Graph) — Static Method , class com.yworks.yfiles.algo.Trees
Finds a node which is used by the greatest number of all (undirected) paths interconnecting all nodes with each other.
getWeightedCenterNodeWithWeights(tree:com.yworks.yfiles.base:Graph, intWeight:com.yworks.yfiles.base:NodeMap) — Static Method , class com.yworks.yfiles.algo.Trees
Finds a node which is used by the greatest number of all (undirected) paths interconnecting all nodes with each other.
getWidth(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the width of the given node.
getX(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the upper left x-coordinate of the given node.
getXCut(y:Number) — method, class com.yworks.yfiles.geom.YCircle
Determine the intersection between the circle and a parallel to the X-Axis.
getXOffsetForLayoutOrientation(layoutOrientation:int) — method, class com.yworks.yfiles.layout.PortCandidate
Yields the X-offset with respect for the given layout orientation (com.yworks.yfiles.layout.OrientationLayouter.orientation).
getXOffsetForLayoutOrientationAndMirrorMask(layoutOrientation:int, mirrorMask:int) — method, class com.yworks.yfiles.layout.PortCandidate
Yields the X-offset with respect for the given layout orientation (com.yworks.yfiles.layout.OrientationLayouter.orientation) and mirror mask (com.yworks.yfiles.layout.OrientationLayouter.mirrorMask).
getXProjection(p:com.yworks.yfiles.geom:YPoint) — method, class com.yworks.yfiles.geom.AffineLine
Projects an point on the line in direction of the X-axis.
getY(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.LayoutGraph
Returns the upper left y-coordinate of the given node.
getYCut(x:Number) — method, class com.yworks.yfiles.geom.YCircle
Determine the intersection between the circle and a parallel to the Y-Axis.
getYOffsetForLayoutOrientation(layoutOrientation:int) — method, class com.yworks.yfiles.layout.PortCandidate
Yields the Y-offset with respect for the given layout orientation (com.yworks.yfiles.layout.OrientationLayouter.orientation).
getYOffsetForLayoutOrientationAndMirrorMask(layoutOrientation:int, mirrorMask:int) — method, class com.yworks.yfiles.layout.PortCandidate
Yields the Y-offset with respect for the given layout orientation (com.yworks.yfiles.layout.OrientationLayouter.orientation) and mirror mask (com.yworks.yfiles.layout.OrientationLayouter.mirrorMask).
getYProjection(p:com.yworks.yfiles.geom:YPoint) — method, class com.yworks.yfiles.geom.AffineLine
Projects an point on the line in direction of the Y-axis.
getZ() — method, class com.yworks.yfiles.layout.hierarchic.PendularDrawer
Calculates the value of the function this algorithm should minimize.
GIVEN_COMPONENT_ID_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.ComponentLayouter
DataProvider key that can be used to determine components by hand.
GivenLayersLayerer — class, package com.yworks.yfiles.layout.hierarchic
This layerer implementation layers the nodes by given layer IDs.
GivenLayersLayerer(init:Boolean) — Constructor, class com.yworks.yfiles.layout.hierarchic.GivenLayersLayerer
GivenSequenceSequencer — class, package com.yworks.yfiles.layout.hierarchic.incremental
This LayerSequencer implementation returns a sequencing that satisfies a comparator constraint.
GivenSequenceSequencer(init:Boolean) — Constructor, class com.yworks.yfiles.layout.hierarchic.incremental.GivenSequenceSequencer
Creates a new instance of GivenSequenceSequencer
globalSequencingActive — Property, class com.yworks.yfiles.layout.hierarchic.HierarchicGroupLayouter
Getter: Returns the current strategy for the node sequencing.
globalSink — Property, class com.yworks.yfiles.layout.planar.GT
globalSource — Property, class com.yworks.yfiles.layout.planar.GT
graph — Property, class com.yworks.graph.model.LayoutExecutor
Gets the graph this instance is working on.
graph — Property, class com.yworks.yfiles.base.Edge
Returns the graph this edge belongs to.
graph — Property, class com.yworks.yfiles.base.GraphEvent
Returns the graph that is the emitter of this event.
graph — Property, class com.yworks.yfiles.base.Node
Returns the graph this node belongs to.
graph — Property, interface com.yworks.yfiles.layout.LabelLayoutFactory
Returns the graph associated with this label factory instance.
graph — Property, class com.yworks.yfiles.layout.grouping.GraphGrouping
Returns the Graph instance this object provides information for.
graph — Property, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
The graph bound to this drawer instance.
graph — Property, class com.yworks.yfiles.layout.labeling.MISLabelingAlgorithm
graph — Property, class com.yworks.yfiles.layout.multipage.LayoutContext
Returns the relevant graph.
graph — Property, class com.yworks.yfiles.layout.organic.RemoveOverlapsLayoutStage
the graph
graph — Property, class com.yworks.yfiles.layout.planar.GT
_graph — Property, class com.yworks.yfiles.layout.planar.SimplePlanarInformation
graph — Property, class com.yworks.yfiles.layout.planar.SimplePlanarInformation
Returns the graph for which this planar information is kept.
_graph — Property, class com.yworks.yfiles.layout.planar.VertexOrder
graph — Property, class com.yworks.yfiles.layout.planar.VertexOrder
Sets the graph for which the vertex order is computed.
graph — Property, class com.yworks.yfiles.layout.router.polyline.PathSearchConfiguration
Returns the graph of the edge whose path is searched.
graph — Property, class com.yworks.yfiles.layout.tree.ARTreeLayouter
graph — Property, class com.yworks.yfiles.layout.tree.AbstractNodePlacer
The graph instance this class is working on
graph — Property, class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
The graph instance this class is working on
graph — Property, class com.yworks.yfiles.layout.tree.BalloonLayouter
The layout graph being acted upon.
graph — Property, class com.yworks.yfiles.layout.tree.GenericTreeLayouter
the graph this layout is running on
graph — Property, class com.yworks.yfiles.layout.tree.HVTreeLayouter
The layout graph being acted upon.
graph — Property, class com.yworks.yfiles.util.GraphHider
Returns the Graph for which this GraphHider was created.
graph — Property, class com.yworks.yfiles.util.GraphPartitionManager
Returns the Graph for which this partition manager was created.
Graph — class, package com.yworks.yfiles.base
This class implements a directed graph structure.
Graph(init:Boolean) — Constructor, class com.yworks.yfiles.base.Graph
Instantiates an empty Graph object.
graphCentrality(graph:com.yworks.yfiles.base:Graph, centrality:com.yworks.yfiles.base:NodeMap, directed:Boolean, edgeCosts:com.yworks.yfiles.base:DataProvider) — Static Method , class com.yworks.yfiles.algo.Centrality
Computes the graph centrality for the nodes of a graph.
GraphChecker — class, package com.yworks.yfiles.algo
Provides methods that check structural properties of a given graph.
GraphChecker(init:Boolean) — Constructor, class com.yworks.yfiles.algo.GraphChecker
GraphConnectivity — class, package com.yworks.yfiles.algo
Provides algorithms for determining certain connectivity components within a graph.
GraphConnectivity(init:Boolean) — Constructor, class com.yworks.yfiles.algo.GraphConnectivity
GraphCopier — class, package com.yworks.yfiles.util
A utility class that can be used to copy a graph's structure and possibly associated data to another instance.
GraphCopier(init:Boolean) — Constructor, class com.yworks.yfiles.util.GraphCopier
Creates a new instance that uses a com.yworks.yfiles.base.GraphCopyFactory as the default factory.
GraphCopier_CopyFactory — Interface, package com.yworks.yfiles.util
The copy factory interface used by com.yworks.yfiles.util.GraphCopier to delegate the actual work to.
GraphCopier_DataProviderCopyFactory — class, package com.yworks.yfiles.util
Abstract helper class that provides helper methods to copy DataProvider contents.
GraphCopier_DataProviderCopyFactory(delegatingFactory:com.yworks.yfiles.util:GraphCopier_CopyFactory, dpKey:Object, init:Boolean) — Constructor, class com.yworks.yfiles.util.GraphCopier_DataProviderCopyFactory
Creates a new delegating instance that copies the data for the given data provider key.
GraphCopier_EdgeDataProviderCopyFactory — class, package com.yworks.yfiles.util
Helper class implementation of com.yworks.yfiles.util.GraphCopier_CopyFactory that can be used to copy the contents of a DataProvider registered with the source graph onto the target graph storing the values in newly a created edge map (com.yworks.yfiles.base.Graph.createEdgeMap()).
GraphCopier_EdgeDataProviderCopyFactory(delegatingFactory:com.yworks.yfiles.util:GraphCopier_CopyFactory, dpKey:Object, init:Boolean) — Constructor, class com.yworks.yfiles.util.GraphCopier_EdgeDataProviderCopyFactory
Creates a new instance using the delegate for the given data provider key.
GraphCopier_EdgeMapCopyFactory — class, package com.yworks.yfiles.util
A helper wrapping implementation of the com.yworks.yfiles.util.GraphCopier_CopyFactory interface that copies the contents of the edge maps from the source to the target graph.
GraphCopier_EdgeMapCopyFactory(delegatingFactory:com.yworks.yfiles.util:GraphCopier_CopyFactory, init:Boolean) — Constructor, class com.yworks.yfiles.util.GraphCopier_EdgeMapCopyFactory
Creates a new instance that copies the node map contents.
GraphCopier_GraphDataCopyFactory — class, package com.yworks.yfiles.util
An abstract base implementation of a delegating CopyFactory that copies data for items being copied.
GraphCopier_GraphDataCopyFactory(delegatingFactory:com.yworks.yfiles.util:GraphCopier_CopyFactory, init:Boolean) — Constructor, class com.yworks.yfiles.util.GraphCopier_GraphDataCopyFactory
Creates a new instance that delegates the actual copying process of the elements to the provided factory.
GraphCopier_ItemDataProviderCopyFactory — class, package com.yworks.yfiles.util
Helper class implementation of com.yworks.yfiles.util.GraphCopier_CopyFactory that can be used to copy the contents of a DataProvider registered with the source graph onto the target graph storing the values in newly created com.yworks.bridge.util.HashMap based com.yworks.yfiles.base.DataMap s.
GraphCopier_ItemDataProviderCopyFactory(delegatingFactory:com.yworks.yfiles.util:GraphCopier_CopyFactory, dpKey:Object, init:Boolean) — Constructor, class com.yworks.yfiles.util.GraphCopier_ItemDataProviderCopyFactory
GraphCopier_NodeDataProviderCopyFactory — class, package com.yworks.yfiles.util
Helper class implementation of com.yworks.yfiles.util.GraphCopier_CopyFactory that can be used to copy the contents of a DataProvider registered with the source graph onto the target graph storing the values in newly created node map (com.yworks.yfiles.base.Graph.createNodeMap()).
GraphCopier_NodeDataProviderCopyFactory(delegatingFactory:com.yworks.yfiles.util:GraphCopier_CopyFactory, dpKey:Object, init:Boolean) — Constructor, class com.yworks.yfiles.util.GraphCopier_NodeDataProviderCopyFactory
Creates a new instance using the delegate for the given data provider key.
GraphCopier_NodeMapCopyFactory — class, package com.yworks.yfiles.util
A helper wrapping implementation of the com.yworks.yfiles.util.GraphCopier_CopyFactory interface that copies the contents of the node maps from the source to the target graph.
GraphCopier_NodeMapCopyFactory(delegatingFactory:com.yworks.yfiles.util:GraphCopier_CopyFactory, init:Boolean) — Constructor, class com.yworks.yfiles.util.GraphCopier_NodeMapCopyFactory
Creates a new instance that copies the node map contents.
graphCopyFactory — Property, class com.yworks.yfiles.base.Graph
Specifies the copy factory that is associated with this instance.
GraphCopyFactory — class, package com.yworks.yfiles.base
Very simple default implementation of a Copy Factory that creates com.yworks.yfiles.base.Graph instances and simply delegates to the com.yworks.yfiles.base.Graph.createNode() and com.yworks.yfiles.base.Graph.createEdge() method.
GraphCopyFactory(init:Boolean) — Constructor, class com.yworks.yfiles.base.GraphCopyFactory
GraphEvent — class, package com.yworks.yfiles.base
An event which indicates that a graph structure change occurred.
GraphEvent(source:com.yworks.yfiles.base:Graph, type:int, data:Object, init:Boolean) — Constructor, class com.yworks.yfiles.base.GraphEvent
Creates a new GraphEvent instance with given type and data.
GraphGrouping — class, package com.yworks.yfiles.layout.grouping
Instances of this class can be used by algorithms to efficiently query the structure of such type of graphs.
GraphGrouping(graph:com.yworks.yfiles.base:Graph, init:Boolean) — Constructor, class com.yworks.yfiles.layout.grouping.GraphGrouping
Creates a new instance of Grouping.
GraphHider — class, package com.yworks.yfiles.util
Provides functionality to hide and unhide nodes and edges of a graph temporarily for algorithmic operations.
GraphHider(g:com.yworks.yfiles.base:Graph, init:Boolean) — Constructor, class com.yworks.yfiles.util.GraphHider
Instantiates a new GraphHider for the given graph.
GraphInterface — Interface, package com.yworks.yfiles.base
An interface that describes the structural information of a graph and the data that is associated with its nodes and edges.
graphInternal — Property, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
GraphLayout — Interface, package com.yworks.yfiles.layout
This interface defines the layout information of a graph.
GraphLayoutLineWrapper — class, package com.yworks.yfiles.layout
A layout stage that can be used to "line-wrap" or "column-wrap" a graph layout.
GraphLayoutLineWrapper(init:Boolean) — Constructor, class com.yworks.yfiles.layout.GraphLayoutLineWrapper
GraphListener — Interface, package com.yworks.yfiles.base
The listener interface for receiving graph events.
graphListeners — Property, class com.yworks.yfiles.base.Graph
Returns an iterator that grants access to all registered graph listeners.
graphNodes — Property, class com.yworks.yfiles.layout.planar.VertexOrder
graphPartition — Property, class com.yworks.yfiles.layout.router.polyline.GraphPartitionExtensionAdapter
Returns the bridge passed in com.yworks.yfiles.layout.router.polyline.GraphPartitionExtension.preparePartition().
GraphPartition — class, package com.yworks.yfiles.layout.router.polyline
Partitions the bounding box of a graph in rectangles using graph elements as obstacles.
GraphPartition(partition:com.yworks.yfiles.layout.router.polyline:ObstaclePartition, init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.polyline.GraphPartition
Creates a new instance.
GraphPartitionExtension — Interface, package com.yworks.yfiles.layout.router.polyline
Implementations are extending the functionality of a com.yworks.yfiles.layout.router.polyline.GraphPartition.
GraphPartitionExtensionAdapter — class, package com.yworks.yfiles.layout.router.polyline
This abstract adapter provides an empty implementation of com.yworks.yfiles.layout.router.polyline.GraphPartitionExtension.
GraphPartitionExtensionAdapter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.polyline.GraphPartitionExtensionAdapter
GraphPartitionManager — class, package com.yworks.yfiles.util
Provides functionality to hide and unhide partitions of nodes and their adjacent edges of a graph temporarily for algorithmic operations.
GraphPartitionManager(graph:com.yworks.yfiles.base:Graph, partitionId:com.yworks.yfiles.base:DataProvider, init:Boolean) — Constructor, class com.yworks.yfiles.util.GraphPartitionManager
Instantiates a new GraphPartitionManager for the given graph.
GraphTransformer — class, package com.yworks.yfiles.layout.transformer
Provides geometric transforms for (sub-)graphs.
GraphTransformer(init:Boolean) — Constructor, class com.yworks.yfiles.layout.transformer.GraphTransformer
Creates a new instance of graph transformer.
GraphZoomer — class, package com.yworks.yfiles.layout.transformer
This class contains algorithms which allow for zooming parts of a diagram only in a so-called fish-eye (radial) style.
GraphZoomer(init:Boolean) — Constructor, class com.yworks.yfiles.layout.transformer.GraphZoomer
Creates a new instance of GraphZoomer.
GraphZoomer_Zoom — Interface, package com.yworks.yfiles.layout.transformer
This interface can be implemented for custom zoom types.
gravityFactor — Property, class com.yworks.yfiles.layout.organic.OrganicLayouter
Specifies the gravity factor.
GRAY — Constant Static Property, class com.yworks.yfiles.algo.Dfs
Node state specifier.
GreedyMISLabeling — class, package com.yworks.yfiles.layout.labeling
This class places the labels of a graph using a greedy strategy.
GreedyMISLabeling(init:Boolean) — Constructor, class com.yworks.yfiles.layout.labeling.GreedyMISLabeling
grid — Property, class com.yworks.yfiles.layout.orthogonal.DirectedOrthogonalLayouter
Getter: Returns the currently set grid spacing.
grid — Property, class com.yworks.yfiles.layout.orthogonal.OrthogonalGroupLayouter
Specifies the grid distance.
grid — Property, class com.yworks.yfiles.layout.orthogonal.OrthogonalLayouter
Specifies the size of the grid on which the nodes and edges are placed. Default is 20.
grid — Property, class com.yworks.yfiles.layout.router.polyline.EdgeRouter
Getter: Returns the com.yworks.yfiles.layout.router.polyline.Grid the edge router tries to place the orthogonal segments on.
Grid — class, package com.yworks.yfiles.layout.router.polyline
Provides support for routing edges on equidistant grid lines.
Grid(originX:Number, originY:Number, spacing:Number, init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.polyline.Grid
Creates a new instance.
GRID_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.tree.GridNodePlacer
Key which can be used to register a data provider that tells the placer in which row a given node should be put into.
gridEnabled — Property, class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
Specifies whether grid distribution is enabled or not.
GridNodePlacer — class, package com.yworks.yfiles.layout.tree
This NodePlacer arranges nodes into a grid.
GridNodePlacer(init:Boolean) — Constructor, class com.yworks.yfiles.layout.tree.GridNodePlacer
Creates a grid placer with the modification matrix com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer_Matrix.DEFAULT
gridOffsetX — Property, class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
Returns the grid offset in x direction.
gridOffsetY — Property, class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
Returns the grid offset in y direction.
gridOrigin — Property, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
Returns a grid point coordinate used when grid routing is enabled.
gridOrigin — Property, class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
Getter: Returns the origin of the grid, which is used for grid routing if enabled.
gridReference — Property, class com.yworks.yfiles.layout.hierarchic.incremental.NodeLayoutDescriptor
Specifies a reference point relative to the center of the node which will be placed on a grid coordinate.
gridRouting — Property, class com.yworks.yfiles.layout.router.BusRouter
Getter: Returns whether or not to route edge segments on grid lines.
gridRouting — Property, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
Specifies whether or not to route edge segments on grid lines.
gridRoutingEnabled — Property, class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
Getter: Returns whether or not grid routing is enabled.
gridSpacing — Property, class com.yworks.yfiles.layout.ComponentLayouter
Specifies the current grid spacing.
gridSpacing — Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Specifies the equidistant spacing between the horizontal and vertical grid lines.
gridSpacing — Property, class com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl
Specifies the equidistant spacing between the horizontal and vertical grid lines.
gridSpacing — Property, class com.yworks.yfiles.layout.orthogonal.CompactOrthogonalLayouter
Getter: Returns the grid spacing used to place the nodes.
gridSpacing — Property, class com.yworks.yfiles.layout.router.BusRouter
Specifies the grid spacing that is used when grid routing is enabled.
gridSpacing — Property, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
Specifies the grid spacing that is used when grid routing is enabled.
gridWidth — Property, class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
Getter: Returns the grid width, that defines the space between two grid lines.
gridWidth — Property, class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
Specifies the grid width that shall be used if grid distribution is enabled.
gridWidthAdjustable — Property, class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
Specifies whether or not the algorithm is allowed to reduce the grid width, if segments cannot be distributed using the previously given grid width.
GRIP — class, package com.yworks.yfiles.layout.organic
This class implements a variant of the GRIP algorithm by P Gajer and SG Kobourov: "Graph Drawing with Intelligent Placement".
GRIP(init:Boolean) — Constructor, class com.yworks.yfiles.layout.organic.GRIP
Creates a new instance of the GRIP layout algorithm
groupAlignmentPolicy — Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Specifies the group layer alignment strategy used for recursive group layering.
groupBoundsCalculator — Property, class com.yworks.yfiles.layout.grouping.GroupNodeHider
Getter: Returns the currently installed GroupBoundsCalculator instance Setter: Sets the new GroupBoundsCalculator instance.
groupBoundsCalculator — Property, class com.yworks.yfiles.layout.grouping.RecursiveGroupLayouter
Getter: Returns the currently installed GroupBoundsCalculator instance.
groupBoundsCalculator — Property, class com.yworks.yfiles.layout.hierarchic.HierarchicGroupLayouter
Getter: Gets the current GroupBoundsCalculator instance.
groupBoundsCalculator — Property, class com.yworks.yfiles.layout.organic.GroupedShuffleLayouter
Getter: Returns the currently installed GroupBoundsCalculator instance Setter: Sets the new GroupBoundsCalculator instance.
groupBoundsCalculator — Property, class com.yworks.yfiles.layout.organic.OrganicLayouter
Getter: Returns the GroupBoundsCalculator instance that is used for the calculation of the group nodes' bounds if a hierarchically grouped graph is being laid out.
groupBoundsCalculator — Property, class com.yworks.yfiles.layout.organic.SmartOrganicLayouter
Specifies the com.yworks.yfiles.layout.grouping.GroupBoundsCalculator instance used for calculating the size of group nodes.
GroupBoundsCalculator — Interface, package com.yworks.yfiles.layout.grouping
Implementations of this interface are responsible for calculating the bounds of a group node during a layout process.
GROUP_COMPACTION_MAX — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.incremental.SimplexNodePlacer
Compaction strategy specifier for use with groupCompactionStrategy.
GROUP_COMPACTION_NONE — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.incremental.SimplexNodePlacer
Compaction strategy specifier for use with groupCompactionStrategy.
groupCompactionStrategy — Property, class com.yworks.yfiles.layout.hierarchic.incremental.SimplexNodePlacer
Specifies the strategy that is used to control the horizontal compactness of group nodes.
GROUP_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.grouping.GroupingKeys
This key is used to distinguish normal nodes from group nodes.
GroupedNodePlacer — class, package com.yworks.yfiles.layout.tree
A com.yworks.yfiles.layout.tree.NodePlacer that places the children of a local root in groups.
GroupedNodePlacer(groupPlacer:com.yworks.yfiles.layout.tree:NodePlacer, childPlacer:com.yworks.yfiles.layout.tree:NodePlacer, init:Boolean) — Constructor, class com.yworks.yfiles.layout.tree.GroupedNodePlacer
Creates a new instance of GroupedNodePlacer that uses a groupPlacer to place the grouped nodes combined and a childPlacer to place the children within their group.
GroupedShuffleLayouter — class, package com.yworks.yfiles.layout.organic
This class uses a customizable shuffle layout algorithm to recursively remove node overlaps from grouped graph structures.
GroupedShuffleLayouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.organic.GroupedShuffleLayouter
grouping — Property, class com.yworks.yfiles.layout.hierarchic.HierarchicGroupLayouter
Returns the associated Grouping instance.
grouping — Property, class com.yworks.yfiles.layout.router.polyline.PathSearchConfiguration
Returns the grouping information of the graph.
groupingActive — Property, class com.yworks.yfiles.layout.ComponentLayouter
Getter: Determines whether or not grouping information bound to the graph will be used to calculate the components.
GroupingKeys — class, package com.yworks.yfiles.layout.grouping
This interface defines data provider keys for those layout algorithms that can handle hierarchically grouped graphs.
GroupingSupport — class, package com.yworks.yfiles.layout.hierarchic.incremental
Helper class that is used to manage hierarchically grouped graphs.
GroupingSupport(init:Boolean) — Constructor, class com.yworks.yfiles.layout.hierarchic.incremental.GroupingSupport
groupingSupported — Property, class com.yworks.yfiles.layout.tree.GenericTreeLayouter
Whether or not grouping support should be enabled.
groupingSupported — Property, class com.yworks.yfiles.layout.tree.TreeLayouter
Whether or not grouping support should be enabled.
GroupingSupport_Visitor — Interface, package com.yworks.yfiles.layout.hierarchic.incremental
Visitor interface that can be used to traverse the descendants of a group node
GROUP_KEY — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.ClassicLayerSequencer
This is the key, which must be used to register the DataProvider which contains the mappings between nodes and group ids.
groupMode — Property, class com.yworks.yfiles.layout.multipage.MultiPageLayouter
Specifies how to handle node grouping.
GROUP_MODE_ALL_NODES — Constant Static Property, class com.yworks.yfiles.layout.multipage.MultiPageLayouter
Node grouping specifier.
GROUP_MODE_IGNORE — Constant Static Property, class com.yworks.yfiles.layout.multipage.MultiPageLayouter
Node grouping specifier.
GROUP_MODE_ORIGINAL_NODES_ONLY — Constant Static Property, class com.yworks.yfiles.layout.multipage.MultiPageLayouter
Node grouping specifier.
groupNodeCompactness — Property, class com.yworks.yfiles.layout.organic.OrganicLayouter
Getter: Returns the group node compactness factor.
groupNodeCompactness — Property, class com.yworks.yfiles.layout.organic.SmartOrganicLayouter
Getter: Returns the group node compactness factor.
groupNodeCrossingPenalty — Property, class com.yworks.yfiles.layout.router.polyline.PenaltySettings
Specifies the penalty for an edge crossing a group node.
groupNodeHider — Property, class com.yworks.yfiles.layout.CanonicMultiStageLayouter
Specifies the LayoutStage that is responsible for hiding away grouping information for the layout algorithm.
GroupNodeHider — class, package com.yworks.yfiles.layout.grouping
A layout stage for hierarchically grouped graphs.
GroupNodeHider(init:Boolean) — Constructor, class com.yworks.yfiles.layout.grouping.GroupNodeHider
Creates a new instance of GroupNodeHider
groupNodeInsetsDPKey — Property, class com.yworks.yfiles.layout.grouping.InsetsGroupBoundsCalculator
Specifies the DataProvider key that is used to get the insets for the nodes.
GROUP_NODE_INSETS_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.grouping.GroupingKeys
This key is used to provide insets for group nodes.
GROUP_NODE_LAYOUTER_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.grouping.RecursiveGroupLayouter
com.yworks.yfiles.base.DataProvider key used to retrieve a com.yworks.yfiles.layout.Layouter instance for each group node.
GROUP_NODE_MODE_DATA — Constant Static Property, class com.yworks.yfiles.layout.organic.SmartOrganicLayouter
The data provider key for specifying how to handle group nodes.
GROUP_NODE_MODE_FIX_BOUNDS — Constant Static Property, class com.yworks.yfiles.layout.organic.SmartOrganicLayouter
Group node mode constant that can be used to tag a group node.
GROUP_NODE_MODE_FIX_CONTENTS — Constant Static Property, class com.yworks.yfiles.layout.organic.SmartOrganicLayouter
Group node mode constant that can be used to tag a group node.
GROUP_NODE_MODE_NORMAL — Constant Static Property, class com.yworks.yfiles.layout.organic.SmartOrganicLayouter
Group node mode constant that can be used to tag a group node.
groupNodePolicy — Property, class com.yworks.yfiles.layout.organic.OrganicLayouter
Getter: Returns the policy for group nodes.
GroupNodeRouterStage — class, package com.yworks.yfiles.layout.router
Layout stage for com.yworks.yfiles.layout.router.OrthogonalEdgeRouter that should be applied when routing edges in hierarchically grouped graphs.
GroupNodeRouterStage(init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.GroupNodeRouterStage
Creates a new instance of this class.
Groups — class, package com.yworks.yfiles.algo
This class provides methods for automatically partitioning nodes of a graph into groups.
Groups(init:Boolean) — Constructor, class com.yworks.yfiles.algo.Groups
groupTranspositionEnabled — Property, class com.yworks.yfiles.layout.hierarchic.incremental.DefaultLayerSequencer
Getter: Returns whether or not the group transposition heuristic should be used.
grow(dx:int, dy:int) — method, class com.yworks.bridge.geom.Rectangle
Resizes the Rectangle both horizontally and vertically.
grow(toMin:Number, toMax:Number, positive:Boolean) — method, class com.yworks.yfiles.geom.BorderLine
Grows this BorderLine horizontally, so that the values (getValueAt3()) of the BorderLine stay the same however their start (getMin()) and end (getMax()) points are moved in the direction of toMin and toMax.
gt(l1:com.yworks.bridge.util:LongImpl, l2:com.yworks.bridge.util:LongImpl) — Static Method , class com.yworks.bridge.util.LongImpl
GT — class, package com.yworks.yfiles.layout.planar
This class implements a powerful planar-subgraph heuristic.
GT(init:Boolean) — Constructor, class com.yworks.yfiles.layout.planar.GT
Returns a new instance of GT.
gte(l1:com.yworks.bridge.util:LongImpl, l2:com.yworks.bridge.util:LongImpl) — Static Method , class com.yworks.bridge.util.LongImpl
GT_EdgeListComparator — class, package com.yworks.yfiles.layout.planar
/main/java/y/layout/planar/GT.java:694
GT_EdgeListComparator(init:Boolean) — Constructor, class com.yworks.yfiles.layout.planar.GT_EdgeListComparator
GT_MIS1Comparator — class, package com.yworks.yfiles.layout.planar
Defines ordering for edges in the the first Maximum Independent Set.
GT_MIS1Comparator(init:Boolean) — Constructor, class com.yworks.yfiles.layout.planar.GT_MIS1Comparator
GT_MIS2Comparator — class, package com.yworks.yfiles.layout.planar
Defines ordering for edges in the second Maximum Independent Set.
GT_MIS2Comparator(init:Boolean) — Constructor, class com.yworks.yfiles.layout.planar.GT_MIS2Comparator
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