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  
SALabeling — class, package com.yworks.yfiles.layout.labeling
This class is based on the enhanced profit model and places the labels of a graph using a simulated annealing strategy taking into account the amount of overlaps of labels.
SALabeling(init:Boolean) — Constructor, class com.yworks.yfiles.layout.labeling.SALabeling
sameLayerEdgeCount() — method, interface com.yworks.yfiles.layout.hierarchic.incremental.NodeData
Returns the number of same layer edges that are associated with this node
sameLayerEdgeRoutingStyle — Property, class com.yworks.yfiles.layout.hierarchic.incremental.RoutingStyle
Specifies the routing style for same layer edges (i.e., edges whose source/target are assigned to the same layer).
SANDWICH_MASK — Constant Static Property, class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
Position mask that constrains the positions to NORTH and SOUTH.
scalarProduct(v1:com.yworks.yfiles.geom:YVector, v2:com.yworks.yfiles.geom:YVector) — Static Method , class com.yworks.yfiles.geom.YVector
Returns the value of the scalar product of two vectors.
scale(scx:Number, scy:Number) — method, class com.yworks.bridge.geom.AffineTransform
scale(factor:Number) — method, class com.yworks.yfiles.geom.YVector
Scales the vector by an factor.
scale — Property, class com.yworks.yfiles.layout.RemoveColinearBendsStage
Specifies the current scale, to which this stage will refer, when checking for collinearity.
SCALE — Constant Static Property, class com.yworks.yfiles.layout.transformer.GraphTransformer
Operation type constant.
scaleFactor — Property, class com.yworks.yfiles.layout.transformer.GraphTransformer
Sets the uniform scaling factor used for the SCALE operation.
scaleFactorX — Property, class com.yworks.yfiles.layout.transformer.GraphTransformer
Returns the scaling factor used for the x-coordinate.
scaleFactorY — Property, class com.yworks.yfiles.layout.transformer.GraphTransformer
Returns the scaling factor used for the y-coordinate.
scaleNodeSize — Property, class com.yworks.yfiles.layout.transformer.GraphTransformer
Getter: Returns whether or not to scale node sizes.
scaleToRect(g:com.yworks.yfiles.layout:LayoutGraph, rect:com.yworks.bridge.geom:Rectangle) — Static Method , class com.yworks.yfiles.layout.transformer.GraphTransformer
Scales the coordinates of the given graph in such a way that the resulting bounding box of the graph approximately equals the bounds of the given rectangle.
scaleX — Property, class com.yworks.bridge.geom.AffineTransform
scaleY — Property, class com.yworks.bridge.geom.AffineTransform
SCENTER — Constant Static Property, class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
Symbolic position specifier.
SCENTER — Constant Static Property, class com.yworks.yfiles.layout.RotatedDiscreteEdgeLabelLayoutModel
Symbolic position specifier.
scope — Property, class com.yworks.yfiles.geom.LineSegment
Returns the slope of the line segment.
scope — Property, class com.yworks.yfiles.layout.organic.SmartOrganicLayouter
Getter: Returns the scope of the layout.
scope — Property, class com.yworks.yfiles.layout.router.BusRouter
Getter: Returns the scope set for this router.
SCOPE_ALL — Constant Static Property, class com.yworks.yfiles.layout.organic.SmartOrganicLayouter
Scope constant - used for laying out all nodes.
SCOPE_ALL — Constant Static Property, class com.yworks.yfiles.layout.router.BusRouter
Scope constant - used for routing all edges in the graph.
SCOPE_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.BendConverter
DataProvider key used to specify the set of edges for which this stage will replace bends by nodes.
SCOPE_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.ParallelEdgeLayouter
A com.yworks.yfiles.base.DataProvider key that can be used to tell the stage whether edges should be included in or excluded from the calculation.
SCOPE_MAINLY_SUBSET — Constant Static Property, class com.yworks.yfiles.layout.organic.SmartOrganicLayouter
Scope constant - used for laying out mainly the subset of the nodes.
SCOPE_SUBSET — Constant Static Property, class com.yworks.yfiles.layout.organic.SmartOrganicLayouter
Scope constant - used for laying out the subset of nodes only.
SCOPE_SUBSET — Constant Static Property, class com.yworks.yfiles.layout.router.BusRouter
Scope constant - used for routing only a subset of edges.
secondEndPoint — Property, class com.yworks.yfiles.geom.LineSegment
Returns the second end point of the line segment.
sectorSize — Property, class com.yworks.yfiles.layout.radial.RadialLayouter_NodeInfo
Return the size in degrees of the sector the node is placed in.
sectorStart — Property, class com.yworks.yfiles.layout.radial.RadialLayouter_NodeInfo
Returns the start angle in degrees of the sector the node is placed in.
seed — Property, class com.yworks.bridge.util.Random
Sets an int value as seed.
seed — Property, class com.yworks.yfiles.layout.planar.VertexOrder
seed — Property, class com.yworks.yfiles.layout.random.RandomLayouter
Specifies the randomization seed, with which the layout will be generated.
segmentCount() — method, class com.yworks.yfiles.layout.router.polyline.Channel
Returns the number of segment infos in this channel.
segmentCount() — method, class com.yworks.yfiles.layout.router.polyline.EdgeInfo
Returns the number of segments of the edge.
segmentGroup — Property, class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
Getter: Returns the segment group this segment info belongs to or null if this segment info doesn't belong to any group.
segmentGroup — Property, class com.yworks.yfiles.layout.router.polyline.SegmentInfo
Sets the segment group for this segment info and its cell segment infos and adjusts their locationRange s to use the com.yworks.yfiles.layout.router.polyline.SegmentGroup.commonLocationRange.
SegmentGroup — class, package com.yworks.yfiles.layout.router.polyline
Represents a group of segments of different edges, that shall be combined at the common source or target side.
SegmentGroup(commonLocationRange:com.yworks.yfiles.layout.router.polyline:Interval, segmentInfos:com.yworks.bridge.util:List, init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.polyline.SegmentGroup
Creates a new segment group.
segmentGroupCount() — method, class com.yworks.yfiles.layout.router.polyline.Channel
Returns the number of segment groups in this channel.
segmentIndex — Property, class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
Returns the index of this info's segment.
SegmentInfo — class, package com.yworks.yfiles.layout.router.polyline
Stores information about the possible location of an orthogonal edge segment.
SegmentInfo(edge:com.yworks.yfiles.base:Edge, segmentIndex:int, segment:com.yworks.yfiles.geom:LineSegment, init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.polyline.SegmentInfo
Creates a new instance using a line segment to describe the edge segment.
segmentInfos — Property, class com.yworks.yfiles.layout.router.polyline.SegmentGroup
Returns the segment infos contained in this group.
segmentKeys() — method, class com.yworks.yfiles.layout.router.ChannelRouter
Returns an iterator over all added segment keys.
segmentNumber — Property, class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel_ModelParameter
Returns the index of the edge segment relative to which the label is placed.
selected — Property, class com.yworks.yfiles.layout.planar.VertexOrder
SELECTED_EDGES — Constant Static Property, class com.yworks.yfiles.layout.LayouterKeys
The data provider key used to look up the selected state of the edges of the graph to be laid out.
SELECTED_EDGES — Constant Static Property, class com.yworks.yfiles.layout.router.CollinearBendHider
DataProvider key for boolean edge data.
selectedEdgesDpKey — Property, class com.yworks.yfiles.layout.BendConverter
Specifies the DataProvider key to identify edges as selected.
selectedEdgesDpKey — Property, class com.yworks.yfiles.layout.PartitionLayouter_OrthogonalInterEdgeRouter
Specifies the DataProvider key to mark edges as selected.
selectedEdgesDpKey — Property, class com.yworks.yfiles.layout.PartitionLayouter_PolylineInterEdgeRouter
Specifies the DataProvider key to mark edges as selected.
selectedEdgesDpKey — Property, class com.yworks.yfiles.layout.router.BusRouter
Specifies the DataProvider key to mark edges as selected.
selectedEdgesDpKey — Property, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
Specifies the DataProvider key to mark edges as selected.
selectedEdgesDpKey — Property, class com.yworks.yfiles.layout.router.StraightLineEdgeRouter
Specifies the data provider key used to look up the selected state of the edges of the graph to be laid out.
selectedEdgesDpKey — Property, class com.yworks.yfiles.layout.router.polyline.EdgeRouter
Specifies the data provider key used to look up the selected state of the edges of the graph to be laid out.
selectedEdgesDpKey — Property, class com.yworks.yfiles.layout.router.polyline.PolylineLayoutStage
Specifies the data provider key used to look up the selected state of the edges of the graph to be laid out.
selectedLabelsDpKey — Property, class com.yworks.yfiles.layout.labeling.AbstractLabelingAlgorithm
Getter: Returns the labeling selection DataProvider key.
SELECTED_NODES — Constant Static Property, class com.yworks.yfiles.layout.LayouterKeys
The data provider key used to look up the selected state of the nodes of the graph to be laid out.
selectedNodesDpKey — Property, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
Specifies the DataProvider key to mark nodes as selected.
selectedNodesDpKey — Property, class com.yworks.yfiles.layout.router.StraightLineEdgeRouter
Specifies the data provider key used to look up the selected state of the nodes of the graph to be laid out.
selectedNodesDpKey — Property, class com.yworks.yfiles.layout.router.polyline.EdgeRouter
Specifies the data provider key used to look up the selected state of the nodes of the graph to be laid out.
selectedNodesDpKey — Property, class com.yworks.yfiles.layout.router.polyline.PolylineLayoutStage
Specifies the data provider key used to look up the selected state of the nodes of the graph to be laid out.
selectionModel — Property, class com.yworks.graph.model.CopiedLayoutIGraph
Get or set the selection model to use for the LayoutConstants.SELECTED_NODES and LayoutConstants.SELECTED_EDGES data provider implementations that are automatically bound to this instance.
selectionModel — Property, class com.yworks.graph.model.LayoutGraphAdapter
Gets the used ISelectionModel for the automatically registered DataProvider instances for LayoutConstants.SELECTED_NODES and LayoutConstants.SELECTED_EDGES.
selectNode(graphNodes:com.yworks.bridge.util:ArrayList, candidateList:com.yworks.bridge.util:ArrayList, neighbors:com.yworks.bridge.util:ArrayList, result:com.yworks.yfiles.base:NodeList) — method, class com.yworks.yfiles.layout.planar.VertexOrder
Selects a node form the candidate list and updates the data structures accordingly.
selfLoop — Property, class com.yworks.yfiles.base.Edge
Returns true if and only if this edge is a self-loop.
SelfloopCalculator — class, package com.yworks.yfiles.layout.hierarchic.incremental
This class can be used to calculate bend points for orthogonally routed self loops.
SelfloopCalculator(minFirstSegmentLength:Number, minEdgeDistance:Number, init:Boolean) — Constructor, class com.yworks.yfiles.layout.hierarchic.incremental.SelfloopCalculator
Creates a new instance of SelfloopCalculator using the given parameters for minimum first segment length and minimum distance between each pair of edges.
selfLoopLayouter — Property, class com.yworks.yfiles.layout.CanonicMultiStageLayouter
Getter: Returns the LayoutStage used for routing Self-loops.
SelfLoopLayouter — class, package com.yworks.yfiles.layout
A layout algorithm that routes the self-loops (reflexive edges) of a graph.
SelfLoopLayouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.SelfLoopLayouter
Instantiates a new SelfLoopLayouter.
selfLoopLayouterEnabled — Property, class com.yworks.yfiles.layout.CanonicMultiStageLayouter
Getter: Returns whether or not the SelfLoopLayouter is enabled.
selfloopRoutingStyle — Property, class com.yworks.yfiles.layout.hierarchic.incremental.RoutingStyle
Specifies the routing style for self-loops.
SelfLoopTool — class, package com.yworks.yfiles.layout.planar
This class handles the removal resp.
SelfLoopTool(_planar:com.yworks.yfiles.layout.planar:PlanarInformation, init:Boolean) — Constructor, class com.yworks.yfiles.layout.planar.SelfLoopTool
Returns a new instance of SelfLoopTool.
separateComponentsLayerer — Property, class com.yworks.yfiles.layout.hierarchic.incremental.TopologicalIncrementalLayerer
Specifies the com.yworks.yfiles.layout.hierarchic.incremental.Layerer instance used for the layering of separate components.
sequenceComparator — Property, class com.yworks.yfiles.layout.hierarchic.incremental.GivenSequenceSequencer
Specifies the comparator used by this GivenSequenceSequencer.
SequenceConstraintFactory — Interface, package com.yworks.yfiles.layout.hierarchic.incremental
Specifies the general contract for factory classes that can be used to associate sequence constraints to a graph.
SequenceConstraintFactoryCompanion — class, package com.yworks.yfiles.layout.hierarchic.incremental
SEQUENCE_CONSTRAINTS_MEMENTO_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.incremental.SequenceConstraintFactoryCompanion
DataProvider key to store the constraint graph.
sequenceNodeLayers(g:com.yworks.yfiles.layout:LayoutGraph, layers:com.yworks.yfiles.layout.hierarchic.incremental:Layers, ldp:com.yworks.yfiles.layout.hierarchic.incremental:LayoutDataProvider, itemFactory:com.yworks.yfiles.layout.hierarchic.incremental:ItemFactory) — method, class com.yworks.yfiles.layout.hierarchic.incremental.AsIsSequencer
sequenceNodeLayers(graph:com.yworks.yfiles.layout:LayoutGraph, glayers:com.yworks.yfiles.layout.hierarchic.incremental:Layers, ldp:com.yworks.yfiles.layout.hierarchic.incremental:LayoutDataProvider, itemFactory:com.yworks.yfiles.layout.hierarchic.incremental:ItemFactory) — method, class com.yworks.yfiles.layout.hierarchic.incremental.DefaultLayerSequencer
sequenceNodeLayers(graph:com.yworks.yfiles.layout:LayoutGraph, layers:com.yworks.yfiles.layout.hierarchic.incremental:Layers, ldp:com.yworks.yfiles.layout.hierarchic.incremental:LayoutDataProvider, itemFactory:com.yworks.yfiles.layout.hierarchic.incremental:ItemFactory) — method, class com.yworks.yfiles.layout.hierarchic.incremental.GivenSequenceSequencer
sequencer — Property, class com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl
Getter: Returns the current Sequencer instance.
Sequencer — Interface, package com.yworks.yfiles.layout.hierarchic.incremental
This interface is used by com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl to calculate the node orders of nodes within the layers in a com.yworks.yfiles.layout.hierarchic.incremental.Layers object.
SEQUENCE_VALUE_HOLDER_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Used for publishing the final sequencing information.
SEQUENCE_VALUE_HOLDER_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl
Used for publishing the final sequencing information.
SEQUENCING_PHASE — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.MementoSupportCompanion
Constant describing the second phase of the HierarchicLayouter algorithm.
SequentialLayouter — class, package com.yworks.yfiles.layout
This Layouter will take several com.yworks.yfiles.layout.Layouter implementations and will run these layout algorithms one after the other in the order in which they were added.
SequentialLayouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.SequentialLayouter
SeriesParallelLayouter — class, package com.yworks.yfiles.layout.seriesparallel
This class implements a layout algorithm for drawing series-parallel graphs.
SeriesParallelLayouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayouter
Creates a new SeriesParallelLayouter with default settings.
Set — Interface, package com.yworks.bridge.util
Set is a collection which does not allow duplicate elements.
setAlgorithmProperty(key:Object, value:Object) — method, class com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl
Provides access to implementation specific properties of the algorithms used internally.
setAllParents(children:com.yworks.yfiles.base:NodeList, parent:com.yworks.yfiles.base:Node) — Static Method , class com.yworks.graph.model.NodeHierarchy
Adds all nodes contained in the provided NodeList as children of the provided parent node.
setAnchor(x:Number, y:Number) — method, class com.yworks.yfiles.geom.YOrientedRectangle
Sets the anchor of this rectangle.
setBit(n:int) — method, class com.yworks.bridge.util.BigInteger
setBit(pos:int) — method, class com.yworks.bridge.util.BitSet
Sets the bit at index pos to 1.
setBits(pos1:int, pos2:int) — method, class com.yworks.bridge.util.BitSet
Sets the bits starting from pos1 to pos2.
setBitsValue(pos1:int, pos2:int, val:Boolean) — method, class com.yworks.bridge.util.BitSet
Sets the bits starting from pos1 to pos2 to the given boolean value.
setBitValue(pos:int, val:Boolean) — method, class com.yworks.bridge.util.BitSet
Sets the bit at index pos to the value.
setBool(dataHolder:Object, value:Boolean) — method, class com.yworks.graph.model.DataMapAdapter
setBool(key:com.yworks.yfiles.layout.planar:Face, value:Boolean) — method, interface com.yworks.yfiles.layout.planar.FaceMap
Associates the given boolean value to with the given edge.
setBool(dataHolder:Object, value:Boolean) — method, class com.yworks.yfiles.util.DataAcceptorAdapter
Subclasses may override this method to set boolean values associated with a data holder.
setBool(edge:Object, value:Boolean) — method, class com.yworks.yfiles.util.EdgeMapAdapter
Associates the given boolean value to with the given edge.
setBool(dataHolder:Object, value:Boolean) — method, class com.yworks.yfiles.util.Maps_HighPerformanceBoolMap
setBool(dataHolder:Object, value:Boolean) — method, class com.yworks.yfiles.util.Maps_HighPerformanceDoubleMap
setBool(dataHolder:Object, value:Boolean) — method, class com.yworks.yfiles.util.Maps_HighPerformanceIntMap
setBool(dataHolder:Object, value:Boolean) — method, class com.yworks.yfiles.util.Maps_HighPerformanceObjectMap
setBool(key:Object, value:Boolean) — method, class com.yworks.yfiles.util.NodeMapAdapter
Associates the given boolean value to with the given node.
setBounds(r:com.yworks.bridge.geom:Rectangle) — method, class com.yworks.bridge.geom.Rectangle
setBounds2(x:int, y:int, width:int, height:int) — method, class com.yworks.bridge.geom.Rectangle
Sets the bounding Rectangle of this Rectangle to the specified x, y, width, and height.
setCenter(cx:Number, cy:Number) — method, class com.yworks.yfiles.geom.YOrientedRectangle
Sets the anchor of the OrientedRectangle so that the center of the rectangle coincides with the given coordinate pair.
setCenter(x:Number, y:Number) — method, class com.yworks.yfiles.layout.DefaultNodeLayout
Sets the center coordinates of the node.
setCenter(v:com.yworks.yfiles.base:Node, x:Number, y:Number) — method, class com.yworks.yfiles.layout.LayoutGraph
Sets the center coordinates of the given node.
setCenter(node:com.yworks.yfiles.base:Node, x:Number, y:Number) — method, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
Sets the center for the node.
setCenter2(node:com.yworks.yfiles.base:Node, position:com.yworks.yfiles.geom:YPoint) — method, class com.yworks.yfiles.layout.LayoutGraph
Sets the position of a node in a drawing.
setCenterX(node:com.yworks.yfiles.base:Node, x:Number) — method, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
Sets the center of the node.
setCenterY(node:com.yworks.yfiles.base:Node, y:Number) — method, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
Sets the center of the node.
setChannel(min:Number, max:Number, orientation:int) — method, class com.yworks.yfiles.layout.router.ChannelRouter
Sets the channel bounds and direction.
setCurrentEdge(currentEdge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.router.polyline.PathSearchContext
Specifies the edge that is routed.
setCurrentLocation(segmentInfo:com.yworks.yfiles.layout.router.polyline:SegmentInfo, location:Number) — method, class com.yworks.yfiles.layout.router.polyline.Channel
Sets 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).
setDaemon(b:Boolean) — method, class com.yworks.bridge.util.Thread
setDirectlyConnectSameLayerEdge(sameLayerEdge:com.yworks.yfiles.base:Edge) — method, interface com.yworks.yfiles.layout.hierarchic.incremental.ItemFactory
Converts a normal edge to a com.yworks.yfiles.layout.hierarchic.incremental.EdgeDataConstants.TYPE_DIRECT_SAME_LAYER_EDGE.
setDistances(minDistance:Number, maxDistance:Number) — method, class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
Sets the minimum and maximum distances between the label's bounding box and the edge's path.
setDouble(dataHolder:Object, value:Number) — method, class com.yworks.graph.model.DataMapAdapter
setDouble(key:com.yworks.yfiles.layout.planar:Face, value:Number) — method, interface com.yworks.yfiles.layout.planar.FaceMap
Associates the given double value to with the given edge.
setDouble(dataHolder:Object, value:Number) — method, class com.yworks.yfiles.util.DataAcceptorAdapter
Subclasses may override this method to set double values associated with a data holder.
setDouble(edge:Object, value:Number) — method, class com.yworks.yfiles.util.EdgeMapAdapter
Associates the given double value to with the given edge.
setDouble(dataHolder:Object, value:Number) — method, class com.yworks.yfiles.util.Maps_HighPerformanceBoolMap
setDouble(dataHolder:Object, value:Number) — method, class com.yworks.yfiles.util.Maps_HighPerformanceDoubleMap
setDouble(dataHolder:Object, value:Number) — method, class com.yworks.yfiles.util.Maps_HighPerformanceIntMap
setDouble(dataHolder:Object, value:Number) — method, class com.yworks.yfiles.util.Maps_HighPerformanceObjectMap
setDouble(key:Object, value:Number) — method, class com.yworks.yfiles.util.NodeMapAdapter
Associates the given double value to with the given node.
setEdgeLabelLayout(edge:Object, layout:Vector$Object) — method, class com.yworks.yfiles.layout.DefaultGraphLayout
Sets the edge label layouts associated with the given edge.
setEdgeLabelLayouts(edge:com.yworks.yfiles.base:Edge, layout:Vector$Object) — method, class com.yworks.yfiles.layout.DefaultLayoutGraph
Sets the EdgeLabelLayout objects which describe the layouts of the labels that belong to the given edge.
setEdgeLayout(edge:Object, layout:com.yworks.yfiles.layout:EdgeLayout) — method, class com.yworks.yfiles.layout.DefaultGraphLayout
Sets the layout information associated with the given edge object.
setEdgeLayout(e:com.yworks.yfiles.base:Edge, layout:com.yworks.yfiles.layout:EdgeLayout) — method, class com.yworks.yfiles.layout.DefaultLayoutGraph
Sets the layout information for an edge in the drawing.
setEdges(edges:com.yworks.yfiles.base:EdgeList) — method, class com.yworks.yfiles.layout.router.polyline.PathSearchContext
Sets the list of edges that shall be routed.
setEndPointsAbs(edge:com.yworks.yfiles.base:Edge, source:com.yworks.yfiles.geom:YPoint, target:com.yworks.yfiles.geom:YPoint) — method, class com.yworks.yfiles.layout.LayoutGraph
Set the two end points of an edge in absolute coordinates.
setEntrance(position:int, entrance:com.yworks.yfiles.layout.router.polyline:CellEntrance) — method, class com.yworks.yfiles.layout.router.polyline.Path
Replaces the com.yworks.yfiles.layout.router.polyline.CellEntrance at the given position of this path with the given com.yworks.yfiles.layout.router.polyline.CellEntrance.
setFace(key:com.yworks.yfiles.layout.planar:Face, value:Object) — method, interface com.yworks.yfiles.layout.planar.FaceMap
Associates the given value to with the given edge.
setFaceOf(edge:com.yworks.yfiles.base:Edge, face:com.yworks.yfiles.layout.planar:Face) — method, class com.yworks.yfiles.layout.planar.SimplePlanarInformation
Sets to which face an edge belongs.
setFrame(x:Number, y:Number, width:Number, height:Number) — method, class com.yworks.bridge.geom.Rectangle2D
Sets the location and size of the outer bounds of this Rectangle2D to the specified rectangular values.
setFrame2(loc:com.yworks.bridge.geom:Point2D, size:com.yworks.bridge.geom:Dimension) — method, class com.yworks.bridge.geom.Rectangle2D
setFrameFromCenter(center:com.yworks.bridge.geom:Point2D, corner:com.yworks.bridge.geom:Point2D) — method, class com.yworks.bridge.geom.Rectangle2D
Sets the framing rectangle of this Shape based on a specified center Point2D and corner Point2D.
setFrameFromCenter2(centerX:Number, centerY:Number, cornerX:Number, cornerY:Number) — method, class com.yworks.bridge.geom.Rectangle2D
Sets the framing rectangle of this Shape based on the specified center point coordinates and corner point coordinates.
setFrameFromDiagonal(p1:com.yworks.bridge.geom:Point2D, p2:com.yworks.bridge.geom:Point2D) — method, class com.yworks.bridge.geom.Rectangle2D
Sets the diagonal of the framing rectangle of this Shape based on the two specified coordinates.
setFrameFromDiagonal2(x1:Number, y1:Number, x2:Number, y2:Number) — method, class com.yworks.bridge.geom.Rectangle2D
Sets the diagonal of the framing rectangle of this Shape based on the two specified coordinates.
setGridOffset(offsetX:Number, offsetY:Number) — method, class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
Can be used to set the grid origin.
setGridOrigin(x:int, y:int) — method, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
Sets a grid point coordinate used when grid routing is enabled.
setGroupNode(node:com.yworks.yfiles.base:Node, isGroupNode:Boolean) — Static Method , class com.yworks.graph.model.NodeHierarchy
Set whether the provided node should be considered a group node.
setInertia(node:com.yworks.yfiles.base:Node, inertia:Number) — method, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
Set the inertia for the node.
setInfo(c:com.yworks.yfiles.base:ListCell, value:Object) — method, class com.yworks.yfiles.base.YList
Updates the element stored in the given list cell with the given object.
setInsets(top:int, left:int, bottom:int, right:int) — method, class com.yworks.bridge.geom.Insets
setInt(dataHolder:Object, value:int) — method, class com.yworks.graph.model.DataMapAdapter
setInt(key:com.yworks.yfiles.layout.planar:Face, value:int) — method, interface com.yworks.yfiles.layout.planar.FaceMap
Associates the given integer value to with the given edge.
setInt(dataHolder:Object, value:int) — method, class com.yworks.yfiles.util.DataAcceptorAdapter
Subclasses may override this method to set integer values associated with a data holder.
setInt(edge:Object, value:int) — method, class com.yworks.yfiles.util.EdgeMapAdapter
Associates the given integer value to with the given edge.
setInt(dataHolder:Object, value:int) — method, class com.yworks.yfiles.util.Maps_HighPerformanceBoolMap
setInt(dataHolder:Object, value:int) — method, class com.yworks.yfiles.util.Maps_HighPerformanceDoubleMap
setInt(dataHolder:Object, value:int) — method, class com.yworks.yfiles.util.Maps_HighPerformanceIntMap
setInt(dataHolder:Object, value:int) — method, class com.yworks.yfiles.util.Maps_HighPerformanceObjectMap
setInt(key:Object, value:int) — method, class com.yworks.yfiles.util.NodeMapAdapter
Associates the given integer value to with the given node.
setIsInsertedEdge(edge:com.yworks.yfiles.base:Edge, value:Boolean) — method, class com.yworks.yfiles.layout.planar.SimplePlanarInformation
Sets if an edge had been inserted in the planarization process.
setItemAt(location:int, object:Object) — method, class com.yworks.bridge.util.AbstractList
Replaces the element at the specified location in this List with the specified object.
setItemAt(location:int, object:Object) — method, class com.yworks.bridge.util.AbstractSequentialList
Replaces the element at the specified location in this List with the specified object.
setItemAt(location:int, object:Object) — method, class com.yworks.bridge.util.ArrayList
Replaces the element at the specified location in this ArrayList with the specified object.
setItemAt(location:int, object:Object) — method, class com.yworks.bridge.util.LinkedList
Replaces the element at the specified location in this LinkedList with the specified object.
setItemAt(location:int, object:Object) — method, interface com.yworks.bridge.util.List
Replaces the element at the specified location in this List with the specified object.
setItemAt(index:int, element:Object) — method, class com.yworks.yfiles.base.YList
setLayout(v:com.yworks.yfiles.base:Node, layout:com.yworks.yfiles.layout:NodeLayout) — method, class com.yworks.yfiles.layout.DefaultLayoutGraph
Sets the layout information for a node in the drawing.
setLength(length:int) — method, class com.yworks.bridge.util.StringBuilder
setLocation(x:Number, y:Number) — method, class com.yworks.bridge.geom.Point2D
Sets the location of this Point2D to the specified double coordinates.
setLocation(x:Number, y:Number) — method, class com.yworks.bridge.geom.Point2DDouble
Sets the location of this Point2D to the specified double coordinates.
setLocation(x:int, y:int) — method, class com.yworks.bridge.geom.Rectangle
Moves this Rectangle to the specified location.
setLocation(x:Number, y:Number) — method, class com.yworks.yfiles.layout.DefaultNodeLayout
setLocation(x:Number, y:Number) — method, class com.yworks.yfiles.layout.LabelLayoutData
Sets the coordinates of the upper-left corner of the bounding box of the label.
setLocation(v:com.yworks.yfiles.base:Node, x:Number, y:Number) — method, class com.yworks.yfiles.layout.LayoutGraph
Sets the upper left coordinates of the given node.
setLocation(x:Number, y:Number) — method, interface com.yworks.yfiles.layout.NodeLayout
Sets the coordinates of the upper left corner of the node.
setLocationToPoint(node:com.yworks.yfiles.base:Node, position:com.yworks.yfiles.geom:YPoint) — method, class com.yworks.yfiles.layout.LayoutGraph
Set the position of the node in a drawing.
setMaximalBounds(graph:com.yworks.yfiles.layout:LayoutGraph, x:Number, y:Number, w:Number, h:Number) — Static Method , class com.yworks.yfiles.layout.transformer.GraphTransformer
Assures that the given graph fits into the given rectangular bounds.
setMaxValue(min:Number, max:Number, value:Number) — method, class com.yworks.yfiles.geom.BorderLine
Assures that all values in the given interval are greater or equal than the given value.
setMinValue(min:Number, max:Number, value:Number) — method, class com.yworks.yfiles.geom.BorderLine
Assures that all values in the given interval are less or equal than the given value.
setNodeLabelLayout(node:Object, layout:Vector$Object) — method, class com.yworks.yfiles.layout.DefaultGraphLayout
Sets the node label layouts associated with the given node.
setNodeLabelLayout(node:com.yworks.yfiles.base:Node, layout:com.yworks.yfiles.layout:NodeLabelLayout) — method, class com.yworks.yfiles.layout.DefaultLayoutGraph
Sets the NodeLabelLayout object which describes the layout of the label that belongs to the given node.
setNodeLabelLayouts(node:com.yworks.yfiles.base:Node, llayout:Vector$Object) — method, class com.yworks.yfiles.layout.DefaultLayoutGraph
Sets the NodeLabelLayout objects which describe the layouts of the labels that belong to the given node.
setNodeLayout(node:Object, layout:com.yworks.yfiles.layout:NodeLayout) — method, class com.yworks.yfiles.layout.DefaultGraphLayout
Sets the layout information associated with the given node object.
setObject(dataHolder:Object, value:Object) — method, class com.yworks.graph.model.DataMapAdapter
setObject(dataHolder:Object, value:Object) — method, class com.yworks.yfiles.util.DataAcceptorAdapter
Subclasses may override this method to set object values associated with a data holder.
setObject(edge:Object, value:Object) — method, class com.yworks.yfiles.util.EdgeMapAdapter
Associates the given value to with the given edge.
setObject(dataHolder:Object, value:Object) — method, class com.yworks.yfiles.util.Maps_HighPerformanceBoolMap
setObject(dataHolder:Object, value:Object) — method, class com.yworks.yfiles.util.Maps_HighPerformanceDoubleMap
setObject(dataHolder:Object, value:Object) — method, class com.yworks.yfiles.util.Maps_HighPerformanceIntMap
setObject(dataHolder:Object, value:Object) — method, class com.yworks.yfiles.util.Maps_HighPerformanceObjectMap
setObject(key:Object, value:Object) — method, class com.yworks.yfiles.util.NodeMapAdapter
Associates the given value to with the given node.
setOrigin(graph:com.yworks.yfiles.layout:LayoutGraph, nl:com.yworks.yfiles.base:NodeList, el:com.yworks.yfiles.base:EdgeList, org:com.yworks.yfiles.geom:YPoint, r:com.yworks.yfiles.geom:YRectangle) — method, class com.yworks.yfiles.layout.ComponentLayouter
Sets the origin for a subgraph.
setParent(child:com.yworks.yfiles.base:Node, parent:com.yworks.yfiles.base:Node) — Static Method , class com.yworks.graph.model.NodeHierarchy
Set the parent node for a given node.
setPath(edge:com.yworks.yfiles.base:Edge, path:com.yworks.yfiles.base:YList) — method, class com.yworks.yfiles.layout.LayoutGraph
Sets the path of an edge.
setPath(edge:com.yworks.yfiles.base:Edge, path:com.yworks.yfiles.layout.router.polyline:Path) — method, class com.yworks.yfiles.layout.router.polyline.PathSearchResult
Sets a found path for an edge.
setPath2(edge:com.yworks.yfiles.base:Edge, path:com.yworks.yfiles.geom:YPointPath) — method, class com.yworks.yfiles.layout.LayoutGraph
Sets the path of an edge.
setPoint(index:int, x:Number, y:Number) — method, class com.yworks.yfiles.layout.DefaultEdgeLayout
setPoint(index:int, x:Number, y:Number) — method, interface com.yworks.yfiles.layout.EdgeLayout
Sets the coordinates of the control point at position index of the sequence.
setPoint(radius:Number, theta:Number) — method, class com.yworks.yfiles.layout.FreeEdgeLabelLayoutModel_ModelParameter
Sets angle and radius for this class.
setPoint(dx:Number, dy:Number) — method, class com.yworks.yfiles.layout.FreeNodeLabelLayoutModel_ModelParameter
Sets the node label's offset.
setPoints(edge:com.yworks.yfiles.base:Edge, points:com.yworks.yfiles.geom:YPointPath) — method, class com.yworks.yfiles.layout.LayoutGraph
Sets the control points of an edge.
setPointsFromList(edge:com.yworks.yfiles.base:Edge, points:com.yworks.yfiles.base:YList) — method, class com.yworks.yfiles.layout.LayoutGraph
Sets the control points of an edge.
setPortBorderGapRatio(side:int, ratio:Number) — method, class com.yworks.yfiles.layout.hierarchic.incremental.NodeLayoutDescriptor
Sets the port border gap ratio for the port distribution at the given side.
setPreferedLayoutSize(width:Number, height:Number) — method, class com.yworks.yfiles.layout.transformer.GraphTransformer
Sets the preferred layout size for this layouter.
setPreferredEdgeLength(edge:com.yworks.yfiles.base:Edge, newEdgeLength:Number) — method, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
Sets the preferred edge length for the given edge.
setPreferredLayoutSize(width:Number, height:Number) — method, class com.yworks.yfiles.layout.ComponentLayouter
Sets the preferred layout size for this layouter.
setProperty(key:String, value:Object) — method, class com.yworks.yfiles.layout.router.BusRouter
Provides access to implementation specific properties of the algorithms used internally.
setRadius(node:com.yworks.yfiles.base:Node, radius:Number) — method, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
Sets the radius for the given node
setRect(x:Number, y:Number, width:Number, height:Number) — method, class com.yworks.bridge.geom.Rectangle
Sets the bounds of this Rectangle to the specified x, y, width, and height.
setRect(x:Number, y:Number, width:Number, height:Number) — method, class com.yworks.bridge.geom.Rectangle2D
Sets the location and size of this Rectangle2D to the specified double values.
setRect(x:Number, y:Number, width:Number, height:Number) — method, class com.yworks.bridge.geom.Rectangle2DDouble
setReverse(e1:com.yworks.yfiles.base:Edge, e2:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.planar.SimplePlanarInformation
Set two edges as reverse to each other.
setScaleFactors(xFactor:Number, yFactor:Number) — method, class com.yworks.yfiles.layout.transformer.GraphTransformer
Sets the scaling factors for the x-coordinates and y-coordinates used for the SCALE operation.
setSize(width:int, height:int) — method, class com.yworks.bridge.geom.Dimension
setSize(width:int, height:int) — method, class com.yworks.bridge.geom.Rectangle
Sets the size of this Rectangle to the specified width and height.
setSize(width:Number, height:Number) — method, class com.yworks.yfiles.geom.YOrientedRectangle
Sets the size of this rectangle.
setSize(width:Number, height:Number) — method, class com.yworks.yfiles.layout.DefaultNodeLayout
setSize(width:Number, height:Number) — method, class com.yworks.yfiles.layout.LabelLayoutData
Sets the width (com.yworks.yfiles.geom.YOrientedRectangle.width) and height (com.yworks.yfiles.geom.YOrientedRectangle.height) of the oriented bounds (bounds) of this label.
setSize(v:com.yworks.yfiles.base:Node, w:Number, h:Number) — method, class com.yworks.yfiles.layout.LayoutGraph
Sets the size of the given node.
setSize(width:Number, height:Number) — method, interface com.yworks.yfiles.layout.NodeLayout
Sets the size of the node.
setSize2(width:Number, height:Number) — method, class com.yworks.bridge.geom.Dimension
setSize2(node:com.yworks.yfiles.base:Node, size:com.yworks.yfiles.geom:YDimension) — method, class com.yworks.yfiles.layout.LayoutGraph
Set the size of the node in a drawing.
setSloped(min:Number, max:Number, value:Number, slope:Number) — method, class com.yworks.yfiles.geom.BorderLine
Sets a specific interval to a slope starting at a given value.
setSourcePointAbs(edge:com.yworks.yfiles.base:Edge, point:com.yworks.yfiles.geom:YPoint) — method, class com.yworks.yfiles.layout.LayoutGraph
Sets the coordinates of the source end point of an edge in absolute coordinates.
setSourcePointRel(edge:com.yworks.yfiles.base:Edge, point:com.yworks.yfiles.geom:YPoint) — method, class com.yworks.yfiles.layout.LayoutGraph
Sets the coordinates of the source end point of an edge in relative coordinates to the center of the source node.
setStress(node:com.yworks.yfiles.base:Node, stress:Number) — method, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
Sets the stress for the given node.
setTargetPointAbs(edge:com.yworks.yfiles.base:Edge, point:com.yworks.yfiles.geom:YPoint) — method, class com.yworks.yfiles.layout.LayoutGraph
Sets the coordinates of the target end point of an edge in absolute coordinates.
setTargetPointRel(edge:com.yworks.yfiles.base:Edge, point:com.yworks.yfiles.geom:YPoint) — method, class com.yworks.yfiles.layout.LayoutGraph
Sets the coordinates of the target end point of an edge in relative coordinates to the center of the target node.
setTemporaryEdgeGroups(edge:com.yworks.yfiles.base:Edge, sgId:Object, tgId:Object) — method, interface com.yworks.yfiles.layout.hierarchic.incremental.ItemFactory
Sets a edge group constraint for an edge.
setTemporaryPortConstraint(edge:com.yworks.yfiles.base:Edge, source:Boolean, pc:com.yworks.yfiles.layout:PortConstraint) — method, interface com.yworks.yfiles.layout.hierarchic.incremental.ItemFactory
Sets a port constraint for an edge at the given side.
setToIdentity() — method, class com.yworks.bridge.geom.AffineTransform
setToRotation(angle:Number, px:Number, py:Number) — method, class com.yworks.bridge.geom.AffineTransform
setToScale(scx:Number, scy:Number) — method, class com.yworks.bridge.geom.AffineTransform
setToShear(shx:Number, shy:Number) — method, class com.yworks.bridge.geom.AffineTransform
setToTranslation(mx:Number, my:Number) — method, class com.yworks.bridge.geom.AffineTransform
setTransform(t:com.yworks.bridge.geom:AffineTransform) — method, class com.yworks.bridge.geom.AffineTransform
setTransform2(m00:Number, m10:Number, m01:Number, m11:Number, m02:Number, m12:Number) — method, class com.yworks.bridge.geom.AffineTransform
setType(node:com.yworks.yfiles.base:Node, type:int) — method, class com.yworks.yfiles.layout.planar.PlanarInformation
Sets the type for a node.
setUpVector(upX:Number, upY:Number) — method, class com.yworks.yfiles.geom.YOrientedRectangle
Sets the components of the up vector to the new values.
setValue(object:Object) — method, interface com.yworks.bridge.util.MapEntry
Sets the value.
setValue(min:Number, max:Number, value:Number) — method, class com.yworks.yfiles.geom.BorderLine
Sets a specific interval described by min and max to a given value.
shakePartition(partition:com.yworks.yfiles.base:YList, direction:int) — method, class com.yworks.yfiles.layout.hierarchic.PendularDrawer
Shakes a given partition of a Layer, i.e.
SHEAD — Constant Static Property, class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
Symbolic position specifier.
SHEAD — Constant Static Property, class com.yworks.yfiles.layout.RotatedDiscreteEdgeLabelLayoutModel
Symbolic position specifier.
shear(shx:Number, shy:Number) — method, class com.yworks.bridge.geom.AffineTransform
shearX — Property, class com.yworks.bridge.geom.AffineTransform
shearY — Property, class com.yworks.bridge.geom.AffineTransform
shiftLeft(n:int) — method, class com.yworks.bridge.util.BigInteger
shiftRight(n:int) — method, class com.yworks.bridge.util.BigInteger
shl(l:com.yworks.bridge.util:LongImpl, bits:int) — Static Method , class com.yworks.bridge.util.LongImpl
shortestPair(graph:com.yworks.yfiles.base:Graph, source:com.yworks.yfiles.base:Node, target:com.yworks.yfiles.base:Node, directed:Boolean, costDP:com.yworks.yfiles.base:DataProvider) — Static Method , class com.yworks.yfiles.algo.ShortestPaths
Returns two edge-disjoint paths from in a nonnegatively-weighted directed graph, so that both paths connect s and t and have minimum total length.
ShortestPaths — class, package com.yworks.yfiles.algo
Provides diverse algorithms and helper methods for solving the shortest path problem on weighted graphs.
ShortestPaths(init:Boolean) — Constructor, class com.yworks.yfiles.algo.ShortestPaths
shortLog(msg:Object) — Static Method , class com.yworks.yfiles.util.LoggingUtil
Like log(), but omits newline.
shortLog2(source:Object, msg:Object) — Static Method , class com.yworks.yfiles.util.LoggingUtil
Like log3(), but does not append a newline to the output.
shortLog3(level:int, output:String) — Static Method , class com.yworks.yfiles.util.LoggingUtil
Like log2(), but uses no line-feed.
shortValue() — method, class com.yworks.bridge.util.BigInteger
show(ex:Error) — Static Method , class com.yworks.yfiles.util.LoggingUtil
Displays the stack trace generated by the given exception in a dialog window.
showCircularEdgeOrder() — method, class com.yworks.yfiles.layout.planar.SimplePlanarInformation
Prints circular edge order on output.
showEdgePartitionResult(MIS1:com.yworks.bridge.util:ArrayList, MIS2:com.yworks.bridge.util:ArrayList) — method, class com.yworks.yfiles.layout.planar.GT
showEdgeRecoveryInfo(verbose:Boolean) — method, class com.yworks.yfiles.layout.planar.PlanarInformation
this method shows all edges being split to planarize the graph and what has become of them (a list of subedges).
showError(obj:Object) — Static Method , class com.yworks.yfiles.util.LoggingUtil
Displays the string representation of the given object in a dialog window.
showFaces() — method, class com.yworks.yfiles.layout.planar.SimplePlanarInformation
Prints faces on output.
showGraphicDebug(MIS1:com.yworks.yfiles.base:EdgeList, MIS2:com.yworks.yfiles.base:EdgeList, orderNumbers:Vector$int) — method, class com.yworks.yfiles.layout.planar.GT
showIncidentEdges(MIS1Incidents:com.yworks.yfiles.base:NodeMap, MIS2Incidents:com.yworks.yfiles.base:NodeMap, downwardLink:com.yworks.yfiles.base:EdgeMap, upwardLink:com.yworks.yfiles.base:EdgeMap) — method, class com.yworks.yfiles.layout.planar.GT
showVertexOrder(orderNumbers:Vector$int) — method, class com.yworks.yfiles.layout.planar.GT
shr(l:com.yworks.bridge.util:LongImpl, bits:int) — Static Method , class com.yworks.bridge.util.LongImpl
shru(l:com.yworks.bridge.util:LongImpl, bits:int) — Static Method , class com.yworks.bridge.util.LongImpl
shuffle(list:com.yworks.bridge.util:List) — Static Method , class com.yworks.bridge.util.Collections
Moves every element of the List to a random new position in the list.
shuffle2(list:com.yworks.bridge.util:List, random:com.yworks.bridge.util:Random) — Static Method , class com.yworks.bridge.util.Collections
Moves every element of the List to a random new position in the list using the specified random number generator.
shuffleLayouter — Property, class com.yworks.yfiles.layout.organic.GroupedShuffleLayouter
Specifies the layouter instance, that will be used for shuffling (removing node overlaps).
ShuffleLayouter — class, package com.yworks.yfiles.layout.organic
This layout stage removes node overlaps in a layout graph by using a method which is based on a famous russian arcade game.
ShuffleLayouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.organic.ShuffleLayouter
Creates a new instance of ShuffleLayouter.
side — Property, class com.yworks.yfiles.layout.PortConstraint
Returns the side of a node at which a port should connect.
sideAbsoluteWithLeftInNorth — Property, class com.yworks.yfiles.layout.PreferredPlacementDescriptor
Returns if the preferred side specified by com.yworks.yfiles.layout.LabelLayoutConstants.PLACE_LEFT_OF_EDGE and com.yworks.yfiles.layout.LabelLayoutConstants.PLACE_RIGHT_OF_EDGE is interpreted absolute and on horizontal segments, labels with preferred side com.yworks.yfiles.layout.LabelLayoutConstants.PLACE_LEFT_OF_EDGE are placed above the segment.
sideAbsoluteWithRightInNorth — Property, class com.yworks.yfiles.layout.PreferredPlacementDescriptor
Returns if the preferred side specified by com.yworks.yfiles.layout.LabelLayoutConstants.PLACE_LEFT_OF_EDGE and com.yworks.yfiles.layout.LabelLayoutConstants.PLACE_RIGHT_OF_EDGE is interpreted absolute and on horizontal segments, labels with preferred side com.yworks.yfiles.layout.LabelLayoutConstants.PLACE_RIGHT_OF_EDGE are placed above the segment.
SIDE_IS_ABSOLUTE_WITH_LEFT_IN_NORTH — Constant Static Property, class com.yworks.yfiles.layout.PreferredPlacementDescriptor
Side placement specifier for edge labels.
SIDE_IS_ABSOLUTE_WITH_RIGHT_IN_NORTH — Constant Static Property, class com.yworks.yfiles.layout.PreferredPlacementDescriptor
Side placement specifier for edge labels.
SIDE_IS_RELATIVE_TO_EDGE_FLOW — Constant Static Property, class com.yworks.yfiles.layout.PreferredPlacementDescriptor
Side placement specifier for edge labels.
sideOfCircle(a:com.yworks.yfiles.geom:YPoint, b:com.yworks.yfiles.geom:YPoint, c:com.yworks.yfiles.geom:YPoint, d:com.yworks.yfiles.geom:YPoint) — Static Method , class com.yworks.yfiles.geom.Geom
Returns +1 if point d lies left of the directed circle through points a, b, and c, 0 if a,b,c and d are cocircular, and -1 otherwise.
sideOfEdge — Property, class com.yworks.yfiles.layout.PreferredPlacementDescriptor
Specifies the preferred side of the edge.
sideReference — Property, class com.yworks.yfiles.layout.PreferredPlacementDescriptor
Getter: Specifies how to interpret the preferred side as given by com.yworks.yfiles.layout.LabelLayoutConstants.PLACE_LEFT_OF_EDGE and com.yworks.yfiles.layout.LabelLayoutConstants.PLACE_RIGHT_OF_EDGE.
sideRelativeToEdgeFlow — Property, class com.yworks.yfiles.layout.PreferredPlacementDescriptor
Returns if the preferred side specified by com.yworks.yfiles.layout.LabelLayoutConstants.PLACE_LEFT_OF_EDGE and com.yworks.yfiles.layout.LabelLayoutConstants.PLACE_RIGHT_OF_EDGE is interpreted relative to the edge flow.
SIDE_SLIDER — Constant Static Property, class com.yworks.yfiles.layout.RotatedSliderEdgeLabelLayoutModel
Symbolic slider mode specifier.
SIDE_SLIDER — Constant Static Property, class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
Symbolic slider mode specifier.
SIDES_MASK — Constant Static Property, class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
Position mask that constrains the positions to EAST, WEST, NORTH, and SOUTH.
signum() — method, class com.yworks.bridge.util.BigInteger
simple(g:com.yworks.yfiles.base:Graph, rank:com.yworks.yfiles.base:NodeMap, minLength:com.yworks.yfiles.base:EdgeMap) — Static Method , class com.yworks.yfiles.algo.RankAssignments
This method quickly calculates a tight tree using a highly optimized version of Gansner's algorithm .
simple2(g:com.yworks.yfiles.base:Graph, rank:Vector$int, minLength:Vector$int) — Static Method , class com.yworks.yfiles.algo.RankAssignments
This method quickly calculates a tight tree using a highly optimized version of Gansner's algorithm .
simple3(g:com.yworks.yfiles.base:Graph, rank:com.yworks.yfiles.base:NodeMap, minLength:com.yworks.yfiles.base:EdgeMap, maximalDuration:uint) — Static Method , class com.yworks.yfiles.algo.RankAssignments
This method quickly calculates a tight tree using a highly optimized version of Gansner's algorithm .
simple4(g:com.yworks.yfiles.base:Graph, rank:Vector$int, minLength:Vector$int, maximalDuration:uint) — Static Method , class com.yworks.yfiles.algo.RankAssignments
This method quickly calculates a tight tree using a highly optimized version of Gansner's algorithm .
SimpleEdgeRouter — class, package com.yworks.yfiles.layout.planar
Instances of this class route edges through a planar graph using its dual graph.
SimpleEdgeRouter(_planar:com.yworks.yfiles.layout.planar:PlanarInformation, init:Boolean) — Constructor, class com.yworks.yfiles.layout.planar.SimpleEdgeRouter
simpleModeActive — Property, class com.yworks.yfiles.layout.organic.ShuffleLayouter
Getter: Returns whether or not simple mode is active.
SimpleNodePlacer — class, package com.yworks.yfiles.layout.tree
This is a "default" NodePlacer.
SimpleNodePlacer(init:Boolean) — Constructor, class com.yworks.yfiles.layout.tree.SimpleNodePlacer
Default constructor that creates an instance with the modification matrix com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer_Matrix.DEFAULT
SimplePlanarInformation — class, package com.yworks.yfiles.layout.planar
This class defines a planar embedded graph.
SimplePlanarInformation(graph:com.yworks.yfiles.base:Graph, init:Boolean) — Constructor, class com.yworks.yfiles.layout.planar.SimplePlanarInformation
Returns a new instance of Planar Information for a graph.
SimplePlanarInformation_SimpleEdgeInfo — class, package com.yworks.yfiles.layout.planar
Class hold all information related to an edge.
SimplePlanarInformation_SimpleEdgeInfo(init:Boolean) — Constructor, class com.yworks.yfiles.layout.planar.SimplePlanarInformation_SimpleEdgeInfo
simplex(g:com.yworks.yfiles.base:Graph, layer:com.yworks.yfiles.base:NodeMap, w:com.yworks.yfiles.base:DataProvider, minLength:com.yworks.yfiles.base:DataProvider) — Static Method , class com.yworks.yfiles.algo.RankAssignments
Solves the rank assignment problem using the simplex method.
SIMPLEX — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Layout style specifier.
simplex2(g:com.yworks.yfiles.base:Graph, layer:com.yworks.yfiles.base:NodeMap, w:com.yworks.yfiles.base:DataProvider, minLength:com.yworks.yfiles.base:DataProvider, maximalDuration:uint) — Static Method , class com.yworks.yfiles.algo.RankAssignments
Solves the rank assignment problem using the simplex method.
simplex3(g:com.yworks.yfiles.base:Graph, layer:com.yworks.yfiles.base:NodeMap, w:com.yworks.yfiles.base:DataProvider, minLength:com.yworks.yfiles.base:DataProvider, tree:com.yworks.yfiles.base:EdgeMap, _root:com.yworks.yfiles.base:Node, validRanking:Boolean) — Static Method , class com.yworks.yfiles.algo.RankAssignments
Similar to simplex().
simplex4(g:com.yworks.yfiles.base:Graph, layer:com.yworks.yfiles.base:NodeMap, w:com.yworks.yfiles.base:DataProvider, minLength:com.yworks.yfiles.base:DataProvider, tree:com.yworks.yfiles.base:EdgeMap, _root:com.yworks.yfiles.base:Node, validRanking:Boolean, maximalDuration:uint) — Static Method , class com.yworks.yfiles.algo.RankAssignments
Similar to simplex().
SimplexDrawer — class, package com.yworks.yfiles.layout.hierarchic
Drawer based on rank-assignment.
SimplexDrawer(init:Boolean) — Constructor, class com.yworks.yfiles.layout.hierarchic.SimplexDrawer
SimplexNodePlacer — class, package com.yworks.yfiles.layout.hierarchic.incremental
NodePlacer implementation based on rank-assignment (com.yworks.yfiles.algo.RankAssignments).
SimplexNodePlacer(init:Boolean) — Constructor, class com.yworks.yfiles.layout.hierarchic.incremental.SimplexNodePlacer
simplifyGraph() — method, class com.yworks.yfiles.util.GraphHider
Hides all self-loops and multiple edges from the graph.
simplifyGraph() — method, class com.yworks.yfiles.util.GraphPartitionManager
Hides all self-loops and multiple edges from the graph.
singleComponentLayerer — Property, class com.yworks.yfiles.layout.hierarchic.incremental.AspectRatioComponentLayerer
Getter: Returns the Layerer instance that is used for delegation.
singleComponentLayerer — Property, class com.yworks.yfiles.layout.hierarchic.incremental.MultiComponentLayerer
Getter: Returns the Layerer instance that is used for delegation.
SINGLE_CYCLE — Constant Static Property, class com.yworks.yfiles.layout.circular.CircularLayouter
Layout style specifier.
singleCycleLayouter — Property, class com.yworks.yfiles.layout.circular.CircularLayouter
Returns the SingleCycleLayouter used for laying out single node cycles Configuring that layouter has effects upon single cycle layouts
SingleCycleLayouter — class, package com.yworks.yfiles.layout.circular
A layouter that places the nodes of a graph on a cycle.
SingleCycleLayouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.circular.SingleCycleLayouter
SINGLE_SIDE_SLIDER — Constant Static Property, class com.yworks.yfiles.layout.RotatedSliderEdgeLabelLayoutModel
Symbolic slider mode specifier.
singleSource(graph:com.yworks.yfiles.base:Graph, s:com.yworks.yfiles.base:Node, directed:Boolean, cost:Vector$Number, dist:Vector$Number) — Static Method , class com.yworks.yfiles.algo.ShortestPaths
This method solves the single-source shortest path problem for arbitrary graphs.
singleSource2(graph:com.yworks.yfiles.base:Graph, s:com.yworks.yfiles.base:Node, directed:Boolean, cost:Vector$Number, dist:Vector$Number, pred:Vector$Object) — Static Method , class com.yworks.yfiles.algo.ShortestPaths
Like singleSource() but additionally this method yields the path edges of each calculated shortest path.
singleSource3(graph:com.yworks.yfiles.base:Graph, s:com.yworks.yfiles.base:Node, directed:Boolean, cost:com.yworks.yfiles.base:DataProvider, dist:com.yworks.yfiles.base:NodeMap, pred:com.yworks.yfiles.base:NodeMap) — Static Method , class com.yworks.yfiles.algo.ShortestPaths
Like singleSource2() but uses NodeMaps and DataProviders instead of arrays.
singleSourceSingleSink(graph:com.yworks.yfiles.base:Graph, s:com.yworks.yfiles.base:Node, t:com.yworks.yfiles.base:Node, directed:Boolean, cost:Vector$Number) — Static Method , class com.yworks.yfiles.algo.ShortestPaths
Similar to singleSourceSingleSink3() but instead of returning the shortest distance between the source and sink the actual shortest edge path between these nodes will be returned.
singleSourceSingleSink2(graph:com.yworks.yfiles.base:Graph, s:com.yworks.yfiles.base:Node, t:com.yworks.yfiles.base:Node, directed:Boolean, cost:com.yworks.yfiles.base:DataProvider) — Static Method , class com.yworks.yfiles.algo.ShortestPaths
Similar to singleSourceSingleSink4() but instead of returning the shortest distance between the source and sink the actual shortest edge path between these nodes will be returned.
singleSourceSingleSink3(graph:com.yworks.yfiles.base:Graph, s:com.yworks.yfiles.base:Node, t:com.yworks.yfiles.base:Node, directed:Boolean, cost:Vector$Number, pred:Vector$Object) — Static Method , class com.yworks.yfiles.algo.ShortestPaths
This method solves the single-source single-sink shortest path problem for arbitrary graphs.
singleSourceSingleSink4(graph:com.yworks.yfiles.base:Graph, s:com.yworks.yfiles.base:Node, t:com.yworks.yfiles.base:Node, directed:Boolean, cost:com.yworks.yfiles.base:DataProvider, pred:com.yworks.yfiles.base:NodeMap) — Static Method , class com.yworks.yfiles.algo.ShortestPaths
Like singleSourceSingleSink3() but uses NodeMaps and DataProviders instead of arrays.
singleton(object:Object) — Static Method , class com.yworks.bridge.util.Collections
Answers a Set containing the specified element.
singletonList(object:Object) — Static Method , class com.yworks.bridge.util.Collections
Answers a List containing the specified element.
singletonMap(key:Object, value:Object) — Static Method , class com.yworks.bridge.util.Collections
Answers a Map containing the specified key and value.
sink — Property, class com.yworks.yfiles.layout.planar.GT
Returns the sink of the st-graph.
SIX_POS — Constant Static Property, class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
Position mask that constrains allowed positions to a set of six positions on the "head" and "tail" sides of an edge.
SIX_POS — Constant Static Property, class com.yworks.yfiles.layout.RotatedDiscreteEdgeLabelLayoutModel
Position mask that constrains allowed positions to a set of six positions on the "head" and "tail" sides of an edge.
size — Property, class com.yworks.bridge.geom.Dimension
size — Property, class com.yworks.bridge.geom.Rectangle
size() — method, class com.yworks.bridge.util.AbstractMap
Answers the number of elements in this Map.
size() — method, class com.yworks.bridge.util.BitSet
Answers the number of bits this bitset has.
size() — method, class com.yworks.bridge.util.HashMap
Answers the number of mappings in this HashMap.
size() — method, interface com.yworks.bridge.util.Map
Answers the number of elements in this Map.
size() — method, class com.yworks.bridge.util.TreeMap
Answers the number of mappings in this spec.TreeMap.
size() — method, interface com.yworks.yfiles.base.YCursor
Returns the number of elements that can be accessed with this cursor.
size() — method, class com.yworks.yfiles.base.YList_ListCursorImpl
size — Property, class com.yworks.yfiles.geom.YOrientedRectangle
Specifies the size of this rectangle.
size — Property, class com.yworks.yfiles.layout.LabelCandidate
Returns the width and height of the label candidate bounds.
size — Property, class com.yworks.yfiles.layout.router.polyline.Interval
Returns the size of the interval.
size — Property, class com.yworks.yfiles.layout.router.polyline.OrthogonalInterval
Returns the length of the orthogonal interval.
size() — method, class com.yworks.yfiles.util.BoundedQueue
Returns the number of elements in this queue.
size() — method, class com.yworks.yfiles.util.BoundedStack
Returns the number of elements in this stack.
size() — method, class com.yworks.yfiles.util.SkipList
Yields the number of cells in this list.
size() — method, class com.yworks.yfiles.util.pq.BHeapDoubleNodePQ
Returns the number of nodes currently in this queue Complexity O(1)
size() — method, class com.yworks.yfiles.util.pq.BHeapIntNodePQ
Returns the number of nodes currently in this queue Complexity O(1)
size() — method, class com.yworks.yfiles.util.pq.BHeapNodePQ
Returns the number of nodes currently in this queue Complexity O(1)
size() — method, class com.yworks.yfiles.util.pq.DoubleObjectPQ
Returns the number of nodes currently in this queue.
size() — method, class com.yworks.yfiles.util.pq.IntObjectPQ
Returns the number of nodes currently in this queue Complexity O(1)
size() — method, class com.yworks.yfiles.util.pq.ListIntNodePQ
Returns the number of nodes still in the queue.
size() — method, interface com.yworks.yfiles.util.pq.NodePQ
Returns the number of nodes currently in this queue
SkipList — class, package com.yworks.yfiles.util
A simple implementation of a randomized sorted skip list that uses com.yworks.yfiles.util.SkipList_Cell s to carry the values.
SkipList(init:Boolean) — Constructor, class com.yworks.yfiles.util.SkipList
Creates a skip list that uses a comparator that uses the com.yworks.bridge.util.Comparable of the instances in the cells.
SkipList_Cell — class, package com.yworks.yfiles.util
The cells that are used by com.yworks.yfiles.util.SkipList.
SkipList_Cell(init:Boolean) — Constructor, class com.yworks.yfiles.util.SkipList_Cell
sleep(millis:com.yworks.bridge.util:LongImpl, nanos:int) — Static Method , class com.yworks.bridge.util.FlexUtils
sleeping — Property, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
Returns whether the layouter is sleeping.
SliderEdgeLabelLayoutModel — class, package com.yworks.yfiles.layout
An edge label model that allows placement of labels at a set of continuous positions along both sides of an edge or directly on the edge path.
SliderEdgeLabelLayoutModel(mode:int, init:Boolean) — Constructor, class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
Initializes a new instance of SliderEdgeLabelModel.
SliderEdgeLabelLayoutModel_ModelParameter — class, package com.yworks.yfiles.layout
Encodes the model parameters for the two slider edge label models specified by com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel.CENTER_SLIDER and com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel.SIDE_SLIDER.
SliderEdgeLabelLayoutModel_ModelParameter(s:int, r:Number, v:com.yworks.yfiles.geom:YVector, p:int, aRatio:Number, init:Boolean) — Constructor, class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel_ModelParameter
Returns a new instance of ModelParameter that has the given characteristics.
smartComponentLayout — Property, class com.yworks.yfiles.layout.organic.SmartOrganicLayouter
Determines whether this instance should configure the ComponentLayouter (componentLayouter) in such a way that it respects the scope's (scope) settings SCOPE_SUBSET and SCOPE_MAINLY_SUBSET by keeping other nodes pinned, even if they reside in different components.
smartInitialPlacement — Property, class com.yworks.yfiles.layout.organic.GRIP
Specifies whether or not initial placements are determined in a smart way.
SmartOrganicLayouter — class, package com.yworks.yfiles.layout.organic
This class can be used as a convenience class to gain access to a variety of organic layout algorithms.
SmartOrganicLayouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.organic.SmartOrganicLayouter
Creates a new SmartOrganicLayouter instance
smartSelfloopPlacement — Property, class com.yworks.yfiles.layout.SelfLoopLayouter
Whether or not smart selfloop placement should be enabled.
SnapOuterPortsToNodeBorderStage — class, package com.yworks.yfiles.layout.router
This LayoutStage will move edge ports, that are outside the corresponding nodes border, to the border.
SnapOuterPortsToNodeBorderStage(init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.SnapOuterPortsToNodeBorderStage
sort(array:Vector$Object, comparator:com.yworks.bridge.util:Comparator) — Static Method , class com.yworks.bridge.util.Arrays
Performs a sort on the given array.
sort(list:com.yworks.bridge.util:List, comparator:com.yworks.bridge.util:Comparator) — Static Method , class com.yworks.bridge.util.Collections
Sorts the specified List using the specified Comparator.
sort(comp:com.yworks.bridge.util:Comparator) — method, class com.yworks.yfiles.base.YList
Sorts the elements in this list according to the given comparator.
sort(nodeLists:Vector$Object, componentIndexProvider:com.yworks.yfiles.base:DataProvider) — method, class com.yworks.yfiles.layout.hierarchic.incremental.MultiComponentLayerer
Callback method that is called during assignLayers().
sort(data:com.yworks.bridge.util:List, c:com.yworks.bridge.util:Comparator) — Static Method , class com.yworks.yfiles.util.Comparators
Sorts the specified list of objects according to the order induced by the specified comparator.
sort2(array:Vector$Object) — Static Method , class com.yworks.bridge.util.Arrays
Performs a sort on the given array.
sort2(list:com.yworks.bridge.util:List) — Static Method , class com.yworks.bridge.util.Collections
Sorts the specified List in ascending order.
sort2() — method, class com.yworks.yfiles.base.YList
Sorts the elements in this list into ascending order, according to their natural ordering.
sort2(data:Vector$Object, c:com.yworks.bridge.util:Comparator) — Static Method , class com.yworks.yfiles.util.Comparators
Sorts the specified array of objects according to the order induced by the specified comparator.
sort3(array:Vector$Number) — Static Method , class com.yworks.bridge.util.Arrays
Performs a sort on the given array.
sort3(data:Vector$Object, fromIndex:int, toIndex:int, c:com.yworks.bridge.util:Comparator) — Static Method , class com.yworks.yfiles.util.Comparators
Sorts the specified array of objects according to the order induced by the specified comparator.
sort4(array:Vector$int) — Static Method , class com.yworks.bridge.util.Arrays
Performs a sort on the given array.
sort5(array:Vector$com.yworks.bridge.util:LongImpl) — Static Method , class com.yworks.bridge.util.Arrays
Performs a sort on given array.
sort6(array:Vector$String) — Static Method , class com.yworks.bridge.util.Arrays
Performs a sort on the given array.
sort7(array:Vector$int) — Static Method , class com.yworks.bridge.util.Arrays
Performs a sort on the given array.
sort8(array:Vector$Number) — Static Method , class com.yworks.bridge.util.Arrays
Performs a sort on the given array.
sort9(array:Vector$int) — Static Method , class com.yworks.bridge.util.Arrays
Performs a sort on the given array.
sortBytesRange(array:Vector$int, start:int, end:int) — Static Method , class com.yworks.bridge.util.Arrays
Performs a sort on the section of the array between the given indices.
sortCharsRange(array:Vector$String, start:int, end:int) — Static Method , class com.yworks.bridge.util.Arrays
Performs a sort on the section of the array between the given indices.
sortChildNodes(root:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.BalloonLayouter
Sorts the child nodes of the given node.
sortDoublesRange(array:Vector$Number, start:int, end:int) — Static Method , class com.yworks.bridge.util.Arrays
Performs a sort on the section of the array between the given indices.
sortEdges(inComp:com.yworks.bridge.util:Comparator, outComp:com.yworks.bridge.util:Comparator) — method, class com.yworks.yfiles.base.Graph
Sorts incoming and outgoing edges at each node of the graph.
sortEdges2(comp:com.yworks.bridge.util:Comparator) — method, class com.yworks.yfiles.base.Graph
Sorts the internally held list of edges.
SortedMap — Interface, package com.yworks.bridge.util
SortedMap is a Map where the iterators sequence in order of the sorted keys.
SortedSet — Interface, package com.yworks.bridge.util
SortedSet is a Set which iterates its elements in sorted order.
sortFamilyMembers — Property, class com.yworks.yfiles.layout.genealogy.FamilyTreeLayouter
Specifies the policy the individuals of a family will be sorted by their sex.
sortFloatsRange(array:Vector$Number, start:int, end:int) — Static Method , class com.yworks.bridge.util.Arrays
Performs a sort on the section of the array between the given indices.
sortInEdges(c:com.yworks.bridge.util:Comparator) — method, class com.yworks.yfiles.base.Node
Sorts incoming edges at this node according to the given comparator.
Sorting — class, package com.yworks.yfiles.algo
This class provides methods for efficiently sorting graph elements in graph structures.
Sorting(init:Boolean) — Constructor, class com.yworks.yfiles.algo.Sorting
sortIntsRange(array:Vector$int, start:int, end:int) — Static Method , class com.yworks.bridge.util.Arrays
Performs a sort on the section of the array between the given indices.
sortLongsRange(array:Vector$com.yworks.bridge.util:LongImpl, start:int, end:int) — Static Method , class com.yworks.bridge.util.Arrays
Performs a sort on the section of the array between the given indices.
sortNodes(comp:com.yworks.bridge.util:Comparator) — method, class com.yworks.yfiles.base.Graph
Sorts the internally held list of nodes.
sortNodesByDegree(graph:com.yworks.yfiles.base:Graph) — Static Method , class com.yworks.yfiles.algo.Sorting
Sort nodes by degree in ascending order
sortNodesByIntKey(graph:com.yworks.yfiles.base:Graph, keys:com.yworks.yfiles.base:DataProvider) — Static Method , class com.yworks.yfiles.algo.Sorting
Sort nodes by an integer key associated to each node through the given data provider.
sortObjectsRange(array:Vector$Object, start:int, end:int) — Static Method , class com.yworks.bridge.util.Arrays
Performs a sort on the section of the array between the given indices.
sortObjectsRangeWithComparator(array:Vector$Object, start:int, end:int, comparator:com.yworks.bridge.util:Comparator) — Static Method , class com.yworks.bridge.util.Arrays
Performs a sort on the section of the array between the given indices.
sortOutEdges(c:com.yworks.bridge.util:Comparator) — method, class com.yworks.yfiles.base.Node
Sorts outgoing edges at this node according to the given comparator.
sortSegmentInfos(segmentInfos:com.yworks.bridge.util:List, segmentInfoComparator:com.yworks.bridge.util:Comparator) — method, class com.yworks.yfiles.layout.router.polyline.ChannelBasedPathRouting
Sorts the given list of SegmentInfos using the given comparator.
sortShortsRange(array:Vector$int, start:int, end:int) — Static Method , class com.yworks.bridge.util.Arrays
Performs a sort on the given array.
_source — Property, class com.yworks.bridge.util.EventObject
The event source.
source — Property, class com.yworks.bridge.util.EventObject
Answers the event source.
source() — method, class com.yworks.yfiles.base.Edge
Returns the source node connected to this edge.
source — Property, class com.yworks.yfiles.layout.planar.GT
Returns the source of the st-graph.
sourceCellCount() — method, class com.yworks.yfiles.layout.router.polyline.PathSearchContext
Returns the number of all cells that are covered by the source node of the currentEdge.
sourceGroupDataAcceptor — Property, class com.yworks.yfiles.layout.tree.GenericTreeLayouter
Returns a com.yworks.yfiles.base.DataAcceptor implementation that can be used to overwrite edge grouping at source temporarily for use during the layout.
sourceGroupId — Property, class com.yworks.yfiles.layout.router.BusDescriptor
Specifies the new group ID for the source side of the edge.
SOURCE_GROUPID_KEY — Constant Static Property, class com.yworks.yfiles.layout.PortConstraintKeys
Key used to associate a com.yworks.yfiles.base.DataProvider that provides source port group information for edges of the input graph.
SOURCE_ID_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.router.BusRepresentations
com.yworks.yfiles.base.DataProvider key used to transfer a user-defined object from each original edge to the respective newly created edge.
SOURCE_INTERSECTION_CALCULATOR_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.IntersectionCalculatorKeys
Key to be used when registering a DataProvider to a graph instance that provides for each Edge object in a graph an IntersectionCalculator instance that is configured to calculate the intersection of the edge and the source node.
SOURCE_PCLIST_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.PortCandidate
com.yworks.yfiles.base.DataProvider key that holds a com.yworks.bridge.util.Collection of com.yworks.yfiles.layout.PortCandidate s for the source port of each edge.
sourcePoint — Property, class com.yworks.yfiles.layout.DefaultEdgeLayout
sourcePoint — Property, interface com.yworks.yfiles.layout.EdgeLayout
Getter: Returns the relative coordinates of the first end point of this layout that is associated with the source node of the edge.
sourcePortConstraintDataAcceptor — Property, class com.yworks.yfiles.layout.tree.GenericTreeLayouter
Returns a com.yworks.yfiles.base.DataAcceptor implementation that can be used to overwrite the source port constraint ( com.yworks.yfiles.layout.PortConstraint temporarily for use during the layout.
SOURCE_PORT_CONSTRAINT_KEY — Constant Static Property, class com.yworks.yfiles.layout.PortConstraintKeys
Key used to associate a com.yworks.yfiles.base.DataProvider that provides source port constraints for edges of the input graph.
sourcePortOptimizationEnabled — Property, class com.yworks.yfiles.layout.hierarchic.incremental.EdgeLayoutDescriptor
Specifies whether source port optimization is enabled, i.e.
SOUTH — Constant Static Property, class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
Symbolic position specifier.
SOUTH — Constant Static Property, class com.yworks.yfiles.layout.PortCandidate
Constant indicating a port in the south of a node.
SOUTH — Constant Static Property, class com.yworks.yfiles.layout.PortConstraint
Weak constraint specifier.
SOUTH — Constant Static Property, class com.yworks.yfiles.layout.router.polyline.PartitionCell_PartitionCellBorder
Type constant to define the lower border of a com.yworks.yfiles.layout.router.polyline.PartitionCell.
SOUTH_EAST — Constant Static Property, class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
Symbolic position specifier.
SOUTH_WEST — Constant Static Property, class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
Symbolic position specifier.
spacing — Property, class com.yworks.yfiles.layout.GraphLayoutLineWrapper
Specifies the space between adjacent lines of the wrapped graph layout.
spacing — Property, class com.yworks.yfiles.layout.hierarchic.incremental.TopLevelGroupToSwimlaneStage
Determines the spacing between the lanes.
spacing — Property, class com.yworks.yfiles.layout.router.polyline.Grid
Returns the spacing between the horizontal and vertical grid lines.
_spacing — Property, class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
This is the "default" spacing for the different move operations.
spacing — Property, class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
Specifies the spacing between subtrees this NodePlacer is arranging.
spacing — Property, class com.yworks.yfiles.layout.tree.AssistantPlacer
spacing — Property, class com.yworks.yfiles.layout.tree.LeftRightPlacer
Specifies the spacing between subtrees this NodePlacer is arranging.
spacingBetweenFamilyMembers — Property, class com.yworks.yfiles.layout.genealogy.FamilyTreeLayouter
Specifies the (horizontal) space between two nodes representing members of the same family.
SpanningTrees — class, package com.yworks.yfiles.algo
Provides (minimum) spanning tree algorithms for graphs.
SpanningTrees(init:Boolean) — Constructor, class com.yworks.yfiles.algo.SpanningTrees
sphereOfAction — Property, class com.yworks.yfiles.layout.organic.OrganicLayouter
Specifies the sphere of action for this layouter.
sphereOfAction — Property, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
Getter: Returns the currently set sphere of action specifier.
sphereOfAction — Property, class com.yworks.yfiles.layout.router.StraightLineEdgeRouter
Specifies the edge (sub-)set to be routed.
sphereOfAction — Property, class com.yworks.yfiles.layout.router.polyline.EdgeRouter
Getter: Returns the currently set sphere of action specifier.
sphereOfAction — Property, class com.yworks.yfiles.layout.router.polyline.PolylineLayoutStage
Determines the (sub-)set of edges to be routed polylinear.
SPHERE_OF_ACTION_NODES — Constant Static Property, class com.yworks.yfiles.layout.organic.OrganicLayouter
DataProvider key used in conjunction with the sphere-of-action feature.
splice(list:com.yworks.yfiles.base:YList) — method, class com.yworks.yfiles.base.YList
Transfers the contents of the given list to the end of this list.
SPLIT — Constant Static Property, class com.yworks.yfiles.layout.planar.PlanarInformation
SplitEdgeLayoutStage — class, package com.yworks.yfiles.layout.organic
This layout stage replaces edges by a path of nodes before it calls a core layouter.
SplitEdgeLayoutStage(init:Boolean) — Constructor, class com.yworks.yfiles.layout.organic.SplitEdgeLayoutStage
Creates a new instance of SplitEdgeLayouter
splitEdgesDpKey — Property, class com.yworks.yfiles.layout.organic.SplitEdgeLayoutStage
Specifies the DataProvider key that determines which edges are to be split.
splitFace(edge:com.yworks.yfiles.base:Edge, oldFaces:Vector$Object, newFaces:Vector$Object) — method, class com.yworks.yfiles.layout.planar.DualPlanarInformation
splitFace(_face:com.yworks.yfiles.layout.planar:Face, _edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.planar.PlanarInformation
Splits a face into two parts by introducing an edge.
splitFace(edge:com.yworks.yfiles.base:Edge, oldFaces:Vector$Object, newFaces:Vector$Object) — method, interface com.yworks.yfiles.layout.planar.SubdivisionHandler
A face is split by adding an edge.
splitFaceAt(_face:com.yworks.yfiles.layout.planar:Face, _e:com.yworks.yfiles.base:Edge, _start:com.yworks.yfiles.base:Edge, _stop:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.planar.PlanarInformation
Splits a face into two parts by introducing an edge.
splitFaceWithSelfLoop(faceEdge:com.yworks.yfiles.base:Edge, selfLoop:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.planar.PlanarInformation
Inserts one self-loop into an existing face.
splitNodesDpKey — Property, class com.yworks.yfiles.layout.organic.SplitEdgeLayoutStage
Specifies the DataProvider key to mark the nodes, that were created by splitting edges, for the core layouter.
splitSegmentLength — Property, class com.yworks.yfiles.layout.organic.SplitEdgeLayoutStage
Specifies the split segment length.
st(graph:com.yworks.yfiles.base:Graph) — Static Method , class com.yworks.yfiles.algo.NodeOrders
Like st2() but the result is returned as a NodeList.
st2(graph:com.yworks.yfiles.base:Graph, stOrder:Vector$int) — Static Method , class com.yworks.yfiles.algo.NodeOrders
Assigns an ST-order to the nodes of a biconnected graph.
st3(graph:com.yworks.yfiles.base:Graph, stOrder:Vector$int, stEdge:com.yworks.yfiles.base:Edge) — Static Method , class com.yworks.yfiles.algo.NodeOrders
Similar to st2().
STAIL — Constant Static Property, class com.yworks.yfiles.layout.DiscreteEdgeLabelLayoutModel
Symbolic position specifier.
STAIL — Constant Static Property, class com.yworks.yfiles.layout.RotatedDiscreteEdgeLabelLayoutModel
Symbolic position specifier.
start() — method, class com.yworks.bridge.util.Thread
start() — method, class com.yworks.graph.model.LayoutExecutor
Actually starts the process.
start(graph:com.yworks.yfiles.base:Graph) — method, class com.yworks.yfiles.algo.Dfs
Starts a depth first search on the given graph.
start(start:com.yworks.yfiles.base:Node, end:com.yworks.yfiles.base:Node, weightData:com.yworks.yfiles.base:DataProvider) — method, class com.yworks.yfiles.layout.planar.IntDSP
start() — method, class com.yworks.yfiles.util.Timer
Starts or restarts this timer, if not already running.
startAtNode(graph:com.yworks.yfiles.base:Graph, start:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.algo.Dfs
Starts a depth first search on the given graph.
startLayoutSingleThreaded(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
Creates a context object that provides methods to continue (com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter_SingleThreadContext.doLayout()) and stop (com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter_SingleThreadContext.stopLayout()) the layout calculation.
startsWith(left:String, right:String) — Static Method , class com.yworks.bridge.util.FlexUtils
stateMap — Property, class com.yworks.yfiles.algo.Dfs
NodeMap that indicates the state of the nodes as they are visited by this algorithm.
stop() — method, class com.yworks.graph.anim.LayoutMorpherWrapper
Stops the animation, if it is currently running.
stop() — method, class com.yworks.yfiles.algo.AbortHandler
Schedules a stop request.
stop() — method, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
Stops the layouter.
stop() — method, class com.yworks.yfiles.util.Timer
Stops this timer, if not already stopped.
stopAndWait() — method, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
Stops a previously started (startLayout()) layout Thread and blocks until the layout is completed.
stopDuration — Property, class com.yworks.yfiles.algo.AbortHandler
Specifies the duration (in milliseconds) an algorithm may run before being stopped automatically.
stopLayout() — method, interface com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter_SingleThreadContext
Stops layout calculation.
stopped — Property, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
Returns whether the layouter has been stopped.
stopped — Property, class com.yworks.yfiles.util.Timer
Returns whether or not this timer is stopped (not active) right now.
storeRects — Property, class com.yworks.yfiles.layout.labeling.AbstractLabelingAlgorithm
Specifies whether the candidate rectangles should be stored to be retrieved.
straightenEdges — Property, class com.yworks.yfiles.layout.hierarchic.incremental.SimplexNodePlacer
Whether or not a postprocessing step should be applied that tries to remove some bends.
straighteningFactor — Property, class com.yworks.yfiles.layout.hierarchic.SimplexDrawer
Specifies the straightening factor.
straightenPath(firstCell:com.yworks.yfiles.base:ListCell, lastCell:com.yworks.yfiles.base:ListCell, range:Vector$Number) — method, class com.yworks.yfiles.layout.hierarchic.PendularDrawer
Helper method for use in minPath.
StraightLineEdgeRouter — class, package com.yworks.yfiles.layout.router
Simple edge router implementation that draws edges straight-line considering the specified port constraints.
StraightLineEdgeRouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.StraightLineEdgeRouter
Creates a new StraightLineEdgeRouter.
StringBuilder — class, package com.yworks.bridge.util
StringBuilder(size:int) — Constructor, class com.yworks.bridge.util.StringBuilder
strong — Property, class com.yworks.yfiles.layout.PortConstraint
Returns true if this PortConstraint represents a strong constraint and false otherwise.
stronglyConnectedComponents(graph:com.yworks.yfiles.base:Graph) — Static Method , class com.yworks.yfiles.algo.GraphConnectivity
Returns the connected components of a given graph.
stronglyConnectedComponents2(graph:com.yworks.yfiles.base:Graph, compNum:com.yworks.yfiles.base:NodeMap) — Static Method , class com.yworks.yfiles.algo.GraphConnectivity
Returns the connected components of a given graph.
strongPortsScalingActive — Property, class com.yworks.yfiles.layout.hierarchic.HierarchicGroupLayouter
Specifies the property strongPortsScalingActive.
strongSourcePort — Property, class com.yworks.yfiles.layout.router.polyline.EdgeInfo
Getter: Returns the location of the strong source port the edge uses.
strongTargetPort — Property, class com.yworks.yfiles.layout.router.polyline.EdgeInfo
Getter: Returns the location of the strong target port the edge uses.
style — Property, class com.yworks.yfiles.layout.ComponentLayouter
Specifies the component arrangement style used by this ComponentLayouter.
STYLE_ADHOC — Constant Static Property, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
Routing style specifier.
STYLE_BALANCED — Constant Static Property, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
Routing style specifier.
STYLE_MASK — Constant Static Property, class com.yworks.yfiles.layout.ComponentLayouter
Use this constant for masking actual styles constants from style modifiers.
STYLE_MODIFIER_AS_IS — Constant Static Property, class com.yworks.yfiles.layout.ComponentLayouter
Modifier constant that can be added to normal style constants to indicate that the arrangement strategy should take the initial positions of the components into account.
STYLE_MODIFIER_NO_OVERLAP — Constant Static Property, class com.yworks.yfiles.layout.ComponentLayouter
Modifier constant that can be added to normal style constants to indicate that the arrangement strategy should produce a non-overlapping component layout.
STYLE_MULTI_ROWS — Constant Static Property, class com.yworks.yfiles.layout.ComponentLayouter
Style specification constant describing a component arrangement strategy that places components in multiple rows.
STYLE_MULTI_ROWS_COMPACT — Constant Static Property, class com.yworks.yfiles.layout.ComponentLayouter
Style specification constant describing a component arrangement strategy that places components in multiple rows.
STYLE_MULTI_ROWS_HEIGHT_CONSTRAINED — Constant Static Property, class com.yworks.yfiles.layout.ComponentLayouter
Style specification constant describing a component arrangement strategy.
STYLE_MULTI_ROWS_HEIGHT_CONSTRAINED_COMPACT — Constant Static Property, class com.yworks.yfiles.layout.ComponentLayouter
Style specification constant describing a component arrangement strategy.
STYLE_MULTI_ROWS_WIDTH_CONSTRAINED — Constant Static Property, class com.yworks.yfiles.layout.ComponentLayouter
Style specification constant describing a component arrangement strategy.
STYLE_MULTI_ROWS_WIDTH_CONSTRAINED_COMPACT — Constant Static Property, class com.yworks.yfiles.layout.ComponentLayouter
Style specification constant describing a component arrangement strategy.
STYLE_NONE — Constant Static Property, class com.yworks.yfiles.layout.ComponentLayouter
Style specification constant describing no special component arrangement at all.
STYLE_ORTHOGONAL — Constant Static Property, class com.yworks.yfiles.layout.SelfLoopLayouter
Edge layout style modifier.
STYLE_PACKED_CIRCLE — Constant Static Property, class com.yworks.yfiles.layout.ComponentLayouter
Style specification constant describing a component arrangement strategy that tries to place components like in a cloud around the biggest component.
STYLE_PACKED_COMPACT_CIRCLE — Constant Static Property, class com.yworks.yfiles.layout.ComponentLayouter
Style specification constant describing a component arrangement strategy that tries to place components like in a cloud around the biggest component.
STYLE_PACKED_COMPACT_RECTANGLE — Constant Static Property, class com.yworks.yfiles.layout.ComponentLayouter
Style specification constant describing a component arrangement strategy that tries to place components like in a rectangular cloud around the biggest component.
STYLE_PACKED_RECTANGLE — Constant Static Property, class com.yworks.yfiles.layout.ComponentLayouter
Style specification constant describing a component arrangement strategy that tries to place components like in a rectangular cloud around the biggest component.
STYLE_PREFERMIDDLE — Constant Static Property, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
Routing style specifier.
STYLE_ROUNDED — Constant Static Property, class com.yworks.yfiles.layout.SelfLoopLayouter
Edge layout style modifier.
STYLE_ROWS — Constant Static Property, class com.yworks.yfiles.layout.ComponentLayouter
Style specification constant describing a component arrangement strategy that tries to place components in multiple rows so that the overall aspect ratio of all components gets as close to the aspect ratio of the preferred layout size as possible.
STYLE_SHORTPATH — Constant Static Property, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
Routing style specifier.
STYLE_SINGLE_COLUMN — Constant Static Property, class com.yworks.yfiles.layout.ComponentLayouter
Style specification constant describing a component arrangement strategy that places components above each other in a single column.
STYLE_SINGLE_ROW — Constant Static Property, class com.yworks.yfiles.layout.ComponentLayouter
Style specification constant describing a component arrangement strategy that places components next to each other in a single row.
sub(l1:com.yworks.bridge.util:LongImpl, l2:com.yworks.bridge.util:LongImpl) — Static Method , class com.yworks.bridge.util.LongImpl
subChannelCount — Property, class com.yworks.yfiles.layout.router.ChannelRouter
Returns the number of subchannels within this channel.
subdivide(e:com.yworks.yfiles.base:Edge, result:Vector$Object) — method, class com.yworks.yfiles.layout.planar.DualPlanarInformation
subdivide(e:com.yworks.yfiles.base:Edge, result:Vector$Object) — method, interface com.yworks.yfiles.layout.planar.SubdivisionHandler
This method is handled every time the method subdivide (PlanarInformation) is invoked.
subdivideEdge(edge:com.yworks.yfiles.base:Edge) — method, class com.yworks.yfiles.layout.planar.PlanarInformation
Splits an edge into two parts by introducing a dummy node.
subdivideEdgeMultiple(edge:com.yworks.yfiles.base:Edge, count:int) — method, class com.yworks.yfiles.layout.planar.PlanarInformation
Splits an edge into two parts by introducing a dummy node.
SubdivisionHandler — Interface, package com.yworks.yfiles.layout.planar
This interface is for handling subdivide events invoked by method subdivide (PlanarInformation).
SUBGRAPH_INSERTION — Constant Static Property, class com.yworks.yfiles.base.GraphEvent
Type constant that identifies an event that gets fired after a subgraph of a graph G has been moved to the emitting graph.
subgraphLayouter — Property, class com.yworks.yfiles.layout.CanonicMultiStageLayouter
Specifies the LayoutStage that is responsible for constraining the layout process to a subgraph of the target graph.
SubgraphLayouter — class, package com.yworks.yfiles.layout
A layout stage that filters out all graph elements that are not part of a subgraph that is induced by the selected nodes of the input graph.
SubgraphLayouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.SubgraphLayouter
subgraphLayouterEnabled — Property, class com.yworks.yfiles.layout.CanonicMultiStageLayouter
Getter: Returns whether or not the SubgraphLayouter is enabled.
subgraphNodesDpKey — Property, class com.yworks.yfiles.layout.SubgraphLayouter
Specifies the DataProvider key which determines the nodes that induce the subgraph to be laid out.
SUBGRAPH_POSITIONING_STRATEGY_BARYCENTER — Constant Static Property, class com.yworks.yfiles.layout.partial.PartialLayouter
Specifies the objective used for finding 'good' positions for subgraph components.
SUBGRAPH_POSITIONING_STRATEGY_FROM_SKETCH — Constant Static Property, class com.yworks.yfiles.layout.partial.PartialLayouter
Specifies the objective used for finding 'good' positions for subgraph components.
SUBGRAPH_REMOVAL — Constant Static Property, class com.yworks.yfiles.base.GraphEvent
Type constant that identifies an event that gets fired after a subgraph of the emitting graph has been moved to a graph G.
subgraphTime — Property, class com.yworks.yfiles.layout.planar.CombinatorialEmbedder
SUBGRAPH_TYPE_DFS_TREE — Constant Static Property, class com.yworks.yfiles.layout.planar.CombinatorialEmbedder
SUBGRAPH_TYPE_GT — Constant Static Property, class com.yworks.yfiles.layout.planar.CombinatorialEmbedder
subList(start:int, end:int) — method, class com.yworks.bridge.util.AbstractList
Returns a part of consecutive elements of this list as a view.
subList(start:int, end:int) — method, interface com.yworks.bridge.util.List
Answers a List of the specified portion of this List from the start index to one less than the end index.
subList(fromIndex:int, toIndex:int) — method, class com.yworks.yfiles.base.YList
subMap(startKey:Object, endKey:Object) — method, interface com.yworks.bridge.util.SortedMap
Answers a SortedMap of the specified portion of this SortedMap which contains keys greater or equal to the start key but less than the end key.
subMap(startKey:Object, endKey:Object) — method, class com.yworks.bridge.util.TreeMap
Answers a SortedMap of the specified portion of this spec.TreeMap which contains keys greater or equal to the start key but less than the end key.
subscribe() — method, class com.yworks.yfiles.layout.planar.DualPlanarInformation
subSet(start:Object, end:Object) — method, interface com.yworks.bridge.util.SortedSet
Answers a SortedSet of the specified portion of this SortedSet which contains elements greater or equal to the start element but less than the end element.
subSet(start:Object, end:Object) — method, class com.yworks.bridge.util.TreeSet
Answers a SortedSet of the specified portion of this TreeSet which contains elements greater or equal to the start element but less than the end element.
subtract(val:com.yworks.bridge.util:BigInteger) — method, class com.yworks.bridge.util.BigInteger
subtract(p1:com.yworks.yfiles.geom:YPoint, p2:com.yworks.yfiles.geom:YPoint) — Static Method , class com.yworks.yfiles.geom.YPoint
Subtracts two points (p1 - p2) and returns the result.
SUBTREE_ORIENTATION — Constant Static Property, class com.yworks.yfiles.layout.tree.HVTreeLayouter
The data provider key used to specify the subtree orientation of each node in the tree.
subtreeShapeProvider — Property, class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer
The actual subtree shape provider
succ() — method, class com.yworks.yfiles.base.ListCell
Returns the successor cell of this cell.
succ() — method, class com.yworks.yfiles.util.SkipList_Cell
Yields the successor of this cell or null if it is the last cell.
succCell(c:com.yworks.yfiles.base:ListCell) — method, class com.yworks.yfiles.base.YList
Returns the successor cell of the given list cell.
succCell(cell:com.yworks.yfiles.util:SkipList_Cell) — method, class com.yworks.yfiles.util.SkipList
Returns the successor of the given cell or null.
successors() — method, class com.yworks.yfiles.base.Node
Returns a node cursor for all successor nodes of this node.
swap(list:com.yworks.bridge.util:List, index1:int, index2:int) — Static Method , class com.yworks.bridge.util.Collections
Swaps the elements of List list at indices index1 and index2
swap(p:com.yworks.yfiles.geom:YPoint) — Static Method , class com.yworks.yfiles.geom.YPoint
Returns a copy of the given point with exchanged x- and y-coordinates.
swimLaneCrossingWeight — Property, class com.yworks.yfiles.layout.hierarchic.incremental.SimplexNodePlacer
Specifies the relative weight of edges crossing a swim lane relative to edges that stay in their lane.
SwimLaneDescriptor — class, package com.yworks.yfiles.layout.hierarchic.incremental
This class is used by com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl during the various phases to associate swim lanes with each node.
SwimLaneDescriptor(clientObject:com.yworks.bridge.util:Comparable, init:Boolean) — Constructor, class com.yworks.yfiles.layout.hierarchic.incremental.SwimLaneDescriptor
Creates a new swim lane descriptor with an associated client object.
SWIMLANE_DESCRIPTOR_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
com.yworks.yfiles.base.DataProvider key used to store com.yworks.yfiles.layout.hierarchic.incremental.SwimLaneDescriptor instances for each node in the graph.
SWIMLANE_DESCRIPTOR_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl
com.yworks.yfiles.base.DataProvider key used to store com.yworks.yfiles.layout.hierarchic.incremental.SwimLaneDescriptor instances for each node in the graph.
swimlanePos — Property, class com.yworks.yfiles.layout.Swimlanes_SwimlaneRepresentant
Specifies the current position of the represented swim lane.
Swimlanes — class, package com.yworks.yfiles.layout
Helper class for swimlanes.
Swimlanes(init:Boolean) — Constructor, class com.yworks.yfiles.layout.Swimlanes
Swimlanes_SwimlaneRepresentant — class, package com.yworks.yfiles.layout
Class that internally represents a swim lane.
Swimlanes_SwimlaneRepresentant(swimlanePos:int, allowRearrangement:Boolean, init:Boolean) — Constructor, class com.yworks.yfiles.layout.Swimlanes_SwimlaneRepresentant
Creates a new instance of SwimlaneRepresentant.
synchronizedCollection(collection:com.yworks.bridge.util:Collection) — Static Method , class com.yworks.bridge.util.Collections
Answers a wrapper on the specified Collection which synchronizes all access to the Collection.
synchronizedList(list:com.yworks.bridge.util:List) — Static Method , class com.yworks.bridge.util.Collections
Answers a wrapper on the specified List which synchronizes all access to the List.
synchronizedMap(map:com.yworks.bridge.util:Map) — Static Method , class com.yworks.bridge.util.Collections
Answers a wrapper on the specified Map which synchronizes all access to the Map.
synchronizedSet(_set:com.yworks.bridge.util:Set) — Static Method , class com.yworks.bridge.util.Collections
Answers a wrapper on the specified Set which synchronizes all access to the Set.
synchronizedSortedMap(map:com.yworks.bridge.util:SortedMap) — Static Method , class com.yworks.bridge.util.Collections
Answers a wrapper on the specified SortedMap which synchronizes all access to the SortedMap.
synchronizedSortedSet(_set:com.yworks.bridge.util:SortedSet) — Static Method , class com.yworks.bridge.util.Collections
Answers a wrapper on the specified SortedSet which synchronizes all access to the SortedSet.
syncStructure() — method, class com.yworks.yfiles.layout.CopiedLayoutGraph
Synchronizes the structure of the CopiedLayoutGraph with the actual structure of the underlying LayoutGraph.
syncStructure() — method, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
This method synchronizes the CopiedLayoutGraph given as parameter to doLayout() with the original graph.
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