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  
unbalancedObstaclesCost — Property, class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
Specifies the costs incurred if the distribution after a subdivision of obstacles is unbalanced in sub-cells.
unbalancedRatioCost — Property, class com.yworks.yfiles.layout.router.polyline.DynamicObstacleDecomposition
Specifies the costs incurred if the subdivision produces unbalanced rectangles.
unconfigureComponentLayouter(graph:com.yworks.yfiles.layout:LayoutGraph, layouter:com.yworks.yfiles.layout:ComponentLayouter) — method, class com.yworks.yfiles.layout.organic.SmartOrganicLayouter
Resets the ComponentLayouter (componentLayouter) from the previous configureComponentLayouter() call.
unconfigureCoreLayout(graph:com.yworks.yfiles.layout:LayoutGraph, ihl:com.yworks.yfiles.layout.hierarchic.incremental:HierarchicLayouterImpl) — method, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Called after the actual layout is performed.
unconvertToLabelNode(labelNode:com.yworks.yfiles.base:Node) — method, interface com.yworks.yfiles.layout.hierarchic.incremental.ItemFactory
Reverts a label node to the previous kind of node
unhideAll() — method, class com.yworks.yfiles.util.GraphHider
Unhides all formerly hidden elements in the graph.
unhideAll() — method, class com.yworks.yfiles.util.GraphPartitionManager
Unhides all formerly hidden elements in the graph.
unhideAllEdges() — method, class com.yworks.yfiles.util.GraphHider
Unhides all formerly hidden edges in the graph.
unhideAllNodes() — method, class com.yworks.yfiles.util.GraphHider
Unhides all formerly hidden nodes in the graph.
unhideEdge(e:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.base.Graph
Unhides the given edge in this graph.
unhideEdge(e:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.util.GraphHider
Unhides the given edge.
unhideEdge(e:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.util.GraphPartitionManager
This method will be called whenever the partition manager is requested to unhide the given edge from the graph.
unhideEdgeCore(e:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.util.GraphHider
This method will be called whenever the hider is requested to unhide the given edge from the graph.
unhideEdges(edges:com.yworks.yfiles.base:EdgeList) — method, class com.yworks.yfiles.util.GraphHider
Unhides the given edges.
unhideEdges() — method, class com.yworks.yfiles.util.GraphPartitionManager
Unhides all formerly hidden edges in the graph.
unhideGroupNodes(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.grouping.GroupNodeHider
Unhides group nodes and adjacent edges from the graph that were previously hidden using method hideGroupNodes().
unhideGroupNodes() — method, class com.yworks.yfiles.layout.hierarchic.incremental.GroupingSupport
Unhides all previously hidden group nodes and adjacent edges
unhideNode(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.base.Graph
Unhides the given node in this graph.
unhideNode(v:com.yworks.yfiles.base:Node, unhideAdjacentEdges:Boolean) — method, class com.yworks.yfiles.util.GraphHider
Unhides the given node and if requested its adjacent edges.
unhideNode(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.util.GraphPartitionManager
This method will be called whenever the partition manager is requested to unhide the given node from the graph.
unhideNodeCore(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.util.GraphHider
This method will be called whenever the hider is requested to unhide the given node from the graph.
unhideNodes(nodes:com.yworks.yfiles.base:NodeList, unhideAdjacentEdges:Boolean) — method, class com.yworks.yfiles.util.GraphHider
Unhides the given nodes and if requested its adjacent edges.
unhideNodes() — method, class com.yworks.yfiles.util.GraphPartitionManager
Unhides all formerly hidden nodes in the graph.
unhidePartition(partitionId:Object) — method, class com.yworks.yfiles.util.GraphPartitionManager
Unhides nodes that have the given partitionId associated.
unhideSubgraph(graph:com.yworks.yfiles.base:Graph, ec:com.yworks.yfiles.base:EdgeCursor) — Static Method , class com.yworks.yfiles.util.GraphHider
Unhides the subgraph induced by the given edges in the given graph.
uniform(graph:com.yworks.yfiles.base:Graph, s:com.yworks.yfiles.base:Node, directed:Boolean, dist:Vector$Number) — Static Method , class com.yworks.yfiles.algo.ShortestPaths
This method solves the single-source shortest path problem for arbitrary graphs where each edge has a uniform cost of 1.0.
uniform(graph:com.yworks.yfiles.base:Graph) — Static Method , class com.yworks.yfiles.algo.SpanningTrees
Calculates a spanning tree for the given graph.
uniform2(graph:com.yworks.yfiles.base:Graph, s:com.yworks.yfiles.base:Node, directed:Boolean, dist:Vector$Number, pred:Vector$Object) — Static Method , class com.yworks.yfiles.algo.ShortestPaths
Like uniform() but additionally this method yields the path edges of each calculated shortest path.
uniform3(graph:com.yworks.yfiles.base:Graph, s:com.yworks.yfiles.base:Node, directed:Boolean, dist:com.yworks.yfiles.base:NodeMap, pred:com.yworks.yfiles.base:NodeMap) — Static Method , class com.yworks.yfiles.algo.ShortestPaths
Like uniform2() but uses NodeMaps instead of arrays.
uniformCost(graph:com.yworks.yfiles.base:Graph) — Static Method , class com.yworks.yfiles.algo.ShortestPaths
Convenience method that returns an array containing uniform edge costs of 1.0 for each edge of the given graph.
UNIFORM_STYLE — Constant Static Property, class com.yworks.yfiles.layout.orthogonal.OrthogonalLayouter
Layout style specifier.
UNIFY — Constant Static Property, class com.yworks.yfiles.layout.planar.PlanarInformation
unionOf(src1:com.yworks.bridge.geom:Rectangle2D, src2:com.yworks.bridge.geom:Rectangle2D, dst:com.yworks.bridge.geom:Rectangle2D) — Static Method , class com.yworks.bridge.geom.Rectangle2D
Unions the pair of specified source Rectangle2D objects and puts the result into the specified destination Rectangle2D object.
unionWith(r:com.yworks.bridge.geom:Rectangle) — method, class com.yworks.bridge.geom.Rectangle
Computes the union of this Rectangle with the specified Rectangle.
unMapValue(key:Object) — method, class com.yworks.graph.model.ConstantMapper
Changes the value to return for all keys to null.
unmodifiableCollection(collection:com.yworks.bridge.util:Collection) — Static Method , class com.yworks.bridge.util.Collections
Answers a wrapper on the specified Collection which throws an UnsupportedOperationException whenever an attempt is made to modify the Collection.
unmodifiableList(list:com.yworks.bridge.util:List) — Static Method , class com.yworks.bridge.util.Collections
Answers a wrapper on the specified List which throws an UnsupportedOperationException whenever an attempt is made to modify the List.
unmodifiableMap(map:com.yworks.bridge.util:Map) — Static Method , class com.yworks.bridge.util.Collections
Answers a wrapper on the specified Map which throws an UnsupportedOperationException whenever an attempt is made to modify the Map.
unmodifiableSet(_set:com.yworks.bridge.util:Set) — Static Method , class com.yworks.bridge.util.Collections
Answers a wrapper on the specified Set which throws an UnsupportedOperationException whenever an attempt is made to modify the Set.
unmodifiableSortedMap(map:com.yworks.bridge.util:SortedMap) — Static Method , class com.yworks.bridge.util.Collections
Answers a wrapper on the specified SortedMap which throws an UnsupportedOperationException whenever an attempt is made to modify the SortedMap.
unmodifiableSortedSet(_set:com.yworks.bridge.util:SortedSet) — Static Method , class com.yworks.bridge.util.Collections
Answers a wrapper on the specified SortedSet which throws an UnsupportedOperationException whenever an attempt is made to modify the SortedSet.
unprepare(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.BendConverter
Undoes the graph changes performed by prepare() after the core layouter has finished.
unsplitFace(edge:com.yworks.yfiles.base:Edge, oldFaces:Vector$Object, newFaces:Vector$Object) — method, class com.yworks.yfiles.layout.planar.DualPlanarInformation
unsplitFace(e:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.planar.PlanarInformation
this method unifies two faces separated by a single edge.
unsplitFace(edge:com.yworks.yfiles.base:Edge, oldFaces:Vector$Object, newFaces:Vector$Object) — method, interface com.yworks.yfiles.layout.planar.SubdivisionHandler
Faces are unsplit by removing an edge.
unsubdivide(splitEdges:Vector$Object, e:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.planar.DualPlanarInformation
unsubdivide(splitEdges:Vector$Object, e:com.yworks.yfiles.base:Edge) — method, interface com.yworks.yfiles.layout.planar.SubdivisionHandler
This method transfers edge information from split edges to the resulting edge.
unsubdivideEdge(dummyNode:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.planar.PlanarInformation
reconstruct the edge that was subdivided to gain the dummy node given as the parameter.
unsubscribe() — method, class com.yworks.yfiles.layout.planar.DualPlanarInformation
unwrap() — method, class com.yworks.yfiles.util.WrappedObjectDataProvider
Undoes a previous wrap() operation.
UP — Constant Static Property, class com.yworks.yfiles.layout.Direction
Decodes the up direction
updateConnectorShape() — method, class com.yworks.yfiles.layout.tree.GenericTreeLayouter_SubtreeShape
Adds the line segments of the connector shape to the bounds and borderlines of this SubTreeShape
updateContentRect — Property, class com.yworks.graph.model.LayoutExecutor
Gets or sets a value indicating whether the content rectangle property of the canvas should be updated upon completion.
updateEdgeRecoveryInfo(e:com.yworks.yfiles.base:Edge, segments:com.yworks.yfiles.base:EdgeList, spec:int) — method, class com.yworks.yfiles.layout.planar.PlanarInformation
this method collects bookkeeping information for consistent recovery.
updateLabelOrientation(label:com.yworks.yfiles.layout:LabelLayoutData, segmentDirection:com.yworks.yfiles.layout:Direction) — Static Method , class com.yworks.yfiles.layout.EdgeLabelOrientationSupport
Calculates and sets 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.
updatePos() — method, class com.yworks.yfiles.layout.organic.RemoveOverlapsLayoutStage
updates arrays x and y according to the current centers of the nodes
upperAngle — Property, class com.yworks.yfiles.layout.tree.BalloonLayouter_NodeInfo
The upper angle of the subtree wedge rooted at the node.
upX — Property, class com.yworks.yfiles.geom.YOrientedRectangle
Returns the x-component of this rectangle's up vector.
upY — Property, class com.yworks.yfiles.geom.YOrientedRectangle
Returns the y-component of this rectangle's up vector.
useAdaptiveMinEdgeDistance — Property, class com.yworks.yfiles.layout.hierarchic.incremental.DefaultDrawingDistanceCalculator
Specifies whether or not an adaptive minimum edge distance should be used.
useAlternativeSideHandling — Property, class com.yworks.yfiles.layout.labeling.AbstractLabelingAlgorithm
Getter: Returns true if the preference on which side of an edge a corresponding label should be placed is interpreted by human perception instead of always following the edge from source to target.
useBiconnectedComponents — Property, class com.yworks.yfiles.layout.planar.CombinatorialEmbedder
Specifies indicator for usage of bccs is allowed or not resp.
useCompaction — Property, class com.yworks.yfiles.layout.hierarchic.incremental.TypeBasedDrawingDistanceCalculator
Specifies whether or not the compaction option is enabled.
useCrossingPostprocessing — Property, class com.yworks.yfiles.layout.orthogonal.OrthogonalLayouter
Getter: Returns if post-processing is used to reduce the number of crossings.
useCustomBorderCapacity — Property, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
Getter: Returns whether a custom value for the capacity of the routing border is used.
useEdgeRerouting — Property, class com.yworks.yfiles.layout.planar.CombinatorialEmbedder
Specifies indicator for edge re-routing is allowed or not resp.
useFaceMaximization — Property, class com.yworks.yfiles.layout.orthogonal.OrthogonalLayouter
Specifies if the layouter should try to maximize one face of the embedding.
useFaceMaximization — Property, class com.yworks.yfiles.layout.planar.CombinatorialEmbedder
Specifies indicator if the usage of a face maximizer is wanted or not.
useLabelCompaction — Property, class com.yworks.yfiles.layout.hierarchic.incremental.SimplexNodePlacer
Specifies whether or not labels should be placed in a more compact style.
useLengthReduction — Property, class com.yworks.yfiles.layout.orthogonal.OrthogonalLayouter
Specifies if the algorithm optimizes over the length of the edges.
useNodeCompaction — Property, class com.yworks.yfiles.layout.hierarchic.incremental.SimplexNodePlacer
Specifies whether or not nodes should be placed in a more compact style with respect to layout width.
usePostprocessing — Property, class com.yworks.yfiles.layout.orthogonal.DirectedOrthogonalLayouter
Specifies if an additional postprocessing step is used that improves compactness and reduces the number of edge bends.
useRandomization — Property, class com.yworks.yfiles.layout.orthogonal.OrthogonalLayouter
Getter: Returns if a randomization strategy is used.
useRandomization — Property, class com.yworks.yfiles.layout.planar.CombinatorialEmbedder
Specifies whether randomization is used or not.
useSketchDrawing — Property, class com.yworks.yfiles.layout.orthogonal.DirectedOrthogonalLayouter
Specifies if the existing drawing should be used as sketch.
useSketchDrawing — Property, class com.yworks.yfiles.layout.orthogonal.OrthogonalLayouter
Specifies if the existing drawing should be used as sketch.
useSpacePostprocessing — Property, class com.yworks.yfiles.layout.orthogonal.OrthogonalLayouter
Getter: Returns if post-processing is used to reduce the space used by the drawing.
useTransposition — Property, class com.yworks.yfiles.layout.hierarchic.ClassicLayerSequencer
Getter: Returns whether or not the transposition heuristic should be used.
usingBends — Property, class com.yworks.yfiles.layout.router.OrganicEdgeRouter
Specifies whether given bend coordinates are taken into account when determining initial bend positions.
usingGroups — Property, class com.yworks.yfiles.layout.hierarchic.ClassicLayerSequencer
Specifies whether or not the layerer will preserve the groupings of nodes between each layer.
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