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  
label(gl:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.labeling.AbstractLabelingAlgorithm
Place the labels in the graph.
LabelCandidate — class, package com.yworks.yfiles.layout
Base class for candidate positions for labels.
LabelCandidate(labelBox:com.yworks.yfiles.geom:YOrientedRectangle, param:Object, owner:com.yworks.yfiles.layout:LabelLayout, init:Boolean) — Constructor, class com.yworks.yfiles.layout.LabelCandidate
Returns a new instance of LabelCandidate.
LABEL_CROSSING_COST_FACTOR_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.router.polyline.EdgeRouter
com.yworks.yfiles.base.DataProvider key used to store a cost factor for each label.
LabelLayout — Interface, package com.yworks.yfiles.layout
This interface defines the properties of one label from the perspective of a labeling algorithm.
LabelLayoutConstants — class, package com.yworks.yfiles.layout
This interface defines constants relevant for the automatic labeling process.
LabelLayoutData — class, package com.yworks.yfiles.layout
This class encapsulates layout data for a label.
LabelLayoutData(bounds:com.yworks.yfiles.geom:YOrientedRectangle, init:Boolean) — Constructor, class com.yworks.yfiles.layout.LabelLayoutData
Creates a new instance of LabelLayoutData.
LabelLayoutDataRefinement — class, package com.yworks.yfiles.layout
A layout stage that improves the placement of edge labels.
LabelLayoutDataRefinement(init:Boolean) — Constructor, class com.yworks.yfiles.layout.LabelLayoutDataRefinement
Creates a new instance of LabelLayoutDataImprovement
labelLayouter — Property, class com.yworks.yfiles.layout.CanonicMultiStageLayouter
Getter: Returns the algorithm used for placing labels.
labelLayouter — Property, class com.yworks.yfiles.layout.multipage.MultiPageLayouter
Getter: Returns the algorithm that is used for placing labels.
labelLayouterEnabled — Property, class com.yworks.yfiles.layout.CanonicMultiStageLayouter
Getter: Returns whether or not LabelLayouter is enabled.
labelLayouterEnabled — Property, class com.yworks.yfiles.layout.multipage.MultiPageLayouter
Getter: Returns whether or not the specified labeling stage is enabled.
LabelLayoutFactory — Interface, package com.yworks.yfiles.layout
Factory that provides methods to create, add and remove node/edge labels for com.yworks.yfiles.layout.LayoutGraph s.
LabelLayoutImpl — class, package com.yworks.yfiles.layout
This class is a default implementation of the LabelLayout interface.
LabelLayoutImpl(init:Boolean) — Constructor, class com.yworks.yfiles.layout.LabelLayoutImpl
LabelLayoutKeys — class, package com.yworks.yfiles.layout
This interface provides label-specific keys that can be used to add data providers to a layout graph.
LabelLayoutTranslator — class, package com.yworks.yfiles.layout
Layout stage that automatically translates label layout information provided by the standard label layout classes com.yworks.yfiles.layout.EdgeLabelLayout and com.yworks.yfiles.layout.NodeLabelLayout to layout data of type com.yworks.yfiles.layout.LabelLayoutData that is accessible by the keys defined in class com.yworks.yfiles.layout.LabelLayoutKeys.
LabelLayoutTranslator(init:Boolean) — Constructor, class com.yworks.yfiles.layout.LabelLayoutTranslator
Creates a new instance of LabelLayoutTranslator.
labelModel — Property, class com.yworks.yfiles.layout.DefaultNodeLabelLayout
labelModel — Property, interface com.yworks.yfiles.layout.EdgeLabelLayout
Returns the edge label model associated with this label layout
labelModel — Property, class com.yworks.yfiles.layout.EdgeLabelLayoutImpl
Returns the edge label model associated with this label layout
labelModel — Property, interface com.yworks.yfiles.layout.NodeLabelLayout
Returns the node label model associated with this label layout
labelModel — Property, class com.yworks.yfiles.layout.NodeLabelLayoutImpl
Specifies the node label model associated with this label layout
LABEL_MODEL_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.labeling.AbstractLabelingAlgorithm
com.yworks.yfiles.base.DataProvider key to specify for each com.yworks.yfiles.layout.EdgeLabelLayout s and each com.yworks.yfiles.layout.NodeLabelLayout a replacement com.yworks.yfiles.layout.EdgeLabelModel or com.yworks.yfiles.layout.NodeLabelModel, respectively, that is used by the labeling algorithm instead of the original label model.
labelPosition — Property, class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel_ModelParameter
Returns the label's symbolic ratio specifier, i.e., one of com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel.CENTER_RATIO, com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel.LEFT_RATIO, or com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel.RIGHT_RATIO.
LabelRanking — class, package com.yworks.yfiles.layout
Implements the ranking for edge and node labels for Graph2D.
LabelRanking(init:Boolean) — Constructor, class com.yworks.yfiles.layout.LabelRanking
labelSome(gl:com.yworks.yfiles.layout:LayoutGraph, key:Object) — method, class com.yworks.yfiles.layout.labeling.AbstractLabelingAlgorithm
Place a subset of the labels.
labelSome2(gl:com.yworks.yfiles.layout:LayoutGraph, nodeLabels:com.yworks.yfiles.base:YList, edgeLabels:com.yworks.yfiles.base:YList) — method, class com.yworks.yfiles.layout.labeling.AbstractLabelingAlgorithm
Place some labels in the graph.
laneTightness — Property, class com.yworks.yfiles.layout.hierarchic.incremental.SwimLaneDescriptor
Getter: Returns the tightness factor of the lane.
last — Property, class com.yworks.bridge.util.LinkedList
Answers the last element in this LinkedList.
last() — method, interface com.yworks.bridge.util.SortedSet
Answer the last sorted element in this SortedSet.
last() — method, class com.yworks.bridge.util.TreeSet
Answers the last element in this TreeSet.
last() — method, class com.yworks.yfiles.base.YList
Returns the last element of this list.
last — Property, class com.yworks.yfiles.geom.YPointPath
Get the last point in the path.
lastAppliedRadius — Property, class com.yworks.yfiles.layout.circular.SingleCycleLayouter
Returns the radius last applied by this layouter.
lastCell() — method, class com.yworks.yfiles.base.YList
Returns the last cell of this list.
lastCell() — method, class com.yworks.yfiles.util.SkipList
Gets the last cell in this list or null if there are no cells in this list.
lastEdge() — method, class com.yworks.yfiles.base.EdgeList
Returns the last edge in this list, or null when the list is empty.
lastEdge() — method, class com.yworks.yfiles.base.Graph
Returns the last edge in this graph.
lastIndexOf(object:Object) — method, class com.yworks.bridge.util.AbstractList
Searches this List for the specified object and returns the index of the last occurrence.
lastIndexOf(object:Object) — method, class com.yworks.bridge.util.ArrayList
Searches this ArrayList for the specified object and returns the index of the last occurrence.
lastIndexOf(object:Object) — method, class com.yworks.bridge.util.LinkedList
Searches this LinkedList for the specified object and returns the index of the last occurrence.
lastIndexOf(object:Object) — method, interface com.yworks.bridge.util.List
Searches this List for the specified object and returns the index of the last occurrence.
lastIndexOf(o:Object) — method, class com.yworks.yfiles.base.YList
lastIndexOfSubList(list:com.yworks.bridge.util:List, sublist:com.yworks.bridge.util:List) — Static Method , class com.yworks.bridge.util.Collections
Searches the list for sublist and answers the beginning index of the last occurrence.
lastInEdge() — method, class com.yworks.yfiles.base.Node
Returns the last incoming edge at this node, or null if it does not exist.
lastKey() — method, interface com.yworks.bridge.util.SortedMap
Answers the last sorted key in this SortedMap.
lastKey() — method, class com.yworks.bridge.util.TreeMap
Answer the last sorted key in this spec.TreeMap.
lastNode() — method, class com.yworks.yfiles.base.Graph
Returns the last node in this graph.
lastNode() — method, class com.yworks.yfiles.base.NodeList
Returns the last node in this list, or null when the list is empty.
lastOutEdge() — method, class com.yworks.yfiles.base.Node
Returns the last outgoing edge at this node, or null if it does not exist.
lastSegment() — method, class com.yworks.yfiles.geom.BorderLine
Returns the last segment or null if there is no such segment.
lastWakeupTime — Property, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
Returns the time when the last wake-up has occurred
laxity — Property, class com.yworks.yfiles.layout.organic.GRIP
Specifies the current laxity value.
Layer — Interface, package com.yworks.yfiles.layout.hierarchic.incremental
Describes a single layer in a hierarchical drawing with all its nodes and associated same layer edges.
layerAlignment — Property, class com.yworks.yfiles.layout.hierarchic.incremental.NodeLayoutDescriptor
Getter: Returns the alignment of the node within its layer Default is 0.5d which results in center-aligned nodes.
LayerConstants — class, package com.yworks.yfiles.layout.hierarchic.incremental
LayerConstraint — Interface, package com.yworks.yfiles.layout.hierarchic.incremental
This class represents a layering constraint.
LayerConstraintFactory — Interface, package com.yworks.yfiles.layout.hierarchic.incremental
Interface specification for classes that can create layering constraints.
LayerConstraintFactoryCompanion — class, package com.yworks.yfiles.layout.hierarchic.incremental
LAYER_CONSTRAINTS_MEMENTO_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.ConstraintFactoryCompanion
DataProvider key to store the constraints.
LAYER_CONSTRAINTS_MEMENTO_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.incremental.LayerConstraintFactoryCompanion
DataProvider key to store the constraints.
layeredComponentsMerger — Property, class com.yworks.yfiles.layout.hierarchic.incremental.TopologicalIncrementalLayerer
Specifies the com.yworks.yfiles.layout.hierarchic.incremental.LayeredComponentsMerger instance that will be used to merge the layers of separate components into the current layering.
LayeredComponentsMerger — Interface, package com.yworks.yfiles.layout.hierarchic.incremental
Merges two com.yworks.yfiles.layout.hierarchic.incremental.Layers instances, whose nodes reside in the same graph.
LayeredNodePlacer — class, package com.yworks.yfiles.layout.tree
This NodePlacer calculates and respects layers.
LayeredNodePlacer(init:Boolean) — Constructor, class com.yworks.yfiles.layout.tree.LayeredNodePlacer
layerer — Property, class com.yworks.yfiles.layout.hierarchic.HierarchicGroupLayouter
layerer — Property, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Specifies the Layerer, which is responsible for the first phase of the algorithm.
layerer — Property, class com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl
Getter: Returns the current Layerer instance.
Layerer — Interface, package com.yworks.yfiles.layout.hierarchic.incremental
This interface is used by classes that are capable of generating a layer assignment.
LAYER_ID_KEY — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.GivenLayersLayerer
The key used by this class to query a graph for a DataProvider that yields the layerID for each node in the graph.
LAYERING_BFS — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Layering strategy specifier.
LAYERING_FROM_SKETCH — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Layering strategy specifier.
LAYERING_HIERARCHICAL_DOWNSHIFT — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Layering strategy specifier.
LAYERING_HIERARCHICAL_OPTIMAL — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Layering strategy specifier.
LAYERING_HIERARCHICAL_TIGHT_TREE — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Layering strategy specifier.
LAYERING_HIERARCHICAL_TOPMOST — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Layering strategy specifier.
LAYERING_PHASE — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.MementoSupportCompanion
Constant describing the first phase of the HierarchicLayouter algorithm.
layeringStrategy — Property, class com.yworks.yfiles.layout.hierarchic.HierarchicGroupLayouter
layeringStrategy — Property, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Getter: Returns the currently set layering strategy.
layeringStrategy — Property, class com.yworks.yfiles.layout.radial.RadialLayouter
Getter: Returns the layering strategy that determines how nodes are distributed to different layers.
LAYERING_STRATEGY_BFS — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Layering strategy specifier.
LAYERING_STRATEGY_BFS — Constant Static Property, class com.yworks.yfiles.layout.radial.RadialLayouter
Specifier for a layering strategy that uses breadth first search (bfs) to determine a layering for the graph.
LAYERING_STRATEGY_FROM_SKETCH — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Layering strategy specifier.
LAYERING_STRATEGY_HIERARCHICAL — Constant Static Property, class com.yworks.yfiles.layout.radial.RadialLayouter
Specifier for a layering strategy that uses an optimal hierarchical layering strategy.
LAYERING_STRATEGY_HIERARCHICAL_DOWNSHIFT — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Layering strategy specifier.
LAYERING_STRATEGY_HIERARCHICAL_OPTIMAL — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Layering strategy specifier.
LAYERING_STRATEGY_HIERARCHICAL_TIGHT_TREE — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Layering strategy specifier.
LAYERING_STRATEGY_HIERARCHICAL_TOPMOST — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Layering strategy constant.
LAYERING_STRATEGY_UNKNOWN — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Dummy layering strategy specifier.
LAYERING_STRATEGY_UNKNOWN — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Dummy layering strategy specifier.
LAYERING_STRATEGY_USER_DEFINED — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Layering strategy specifier.
LAYERING_USER_DEFINED — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Layering strategy specifier.
Layers — Interface, package com.yworks.yfiles.layout.hierarchic.incremental
Container class that manages multiple com.yworks.yfiles.layout.hierarchic.incremental.Layer instances.
layerSequencer — Property, class com.yworks.yfiles.layout.hierarchic.HierarchicGroupLayouter
layerSequencer — Property, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Specifies the LayerSequencer, which is responsible for the second phase of the algorithm.
LayerSequencer — Interface, package com.yworks.yfiles.layout.hierarchic
Classes implementing this interface calculate the order of nodes within the different layers that the graph has been partitioned into.
layerSpacing — Property, class com.yworks.yfiles.layout.radial.RadialLayouter
Specifies the spacing value for the circles.
layerSpacing — Property, class com.yworks.yfiles.layout.tree.LayeredNodePlacer
Specifies the spacing between two layers.
LAYER_VALUE_HOLDER_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Used for publishing the final layering information.
LAYER_VALUE_HOLDER_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl
Used for publishing the final layering information.
layoutBounds — Property, class com.yworks.yfiles.layout.random.RandomLayouter
Specifies the rectangle, inside which the layout should be placed.
layoutCallback — Property, class com.yworks.yfiles.layout.multipage.MultiPageLayouter
Specifies the callback that is notified upon completion of multi-page layout calculation runs.
LayoutCallback — Interface, package com.yworks.yfiles.layout.multipage
Callback that is invoked when a com.yworks.yfiles.layout.multipage.MultiPageLayouter has calculated a new multi-page layout.
LayoutCompat — class, package com.yworks.graph.model
This class provides layout-related compatibility methods.
LayoutContext — class, package com.yworks.yfiles.layout.multipage
Class that represents the layout context.
LayoutContext(init:Boolean) — Constructor, class com.yworks.yfiles.layout.multipage.LayoutContext
LayoutDataProvider — Interface, package com.yworks.yfiles.layout.hierarchic.incremental
Interface for retrieving com.yworks.yfiles.layout.hierarchic.incremental.NodeData and com.yworks.yfiles.layout.hierarchic.incremental.EdgeData instances for elements in the current layout graph.
layoutDone(result:com.yworks.yfiles.layout.multipage:MultiPageLayout) — method, interface com.yworks.yfiles.layout.multipage.LayoutCallback
Invoked from com.yworks.yfiles.layout.multipage.MultiPageLayouter.doLayout() when a new multi-page layout has been calculated.
layouter — Property, class com.yworks.yfiles.layout.multipage.LayoutContext
Returns the layouter object that belongs to this layout context.
Layouter — Interface, package com.yworks.yfiles.layout
This is a general interface for algorithms that perform a layout process on a given layout graph.
LAYOUTER_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.LayoutMultiplexer
Look-up key used to register a com.yworks.yfiles.base.DataProvider that provides a com.yworks.yfiles.layout.Layouter object for each node of a graph.
LayouterKeys — class, package com.yworks.yfiles.layout
layouters — Property, class com.yworks.yfiles.layout.SequentialLayouter
Getter: Returns a list of the layouters that are currently in the layout chain.
LayoutExecutor — class, package com.yworks.graph.model
A helper class that can be used to execute a Layouter, and possibly animate the result.
LayoutExecutor(canvas:com.yworks.ui:GraphCanvasComponent, layouter:com.yworks.yfiles.layout:Layouter, graph:com.yworks.graph.model:IGraph, duration:int, handler:Function, animateViewPort:Boolean, easingFunction:Function, targetBoundsInsets:com.yworks.canvas.geom:IRectangle, updateContentRect:Boolean) — Constructor, class com.yworks.graph.model.LayoutExecutor
Initializes a new instance of the LayoutExecutor class.
layoutExtensionLicense — Property, class com.yworks.mxml.LayoutLicenseTool
The yFiles FLEX Client Layout Extension license as XML.
layoutForOriginalGraph — Property, class com.yworks.yfiles.layout.CopiedLayoutGraph
Returns the GraphLayout that is valid for the original graph.
layoutGraph — Property, class com.yworks.yfiles.layout.grouping.GraphGrouping
Returns the LayoutGraph instance this object provides information for.
layoutGraph — Property, class com.yworks.yfiles.layout.hierarchic.PendularDrawer
LayoutGraph — class, package com.yworks.yfiles.layout
This class represents a drawing of a graph.
LayoutGraph(init:Boolean) — Constructor, class com.yworks.yfiles.layout.LayoutGraph
Creates a new Layout Graph
LayoutGraphAdapter — class, package com.yworks.graph.model
Adapter class that can be used to obtain a GraphLayout and GraphInterface from an IGraph. This adapter needs to be used in order to apply layout algorithms to IGraph instances.
LayoutGraphAdapter(graph:com.yworks.graph.model:IGraph, selectionModel:com.yworks.graph.model:ISelectionModel) — Constructor, class com.yworks.graph.model.LayoutGraphAdapter
Creates the adapter using a given IGraph and ISelectionModel.
LayoutGraphCopyFactory — class, package com.yworks.yfiles.layout
An implementation of the copy factory interface used by com.yworks.yfiles.util.GraphCopier that can be used by implementations of com.yworks.yfiles.layout.LayoutGraph.
LayoutGraphCopyFactory(init:Boolean) — Constructor, class com.yworks.yfiles.layout.LayoutGraphCopyFactory
LayoutGraphCopyFactory_HierarchicGraphCopyFactory — class, package com.yworks.yfiles.layout
An implementation of the copy factory interface used by com.yworks.yfiles.util.GraphCopier that can be used by implementations of com.yworks.yfiles.layout.LayoutGraph that are hierarchically grouped using com.yworks.yfiles.layout.grouping.GroupingKeys.
LayoutGraphCopyFactory_HierarchicGraphCopyFactory(init:Boolean) — Constructor, class com.yworks.yfiles.layout.LayoutGraphCopyFactory_HierarchicGraphCopyFactory
LAYOUT_GROUPS_POLICY — Constant Static Property, class com.yworks.yfiles.layout.organic.OrganicLayouter
Node group policy specifier.
layoutLevel(root:com.yworks.yfiles.base:Node, levelNodes:com.yworks.yfiles.base:NodeList, buildGraphsOnly:Boolean) — method, class com.yworks.yfiles.layout.hierarchic.HierarchicGroupLayouter
Layouts the children of root recursively.
LayoutLicenseTool — class, package com.yworks.mxml
Utility class to register the yFiles FLEX Client Layout Extension license using a MXML element.
layoutMode — Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Specifies the layout mode this layouter is currently in.
LAYOUT_MODE_FROM_SCRATCH — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Layout mode constant that can be used in layoutMode.
LAYOUT_MODE_INCREMENTAL — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Layout mode constant that can be used in layoutMode.
LayoutMorpherWrapper — class, package com.yworks.graph.anim
Convenience class that wraps GraphMorpher for use with LayoutGraph instances.
LayoutMorpherWrapper(graphCanvas:com.yworks.ui:GraphCanvasComponent, layout:com.yworks.yfiles.layout:GraphLayout, newBounds:com.yworks.canvas.geom:IRectangle, newViewPoint:flash.geom:Point, newZoom:Number, tableLayoutConfigurator:com.yworks.graph.model:TableLayoutConfigurator) — Constructor, class com.yworks.graph.anim.LayoutMorpherWrapper
Creates a new LayoutMorpherWrapper instance.
LayoutMultiplexer — class, package com.yworks.yfiles.layout
This class delegates its layout calls to a core layout algorithm that is dynamically chosen at runtime by inspecting the nodes of the input graph.
LayoutMultiplexer(init:Boolean) — Constructor, class com.yworks.yfiles.layout.LayoutMultiplexer
LAYOUT_NODE_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.ComponentLayouter
DataProvider key that can be used to determine which nodes should be laid out.
layoutOrientation — Property, class com.yworks.yfiles.layout.CanonicMultiStageLayouter
Specifies the main layout orientation.
layoutOrientation — Property, class com.yworks.yfiles.layout.hierarchic.incremental.AbstractPortConstraintOptimizer
Getter: Returns the currently set layout orientation for this class.
layoutOrientation — Property, class com.yworks.yfiles.layout.partial.PartialLayouter
Specifies the layout orientation.
LayoutOrientation — class, package com.yworks.yfiles.layout
Defines some layout orientation specifiers that are used to inform a layouter which general orientation a layout should express.
layoutParallelEdges(graph:com.yworks.yfiles.layout:LayoutGraph, parallelEdges:com.yworks.yfiles.base:EdgeMap) — method, class com.yworks.yfiles.layout.ParallelEdgeLayouter
This method assigns a layout to parallel edges.
layoutQuality — Property, class com.yworks.yfiles.layout.orthogonal.OrthogonalGroupLayouter
Getter: Returns the currently set layout quality.
layoutRoot(localRoot:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.layout.tree.GenericTreeLayouter
This is the core method of the algorithm.
layoutSelfLoops(graph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.SelfLoopLayouter
Lays out the self-loops of the given graph.
LayoutStage — Interface, package com.yworks.yfiles.layout
Interface for a layouter that forms a stage of a larger layout process.
layoutStages — Property, class com.yworks.yfiles.layout.CompositeLayoutStage
Returns the chain of layout stages that make up this composite layout stage.
layoutStages — Property, class com.yworks.yfiles.layout.CompositeLayouter
Returns the chain of layout stages that make up this composite layout stage.
layoutStyle — Property, class com.yworks.yfiles.layout.SelfLoopLayouter
Specifies the layout style to be used.
layoutStyle — Property, class com.yworks.yfiles.layout.circular.CircularLayouter
Specifies the global layout style for this layouter.
layoutStyle — Property, class com.yworks.yfiles.layout.hierarchic.HierarchicGroupLayouter
layoutStyle — Property, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Getter: Returns the currently set layout style or -1 if the style cannot be determined Setter: Sets the layout style for this layouter.
layoutStyle — Property, class com.yworks.yfiles.layout.orthogonal.OrthogonalLayouter
Getter: Returns the layout style of this layouter.
layoutStyle — Property, class com.yworks.yfiles.layout.tree.TreeLayouter
Specifies the layout style of this layouter.
layoutSubgraph(subGraph:com.yworks.yfiles.layout:LayoutGraph) — method, class com.yworks.yfiles.layout.partial.PartialLayouter
Calculates the layout for the subgraph component.
LayoutTool — class, package com.yworks.yfiles.layout
This class is a container for several helper and utility functions for the LayoutGraph class.
LayoutTool(init:Boolean) — Constructor, class com.yworks.yfiles.layout.LayoutTool
LayoutUtil — final class, package com.yworks.util
Provides static utility functions.
LayoutVersion — class, package com.yworks.util
Provides the version number for the yFiles FLEX Client Layout Extension release.
LEADING — Constant Static Property, class com.yworks.yfiles.layout.LayoutTool
Constant which can be used for arrangeRectangleRowsWithAlignment().
LEADING — Static Property, class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer_RootAlignment
LEADING_EDGE_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.ParallelEdgeLayouter
A com.yworks.yfiles.base.DataProvider key that can be used to specify which parallel edge should be used as leading edge, i.e., as the edge whose layout is used to obtain the layout of the corresponding parallel edges.
LeafPlacer — class, package com.yworks.yfiles.layout.tree
This implementation can be used to "place" leafs.
LeafPlacer(init:Boolean) — Constructor, class com.yworks.yfiles.layout.tree.LeafPlacer
left — Property, class com.yworks.bridge.geom.Insets
left — Property, class com.yworks.yfiles.geom.YInsets
The inset from the left.
left — Property, class com.yworks.yfiles.layout.NodeHalo
The halo size at the left side of the node.
left — Property, class com.yworks.yfiles.layout.hierarchic.PendularDrawer
map that maps the left node for each node in a layer or null if it is the leftmost
LEFT — Constant Static Property, class com.yworks.yfiles.layout.Direction
Decodes the left direction
LEFT — Constant Static Property, class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
Symbolic position specifier.
LEFT — Static Property, class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer_RootAlignment
LEFT_IN_FLOW — Constant Static Property, class com.yworks.yfiles.layout.PortCandidate
Constant indicating a port lying to the left of the direction of the main flow of the edge or overall layout.
leftInset — Property, class com.yworks.yfiles.layout.grid.ColumnDescriptor
Specifies the left column insets where no element will lie in the resulting drawing.
leftLaneInset — Property, class com.yworks.yfiles.layout.hierarchic.incremental.SwimLaneDescriptor
Specifies the left lane insets where no element will lie in the resulting drawing.
leftOfEdge — Property, class com.yworks.yfiles.layout.PreferredPlacementDescriptor
Returns if one of the preferred sides for this label is left of the edge.
LEFT_RATIO — Constant Static Property, class com.yworks.yfiles.layout.SliderEdgeLabelLayoutModel
Symbolic ratio specifier.
LEFT_RIGHT_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.tree.DelegatingNodePlacer
Key which can be used to register a data provider that tells the node placer whether the node shall be placed on the left or right side.
LEFT_RIGHT_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.tree.LeftRightPlacer
Key which can be used to register a data provider that tells the node placer whether the node shall be placed on the left or right side.
LeftRightPlacer — class, package com.yworks.yfiles.layout.tree
The LeftRightPlacer is a NodePlacer that arranges the Nodes on the left and right side of a vertical bus.
LeftRightPlacer(init:Boolean) — Constructor, class com.yworks.yfiles.layout.tree.LeftRightPlacer
Creates a LeftRightPlacer with the default modificationMatrix.
LeftRightPlacer_LeftRightDataProvider — class, package com.yworks.yfiles.layout.tree
Utility class providing a method to determine if a given node is aligned left (true) or right (false) to the parent node.
LeftRightPlacer_LeftRightDataProvider(nodePlacerMap:com.yworks.yfiles.base:DataProvider, init:Boolean) — Constructor, class com.yworks.yfiles.layout.tree.LeftRightPlacer_LeftRightDataProvider
Constructs a new data provider for the LeftRightPlacer.
LEFT_TO_RIGHT — Constant Static Property, class com.yworks.yfiles.layout.LayoutOrientation
Orientation specifier.
leftTurn(p:com.yworks.yfiles.geom:YPoint, q:com.yworks.yfiles.geom:YPoint, r:com.yworks.yfiles.geom:YPoint) — Static Method , class com.yworks.yfiles.geom.Geom
Same as orientation(p,q,r) > 0 (orientation())
length — Property, class com.yworks.bridge.util.AbstractCollection
Answers the number of elements in this Collection.
length — Property, class com.yworks.bridge.util.ArrayList
Answers the number of elements in this ArrayList.
length() — method, class com.yworks.bridge.util.BitSet
Returns the number of bits up to and including the highest bit set.
length — Property, interface com.yworks.bridge.util.Collection
Returns a count of how many objects are contained by this collection.
length — Property, class com.yworks.bridge.util.HashSet
Answers the number of elements in this HashSet.
length — Property, class com.yworks.bridge.util.LinkedList
Answers the number of elements in this LinkedList.
length() — method, class com.yworks.bridge.util.StringBuilder
length — Property, class com.yworks.bridge.util.TreeSet
Answers the number of elements in this TreeSet.
length — Property, class com.yworks.yfiles.base.YList
Returns the number of elements in this list.
length() — method, class com.yworks.yfiles.geom.LineSegment
Returns the length of the line segment, this is the value of the Euclidean norm.
length() — method, class com.yworks.yfiles.geom.YPointPath
Get the number of points in the path.
length() — method, class com.yworks.yfiles.geom.YVector
Returns the length of the vector, this is the value of the euclidean norm.
length() — method, class com.yworks.yfiles.layout.router.polyline.Path
Returns the count of com.yworks.yfiles.layout.router.polyline.CellEntrance objects this path consists of.
lengthInterval — Property, class com.yworks.yfiles.layout.router.polyline.Channel
Returns an interval spanning the union of the segment infos' maximum extension.
LINEAR_SEGMENTS — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.HierarchicLayouter
Layout style specifier.
LinearSegmentsDrawer — class, package com.yworks.yfiles.layout.hierarchic
This class implements the third phase of the Sugiyama layout algorithm.
LinearSegmentsDrawer(init:Boolean) — Constructor, class com.yworks.yfiles.layout.hierarchic.LinearSegmentsDrawer
_lineDistance — Property, class com.yworks.yfiles.layout.ParallelEdgeLayouter
Holds the line distance assigned between parallel edges.
lineDistance — Property, class com.yworks.yfiles.layout.ParallelEdgeLayouter
Specifies the distance between two adjacent paths that run in parallel.
lineDistance — Property, class com.yworks.yfiles.layout.SelfLoopLayouter
Getter: Returns the distance between two adjacent paths that run in parallel.
lineSegment() — method, interface com.yworks.yfiles.geom.YLineSegmentCursor
Returns the instance of LineSegment the cursor is currently pointing on.
LineSegment — class, package com.yworks.yfiles.geom
This class represents a line segment in the plane.
LineSegment(p1:com.yworks.yfiles.geom:YPoint, p2:com.yworks.yfiles.geom:YPoint, init:Boolean) — Constructor, class com.yworks.yfiles.geom.LineSegment
Returns a new LineSegment.
lineSegmentCount() — method, class com.yworks.yfiles.geom.YPointPath
Get the number of line segments in the path.
lineSegments() — method, class com.yworks.yfiles.geom.YPointPath
Get the points in the path.
linesIntersect(x1:Number, y1:Number, x2:Number, y2:Number, x3:Number, y3:Number, x4:Number, y4:Number) — Static Method , class com.yworks.yfiles.geom.Geom
Same as java.awt.geom.Line2D.linesIntersect().
LinkedList — class, package com.yworks.bridge.util
LinkedList is an implementation of List, backed by a linked list.
LinkedList(init:Boolean) — Constructor, class com.yworks.bridge.util.LinkedList
Constructs a new empty instance of LinkedList.
List — Interface, package com.yworks.bridge.util
List is a collection which maintains an ordering for its elements.
ListCell — class, package com.yworks.yfiles.base
Represents a so-called "cell" or "link" of the doubly linked list implementation com.yworks.yfiles.base.YList.
ListCell(init:Boolean) — Constructor, class com.yworks.yfiles.base.ListCell
ListIntNodePQ — class, package com.yworks.yfiles.util.pq
A specialized priority queue that contains nodes which are prioritized by associated int values.
ListIntNodePQ(graph:com.yworks.yfiles.base:Graph, init:Boolean) — Constructor, class com.yworks.yfiles.util.pq.ListIntNodePQ
Constructs an initially empty PQ.
listIterator() — method, class com.yworks.bridge.util.AbstractList
Answers a ListIterator on the elements of this List.
listIterator() — method, interface com.yworks.bridge.util.List
Answers a ListIterator on the elements of this List.
listIterator() — method, class com.yworks.yfiles.base.YList
ListIterator — Interface, package com.yworks.bridge.util
An ListIterator is used to sequence over a List of objects.
listIterator2(location:int) — method, class com.yworks.bridge.util.AbstractList
Answers a ListIterator on the elements of this List.
listIterator2(location:int) — method, class com.yworks.bridge.util.AbstractSequentialList
Answers a ListIterator on the elements of this List.
listIterator2(location:int) — method, class com.yworks.bridge.util.LinkedList
Answers a ListIterator on the elements of this LinkedList.
listIterator2(location:int) — method, interface com.yworks.bridge.util.List
Answers a ListIterator on the elements of this List.
listIterator2(index:int) — method, class com.yworks.yfiles.base.YList
localCrossingMinimization — Property, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
Getter: Returns whether the local crossing minimization strategy is enabled.
location — Property, class com.yworks.bridge.geom.Point2D
Sets the location of this Point2D to the same coordinates as the specified Point2D object.
location — Property, class com.yworks.yfiles.geom.YRectangle
Returns coordinates of upper left corner.
location — Property, class com.yworks.yfiles.layout.LabelCandidate
Returns the upper left corner of the label candidate bounds.
location — Property, class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
Getter: Returns the fixed location inside the location range (locationRange) that has been set before.
location — Property, class com.yworks.yfiles.layout.router.polyline.OrthogonalInterval
Returns the vertical coordinate for horizontal intervals or the horizontal coordinate for vertical intervals, respectively.
locationRange — Property, class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
Returns the range, the location of the segment shall be placed in.
lockFirstAndLastSegment — Property, class com.yworks.yfiles.layout.router.OrthogonalSegmentDistributionStage
Getter: Returns whether the first and last segment of an edge (connected to source or target), will be distributed.
log(msg:Object) — Static Method , class com.yworks.yfiles.util.LoggingUtil
Prints the given object to System.err unconditionally.
log2(level:int, msg:String) — Static Method , class com.yworks.yfiles.util.LoggingUtil
Prints the given string to System.out if the given debug level if bigger than DEBUG_LEVEL.
log3(source:Object, msg:Object) — Static Method , class com.yworks.yfiles.util.LoggingUtil
Print the given message to System.err if the fully qualified class name of the given source object is encoded in the system property y.debug and if the given debug level if bigger than DEBUG_LEVEL.
log4(source:Object, level:int, msg:Object) — Static Method , class com.yworks.yfiles.util.LoggingUtil
Print the given message to System.err if the fully qualified class name of the given source object is encoded in the system property y.debug.
LoggingUtil — class, package com.yworks.yfiles.util
Provides some convenience methods for code debugging and exception handling.
LoggingUtil(init:Boolean) — Constructor, class com.yworks.yfiles.util.LoggingUtil
longBitsToDouble(l:com.yworks.bridge.util:LongImpl) — Static Method , class com.yworks.bridge.util.Double
longBitsToDouble(l:com.yworks.bridge.util:LongImpl) — Static Method , class com.yworks.bridge.util.FlexUtils
LongImpl — class, package com.yworks.bridge.util
64-bit integral number data type implementation based on two 32-bit words.
LongImpl(high:int, low:int) — Constructor, class com.yworks.bridge.util.LongImpl
longValue() — method, class com.yworks.bridge.util.BigInteger
longValue(number:com.yworks.bridge.util:YNumber) — Static Method , class com.yworks.bridge.util.FlexUtils
lookFurther(v:com.yworks.yfiles.base:Node) — method, class com.yworks.yfiles.algo.Dfs
Callback method that will be invoked whenever dfs continues its search at a new root node.
lookFurtherMode — Property, class com.yworks.yfiles.algo.Dfs
Specifies whether or not to continue the depth first search after all nodes reachable from the first node were visited.
lookupValue(key:Object) — method, class com.yworks.graph.model.ConstantMapper
Always returns the constantValue passed to the constructor or set with mapValue.
lowerAngle — Property, class com.yworks.yfiles.layout.tree.BalloonLayouter_NodeInfo
The lower angle of the subtree wedge rooted at the node.
lowestSetBit — Property, class com.yworks.bridge.util.BigInteger
lt(l1:com.yworks.bridge.util:LongImpl, l2:com.yworks.bridge.util:LongImpl) — Static Method , class com.yworks.bridge.util.LongImpl
lte(l1:com.yworks.bridge.util:LongImpl, l2:com.yworks.bridge.util:LongImpl) — Static Method , class com.yworks.bridge.util.LongImpl
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