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  
E() — method, class com.yworks.yfiles.base.Graph
Returns the number of edges in this graph.
easingFunction — Property, class com.yworks.graph.anim.LayoutMorpherWrapper
The easing function used for the animation tween.
easingFunction — Property, class com.yworks.graph.model.LayoutExecutor
Gets or sets the easing function that should be used for the animation.
EAST — Constant Static Property, class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
Symbolic position specifier.
EAST — Constant Static Property, class com.yworks.yfiles.layout.PortCandidate
Constant indicating a port in the east of a node.
EAST — Constant Static Property, class com.yworks.yfiles.layout.PortConstraint
Weak constraint specifier.
EAST — Constant Static Property, class com.yworks.yfiles.layout.router.polyline.PartitionCell_PartitionCellBorder
Type constant to define the right border of a com.yworks.yfiles.layout.router.polyline.PartitionCell.
edge — Property, class com.yworks.yfiles.layout.router.polyline.AbstractSegmentInfo
Returns the edge this segment info belongs to.
edge — Property, class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
Returns the edge whose routing in the cell is described.
edge — Property, class com.yworks.yfiles.layout.router.polyline.EdgeInfo
Returns the edge whose route is described by this info.
edge — Property, class com.yworks.yfiles.layout.router.polyline.Path
Returns the edge this path was calculated for.
Edge — class, package com.yworks.yfiles.base
Represents an edge, i.e., a directed connection between two nodes (represented by instances of class com.yworks.yfiles.base.Node) in the directed graph data type com.yworks.yfiles.base.Graph.
Edge(g:com.yworks.yfiles.base:Graph, v:com.yworks.yfiles.base:Node, e1:com.yworks.yfiles.base:Edge, w:com.yworks.yfiles.base:Node, e2:com.yworks.yfiles.base:Edge, d1:int, d2:int, init:Boolean) — Constructor, class com.yworks.yfiles.base.Edge
Creates a new edge that belongs to the given graph.
edge2EdgeDistance — Property, class com.yworks.yfiles.layout.hierarchic.incremental.DefaultDrawingDistanceCalculator
Specifies the minimum distance between two edges.
edge2EdgeDistance — Property, class com.yworks.yfiles.layout.hierarchic.incremental.TypeBasedDrawingDistanceCalculator
Specifies the distance between edges.
edgeBetweenness(graph:com.yworks.yfiles.base:Graph, centrality:com.yworks.yfiles.base:EdgeMap, directed:Boolean, edgeCosts:com.yworks.yfiles.base:DataProvider) — Static Method , class com.yworks.yfiles.algo.Centrality
Computes betweenness centrality for each edge of a given graph.
edgeBetweennessClustering(graph:com.yworks.yfiles.base:Graph, clusterIDs:com.yworks.yfiles.base:NodeMap, directed:Boolean, minGroupCount:int, maxGroupCount:int, edgeCosts:com.yworks.yfiles.base:DataProvider) — Static Method , class com.yworks.yfiles.algo.Groups
Partitions the graph into groups using edge betweenness centrality (see com.yworks.yfiles.algo.Centrality.edgeBetweenness().
edgeBetweennessClustering2(graph:com.yworks.yfiles.base:Graph, clusterIDs:com.yworks.yfiles.base:NodeMap, qualityTimeRatio:Number, minGroupCount:int, maxGroupCount:int, refine:Boolean) — Static Method , class com.yworks.yfiles.algo.Groups
Partitions the graph into groups using Edge Betweenness Clustering proposed by Girvan and Newman.
EDGE_BUNDLE_DISTINGUISH_DIRECTIONS — Constant Static Property, class com.yworks.yfiles.layout.multipage.MultiPageLayouter
Edge bundle mode specifier.
EDGE_BUNDLE_DISTINGUISH_MULTIEDGES — Constant Static Property, class com.yworks.yfiles.layout.multipage.MultiPageLayouter
Edge bundle mode specifier.
EDGE_BUNDLE_DISTINGUISH_TYPES — Constant Static Property, class com.yworks.yfiles.layout.multipage.MultiPageLayouter
Edge bundle mode specifier.
edgeBundleModeMask — Property, class com.yworks.yfiles.layout.multipage.MultiPageLayouter
Getter: Returns the bit mask that is used to define edge bundles.
EdgeCellInfo — class, package com.yworks.yfiles.layout.router.polyline
Encapsulates the information that determines the route of a specific edge within a specific partition cell.
EdgeCellInfo(edge:com.yworks.yfiles.base:Edge, cell:com.yworks.yfiles.layout.router.polyline:PartitionCell, enterInterval:com.yworks.yfiles.layout.router.polyline:OrthogonalInterval, exitInterval:com.yworks.yfiles.layout.router.polyline:OrthogonalInterval, enterDirection:com.yworks.yfiles.layout:Direction, exitDirection:com.yworks.yfiles.layout:Direction, enterSegmentNo:int, init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
Creates a new instance.
edgeCellInfos — Property, class com.yworks.yfiles.layout.router.polyline.EdgeInfo
Returns a list of com.yworks.yfiles.layout.router.polyline.EdgeCellInfo s describing how the edge traverses each com.yworks.yfiles.layout.router.polyline.PartitionCell on its path.
edgeCount() — method, class com.yworks.yfiles.base.Graph
Returns the number of edges in this graph.
EDGE_CREATION — Constant Static Property, class com.yworks.yfiles.base.GraphEvent
Type constant that identifies an event that gets fired immediately after an edge has been created.
edgeCrossingCost — Property, class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
Specifies the edge cost an edge crossing will cause.
edgeCrossingPenalty — Property, class com.yworks.yfiles.layout.router.polyline.PenaltySettings
Specifies the penalty for a crossing of two edges.
EdgeCursor — Interface, package com.yworks.yfiles.base
A cursor interface for iterating over edges.
EdgeData — Interface, package com.yworks.yfiles.layout.hierarchic.incremental
Multi-purpose edge descriptor for each edge in the graph during the layout.
EdgeDataConstants — class, package com.yworks.yfiles.layout.hierarchic.incremental
EDGE_DESCRIPTOR_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.router.BusRouter
com.yworks.yfiles.base.DataProvider key used to store the com.yworks.yfiles.layout.router.BusDescriptor of every edge.
edgeDistributionStrategy — Property, class com.yworks.yfiles.layout.router.ChannelEdgeRouter
Getter: Returns the currently used edge distribution strategy of this router.
edgeGroupOverlapAllowed — Property, class com.yworks.yfiles.layout.labeling.AbstractLabelingAlgorithm
Getter: Returns whether edge labels may overlap with edges belonging to the same edge group.
EdgeGroupRouterStage — class, package com.yworks.yfiles.layout.router
Layout stage for com.yworks.yfiles.layout.router.OrthogonalEdgeRouter that adds support for a bus-like routing style.
EdgeGroupRouterStage(coreLayouter:com.yworks.yfiles.layout:Layouter, init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.EdgeGroupRouterStage
edgeGroupRoutingStyle — Property, class com.yworks.yfiles.layout.hierarchic.incremental.RoutingStyle
Specifies the routing style for grouped edges at the common segments.
EDGE_ID_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.LayouterKeys
The data provider key used to look up a unique Object identifier (consistent with hashCode() and equals() ) for each edge in a graph.
EDGE_ID_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.multipage.MultiPageLayouter
Used to map each edge of the input graph to a unique id.
EdgeInfo — Interface, package com.yworks.yfiles.layout.multipage
A class that holds all information related to an edge.
EdgeInfo — class, package com.yworks.yfiles.layout.router.polyline
Encapsulates the information required to route an edge with a path routing algorithm.
EdgeInfo(path:com.yworks.yfiles.layout.router.polyline:Path, configuration:com.yworks.yfiles.layout.router.polyline:PathSearchConfiguration, init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.polyline.EdgeInfo
Creates a new instance.
EdgeInfoCompanion — class, package com.yworks.yfiles.layout.multipage
EdgeInserter — class, package com.yworks.yfiles.layout.planar
This class handles insertion of edges into an embedded graph.
EdgeInserter(_planar:com.yworks.yfiles.layout.planar:PlanarInformation, init:Boolean) — Constructor, class com.yworks.yfiles.layout.planar.EdgeInserter
EdgeLabelCandidate — class, package com.yworks.yfiles.layout
A candidate position for edge labels
EdgeLabelCandidate(orientedBox:com.yworks.yfiles.geom:YOrientedRectangle, param:Object, owner:com.yworks.yfiles.layout:EdgeLabelLayout, init:Boolean) — Constructor, class com.yworks.yfiles.layout.EdgeLabelCandidate
Returns a new instance of EdgeLabelCandidate.
EDGE_LABEL_CROSSING_COST_FACTORS_KEY — Constant Static Property, class com.yworks.yfiles.layout.router.polyline.PartitionCellKeysCompanion
The key references a com.yworks.bridge.util.List of com.yworks.bridge.util.Double s representing factors that are multiplied with an edge's edge label crossing cost (com.yworks.yfiles.layout.router.polyline.PenaltySettings.edgeLabelCrossingPenalty) s if the edge crosses the corresponding com.yworks.yfiles.layout.EdgeLabelLayout registered by the key EDGE_LABEL_LAYOUTS_KEY .
edgeLabelCrossingPenalty — Property, class com.yworks.yfiles.layout.router.polyline.PenaltySettings
Getter: Returns the penalty for an edge crossing an edge label.
edgeLabelFeatureMap — Property, class com.yworks.yfiles.layout.DefaultLayoutGraph
Map used to associate the owner of an edge label with the edge label itself.
EDGE_LABEL_ID_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.multipage.MultiPageLayouter
Used to map each edge label of the input graph to a unique id.
EdgeLabelInfo — Interface, package com.yworks.yfiles.layout.multipage
A class that holds all information related to an edge label.
EdgeLabelLayout — Interface, package com.yworks.yfiles.layout
This interface defines the properties of one edge label from the perspective of a labeling algorithm.
EdgeLabelLayoutImpl — class, package com.yworks.yfiles.layout
This class is an default implementation of the EdgeLabelLayout interface.
EdgeLabelLayoutImpl(init:Boolean) — Constructor, class com.yworks.yfiles.layout.EdgeLabelLayoutImpl
Initializes a new EdgeLabelLayoutImpl instance.
EDGE_LABEL_LAYOUT_KEY — Constant Static Property, class com.yworks.yfiles.layout.LabelLayoutKeys
Key that is used to add or access a data provider to a graph that must return for each edge of the graph an array of type com.yworks.yfiles.layout.LabelLayoutData.
EDGE_LABEL_LAYOUT_PREFERRED_PLACEMENT_DESCRIPTOR_KEY — Constant Static Property, class com.yworks.graph.model.LayoutGraphAdapter
An IMapperRegistry tag for an IMapper that provides for the edge labels in the adaptedGraph a PreferredPlacementDescriptor instance.
EDGE_LABEL_LAYOUT_PREFERRED_PLACEMENT_KEY — Constant Static Property, class com.yworks.graph.model.LayoutGraphAdapter
An IMapperRegistry tag for a IMapper that provides for the edge in the adaptedGraph a LabelLayoutConstants constant.
EDGE_LABEL_LAYOUTS_KEY — Constant Static Property, class com.yworks.yfiles.layout.router.polyline.PartitionCellKeysCompanion
The key references a com.yworks.bridge.util.List of com.yworks.yfiles.layout.EdgeLabelLayout s covering a certain com.yworks.yfiles.layout.router.polyline.PartitionCell .
edgeLabelMap — Property, class com.yworks.yfiles.layout.DefaultLayoutGraph
EdgeMap used to associate edge label layouts with the edges of this graph.
edgeLabelModel — Property, class com.yworks.yfiles.layout.EdgeLabelLayoutImpl
Sets the edge label model associated with this label layout
EdgeLabelModel — Interface, package com.yworks.yfiles.layout
This interface defines the properties of the model associated with an edge label layout.
EdgeLabelOrientationSupport — class, package com.yworks.yfiles.layout
Helper for layouter with integrated edge labeling to support orientation and mirroring.
EdgeLabelOrientationSupport(init:Boolean) — Constructor, class com.yworks.yfiles.layout.EdgeLabelOrientationSupport
Creates an instance.
edgeLabelSpacing — Property, class com.yworks.yfiles.layout.tree.BalloonLayouter
Specifies the edge label spacing value (a non-negative double value).
EdgeLayout — Interface, package com.yworks.yfiles.layout
This interface encapsulates the layout information for an edge.
edgeLayoutDescriptor — Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Specifies the EdgeLayoutDescriptor instance used for all those edges, that do not have a specific layout descriptor assigned.
edgeLayoutDescriptor — Property, class com.yworks.yfiles.layout.orthogonal.DirectedOrthogonalLayouter
Specifies the EdgeLayoutDescriptor instance used for all those edges, that do not have a specific layout descriptor assigned.
edgeLayoutDescriptor — Property, class com.yworks.yfiles.layout.orthogonal.OrthogonalGroupLayouter
Specifies the EdgeLayoutDescriptor instance used for all those edges, that do not have a specific layout descriptor assigned.
edgeLayoutDescriptor — Property, class com.yworks.yfiles.layout.orthogonal.OrthogonalLayouter
Specifies the EdgeLayoutDescriptor instance used for all those edges, that do not have a specific layout descriptor assigned.
EdgeLayoutDescriptor — 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 determine the routing details of the graph's edges.
EdgeLayoutDescriptor — class, package com.yworks.yfiles.layout.orthogonal
This class is used by com.yworks.yfiles.layout.orthogonal.OrthogonalLayouter, com.yworks.yfiles.layout.orthogonal.DirectedOrthogonalLayouter and com.yworks.yfiles.layout.orthogonal.OrthogonalGroupLayouter to determine the routing details of the graph's edges.
EdgeLayoutDescriptor — class, package com.yworks.yfiles.layout.router.polyline
This class is used by com.yworks.yfiles.layout.router.polyline.EdgeRouter to determine the routing details of the graph's edges.
EdgeLayoutDescriptor — class, package com.yworks.yfiles.layout.seriesparallel
This class is used by com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayouter to determine the routing details of a graph's edges.
EdgeLayoutDescriptor(init:Boolean) — Constructor, class com.yworks.yfiles.layout.hierarchic.incremental.EdgeLayoutDescriptor
Creates a new instance of an EdgeLayoutDescriptor using the default values.
EdgeLayoutDescriptor(init:Boolean) — Constructor, class com.yworks.yfiles.layout.orthogonal.EdgeLayoutDescriptor
Creates a new instance of an EdgeLayoutDescriptor using the default values.
EdgeLayoutDescriptor(init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.polyline.EdgeLayoutDescriptor
Creates a new instance of an EdgeLayoutDescriptor using the default values.
EdgeLayoutDescriptor(init:Boolean) — Constructor, class com.yworks.yfiles.layout.seriesparallel.EdgeLayoutDescriptor
EDGE_LAYOUT_DESCRIPTOR_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl
com.yworks.yfiles.base.DataProvider key used to retrieve com.yworks.yfiles.layout.hierarchic.incremental.EdgeLayoutDescriptor instances for each edge in the graph.
EDGE_LAYOUT_DESCRIPTOR_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.orthogonal.DirectedOrthogonalLayouter
com.yworks.yfiles.base.DataProvider key used to retrieve com.yworks.yfiles.layout.orthogonal.EdgeLayoutDescriptor instances for each edge in the graph.
EDGE_LAYOUT_DESCRIPTOR_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.orthogonal.OrthogonalGroupLayouter
com.yworks.yfiles.base.DataProvider key used to retrieve com.yworks.yfiles.layout.orthogonal.EdgeLayoutDescriptor instances for each edge in the graph.
EDGE_LAYOUT_DESCRIPTOR_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.orthogonal.OrthogonalLayouter
com.yworks.yfiles.base.DataProvider key used to retrieve com.yworks.yfiles.layout.orthogonal.EdgeLayoutDescriptor instances for each edge in the graph.
EDGE_LAYOUT_DESCRIPTOR_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.router.polyline.EdgeRouter
com.yworks.yfiles.base.DataProvider key used to store the com.yworks.yfiles.layout.router.polyline.EdgeLayoutDescriptor for each edge.
EDGE_LAYOUT_DESCRIPTOR_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.seriesparallel.SeriesParallelLayouter
com.yworks.yfiles.base.DataProvider key used to store the com.yworks.yfiles.layout.seriesparallel.EdgeLayoutDescriptor for each edge.
edgeLayoutString(gd:com.yworks.yfiles.layout:LayoutGraph, edge:com.yworks.yfiles.base:Edge) — Static Method , class com.yworks.yfiles.layout.LayoutTool
Returns the path of the layout of a specific edge as a String.
_edgeLengthKey — Property, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
The key to the data provider, which stores the length of the edges.
edgeLengthKey — Property, class com.yworks.yfiles.layout.hierarchic.AbstractDrawer
Set the key to the data provider, which stores the length of the edges.
edgeLengthPenalty — Property, class com.yworks.yfiles.layout.router.polyline.PenaltySettings
Specifies the penalty for the edge length.
edgeList — Property, class com.yworks.yfiles.layout.LayoutGraph
Returns a list, which contains the edges of the graph.
edgeList — Property, class com.yworks.yfiles.layout.planar.GT_EdgeListComparator
EdgeList — class, package com.yworks.yfiles.base
Specialized list implementation for instances of type com.yworks.yfiles.base.Edge.
EdgeList(init:Boolean) — Constructor, class com.yworks.yfiles.base.EdgeList
Creates an empty edge list.
edgeListComparator — Property, class com.yworks.yfiles.layout.planar.GT
EdgeMap — Interface, package com.yworks.yfiles.base
Provides access to data associated with an edge.
EdgeMapAdapter — class, package com.yworks.yfiles.util
This class is an empty abstract implementation of the EdgeMap interface.
EdgeMapAdapter(init:Boolean) — Constructor, class com.yworks.yfiles.util.EdgeMapAdapter
edgeMapCopying — Property, class com.yworks.yfiles.util.GraphCopier
Getter: Determines whether automatic copying of edge map contents is enabled.
edgeNodeOverlapAllowed — Property, class com.yworks.yfiles.layout.router.OrganicEdgeRouter
Specifies whether or not edge-node overlaps are allowed.
edgeObjects() — method, class com.yworks.graph.model.LayoutGraphAdapter
Returns an iterator that provides access to all edges residing in the graph.
edgeObjects() — method, class com.yworks.yfiles.base.Graph
Returns an iterator that provides access to all edges residing in this graph.
edgeObjects() — method, interface com.yworks.yfiles.base.GraphInterface
Returns an iterator that provides access to all edges residing in the graph.
EdgeOppositeNodeLabelLayoutModel — class, package com.yworks.yfiles.layout
A node label model that sets the labels at the opposite side of the outgoing edges of a node.
EdgeOppositeNodeLabelLayoutModel(g:com.yworks.yfiles.layout:LayoutGraph, n:com.yworks.yfiles.base:Node, init:Boolean) — Constructor, class com.yworks.yfiles.layout.EdgeOppositeNodeLabelLayoutModel
EdgeOrder — Interface, package com.yworks.yfiles.layout.planar
Interface EdgeOrder.
edgeOrderComparator — Property, class com.yworks.yfiles.layout.router.polyline.EdgeRouter
Specifies the custom java.util.Comparator used to sort the edges of the graph to determine the processing order of the edges.
edgeOverlapCost — Property, class com.yworks.yfiles.layout.router.OrthogonalPatternEdgeRouter
Specifies the cost an edge overlap will cause.
edgeOverlapPenalty — Property, class com.yworks.yfiles.layout.LabelCandidate
Specifies the penalty value for a candidate position that overlaps the path of an edge.
EdgePairCursor — Interface, package com.yworks.yfiles.layout.planar
Defines a cursor which returns pairs of edges.
EDGE_REINSERTION — Constant Static Property, class com.yworks.yfiles.base.GraphEvent
Type constant that identifies an event that gets fired immediately after an edge has been reinserted into the graph.
EdgeReversalStage — class, package com.yworks.yfiles.layout
A layout stage that can be used to (selectively) reverse edges in a graph while keeping the layout and label positions of the reversed edges as close to the pre-reversal layout and positions as possible.
EdgeReversalStage(init:Boolean) — Constructor, class com.yworks.yfiles.layout.EdgeReversalStage
EdgeReverser — class, package com.yworks.yfiles.layout.hierarchic
Helper that reverses edges that are oriented in the wrong direction.
EdgeReverser — Interface, package com.yworks.yfiles.layout.hierarchic.incremental
Interface for implementations that perform their work after the first phase.
EdgeReverser(init:Boolean) — Constructor, class com.yworks.yfiles.layout.hierarchic.EdgeReverser
edgeRouter — Property, class com.yworks.yfiles.layout.PartitionLayouter_PolylineInterEdgeRouter
Specifies the com.yworks.yfiles.layout.router.polyline.EdgeRouter instance used to route inter-edges.
edgeRouter — Property, class com.yworks.yfiles.layout.partial.PartialLayouter
Getter: Returns the edge router used for routing partial edges as well as edges between different subgraph components (so-called inter-edges).
edgeRouter — Property, class com.yworks.yfiles.layout.router.polyline.PathSearchConfiguration
Returns the orthogonal layout algorithm using this configuration.
EdgeRouter — class, package com.yworks.yfiles.layout.planar
Instances of this class route edges through a planar graph using it's dual graph
EdgeRouter — class, package com.yworks.yfiles.layout.router.polyline
This class represents a polyline edge router which calculates an edge layout containing only straight segments.
EdgeRouter(_planar:com.yworks.yfiles.layout.planar:PlanarInformation, init:Boolean) — Constructor, class com.yworks.yfiles.layout.planar.EdgeRouter
EdgeRouter(init:Boolean) — Constructor, class com.yworks.yfiles.layout.router.polyline.EdgeRouter
Creates a new EdgeRouter instance.
edgeRoutingStrategy — Property, class com.yworks.yfiles.layout.partial.PartialLayouter
Getter: Return the specified edge routing strategy.
edgeRoutingStrategy — Property, class com.yworks.yfiles.layout.radial.RadialLayouter
Specifies the edge routing strategy.
EDGE_ROUTING_STRATEGY_ARC — Constant Static Property, class com.yworks.yfiles.layout.radial.RadialLayouter
Specifier for an edge routing strategy that will route edges as an arc.
EDGE_ROUTING_STRATEGY_AUTOMATIC — Constant Static Property, class com.yworks.yfiles.layout.partial.PartialLayouter
Specifier for the routing strategy of inter-edges (edges between fixed and partial nodes as well as edges between different subgraph components).
EDGE_ROUTING_STRATEGY_OCTILINEAR — Constant Static Property, class com.yworks.yfiles.layout.partial.PartialLayouter
Specifier for the routing strategy of inter-edges (edges between fixed and partial nodes as well as edges between different subgraph components).
EDGE_ROUTING_STRATEGY_ORGANIC — Constant Static Property, class com.yworks.yfiles.layout.partial.PartialLayouter
Specifier for the routing strategy of inter-edges (edges between fixed and partial nodes as well as edges between different subgraph components).
EDGE_ROUTING_STRATEGY_ORTHOGONAL — Constant Static Property, class com.yworks.yfiles.layout.partial.PartialLayouter
Specifier for the routing strategy of inter-edges (edges between fixed and partial nodes as well as edges between different subgraph components).
EDGE_ROUTING_STRATEGY_POLYLINE — Constant Static Property, class com.yworks.yfiles.layout.radial.RadialLayouter
Specifier for an edge routing strategy that will route edges as a polyline from source to target with one bend on each spanned circle.
EDGE_ROUTING_STRATEGY_STRAIGHTLINE — Constant Static Property, class com.yworks.yfiles.layout.partial.PartialLayouter
Specifier for the routing strategy of inter-edges (edges between fixed and partial nodes as well as edges between different subgraph components).
edges() — method, class com.yworks.yfiles.base.EdgeList
Returns an edge cursor for this edge list.
edges() — method, class com.yworks.yfiles.base.Graph
Provides access to the edges of the graph.
edges() — method, class com.yworks.yfiles.base.Node
Returns an edge cursor for all incoming and outgoing edges at this node.
edges() — method, class com.yworks.yfiles.layout.planar.Face
Returns a cursor over the edges in the face.
edges — Property, class com.yworks.yfiles.layout.router.polyline.PathSearchContext
The edges that are routed.
edgeSpacing — Property, class com.yworks.yfiles.layout.GraphLayoutLineWrapper
Specifies the space between edges that should be used for the additional routing.
edgeStyle — Property, class com.yworks.yfiles.layout.tree.MultiParentDescriptor
Specifies the routing style for edges that connect to nodes that constitute a multi-parent structure.
EDGE_STYLE_OCTILINEAR — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.incremental.RoutingStyle
Routing style constant.
EDGE_STYLE_ORTHOGONAL — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.incremental.RoutingStyle
Routing style constant.
EDGE_STYLE_ORTHOGONAL — Constant Static Property, class com.yworks.yfiles.layout.tree.MultiParentDescriptor
Routing style for edges that are connected to nodes that constitute a multi-parent structure.
EDGE_STYLE_POLYLINE — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.incremental.RoutingStyle
Routing style constant.
EDGE_STYLE_POLYLINE — Constant Static Property, class com.yworks.yfiles.layout.tree.MultiParentDescriptor
Routing style for edges that are connected to nodes that constitute a multi-parent structure.
EDGE_STYLE_STRAIGHT — Constant Static Property, class com.yworks.yfiles.layout.tree.MultiParentDescriptor
Routing style for edges that are connected to nodes that constitute a multi-parent structure.
EDGE_SUBSET_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.router.BusRouter
com.yworks.yfiles.base.DataProvider key used for specifying the edge subset to be laid out.
edgeToEdgeDistance — Property, class com.yworks.yfiles.layout.hierarchic.IncrementalHierarchicLayouter
Specifies the minimum distance between two adjacent edges in one layer.
EDGE_TYPE_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.multipage.MultiPageLayouter
Allows to specify the edge kind (an object).
edgeWeight — Property, class com.yworks.yfiles.layout.planar.SimpleEdgeRouter
EDGE_WEIGHTS_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.ConstraintLayerer
DataProvider key for additional edge weights of type int.
EDGE_WEIGHTS_DPKEY — Constant Static Property, class com.yworks.yfiles.layout.hierarchic.incremental.ConstraintIncrementalLayerer
DataProvider key for additional edge weights of type int.
EIGHT_POS_MASK — Constant Static Property, class com.yworks.yfiles.layout.DiscreteNodeLabelLayoutModel
Position mask that allows only the eight node-external positions.
elapsedTime — Property, class com.yworks.yfiles.util.Timer
Returns the period of time the timer has been in an activated state since the last reset occurred.
element() — method, class com.yworks.bridge.util.LinkedList
elementAt(i:int) — method, class com.yworks.yfiles.base.YList
Returns the i-th element of this list.
elementFactory — Property, class com.yworks.yfiles.layout.multipage.MultiPageLayouter
Specifies the element factory that is used to create special nodes and edges in a multi-page layout.
ElementFactory — Interface, package com.yworks.yfiles.layout.multipage
Factory used by class com.yworks.yfiles.layout.multipage.MultiPageLayouter to create special nodes and edges.
ElementInfoManager — Interface, package com.yworks.yfiles.layout.multipage
Interface that offers access to the information objects of graph elements.
embed() — method, class com.yworks.yfiles.layout.planar.CombinatorialEmbedder
This method does the whole embedding work
embed() — method, class com.yworks.yfiles.layout.planar.DrawingEmbedder
Calculate planar embedding.
embed() — method, interface com.yworks.yfiles.layout.planar.Embedder
Creates the embedding.
embed(planar:com.yworks.yfiles.layout.planar:PlanarInformation) — method, class com.yworks.yfiles.layout.planar.PlanarityTest
Creates an embedding of a given graph if it is planar.
Embedder — Interface, package com.yworks.yfiles.layout.planar
This is an interface for planar embedders.
embedPlanarSubgraph(planar:com.yworks.yfiles.layout.planar:PlanarInformation) — method, class com.yworks.yfiles.layout.planar.PlanarityTest
Runs a planarity test and constructs a valid embedding of the graph.
empty — Property, class com.yworks.bridge.geom.Rectangle
Determines whether or not this Rectangle is empty.
empty — Property, class com.yworks.bridge.geom.Rectangle2D
Determines whether or not this Rectangle is empty.
empty — Property, class com.yworks.bridge.geom.Rectangle2DDouble
empty — Property, class com.yworks.bridge.util.AbstractCollection
Returns true if the collection has no element, otherwise false.
empty — Property, class com.yworks.bridge.util.AbstractMap
Answers if this Map has no elements, a size of zero.
empty — Property, class com.yworks.bridge.util.ArrayList
Answers if this ArrayList has no elements, a size of zero.
empty — Property, class com.yworks.bridge.util.BitSet
Answers true if all the bits in this bitset are set to false.
empty — Property, interface com.yworks.bridge.util.Collection
Answers if this Collection has no elements, a size of zero.
empty — Property, class com.yworks.bridge.util.HashMap
Answers if this HashMap has no elements, a size of zero.
empty — Property, class com.yworks.bridge.util.HashSet
Answers if this HashSet has no elements, a size of zero.
empty — Property, interface com.yworks.bridge.util.Map
Answers if this Map has no elements, a size of zero.
empty — Property, class com.yworks.bridge.util.TreeSet
Answers if this TreeSet has no elements, a size of zero.
empty — Property, class com.yworks.yfiles.base.Graph
Returns true if this graph contains no nodes.
empty — Property, class com.yworks.yfiles.base.YList
Checks whether this list contains elements.
empty — Property, class com.yworks.yfiles.geom.YOrientedRectangle
Returns whether this instance has negative width or height.
empty — Property, class com.yworks.yfiles.util.BoundedQueue
Returns true if this queue is empty.
empty — Property, class com.yworks.yfiles.util.BoundedStack
Returns true if this stack is empty.
empty — Property, class com.yworks.yfiles.util.pq.ArrayIntNodePQ
Returns whether or not this queue is empty.
empty — Property, class com.yworks.yfiles.util.pq.BHeapDoubleNodePQ
Returns whether or not this queue is empty Complexity O(1)
empty — Property, class com.yworks.yfiles.util.pq.BHeapIntNodePQ
Returns whether or not this queue is empty Complexity O(1)
empty — Property, class com.yworks.yfiles.util.pq.BHeapNodePQ
Returns whether or not this queue is empty Complexity O(1)
empty — Property, class com.yworks.yfiles.util.pq.DoubleObjectPQ
Returns whether or not this queue is empty.
empty — Property, class com.yworks.yfiles.util.pq.IntObjectPQ
Returns whether or not this queue is empty Complexity O(1)
empty — Property, class com.yworks.yfiles.util.pq.ListIntNodePQ
Returns whether or not this queue is empty.
empty — Property, interface com.yworks.yfiles.util.pq.NodePQ
Returns whether or not this queue is empty
empty — Property, class com.yworks.yfiles.util.pq.TreeIntNodePQ
Complexity O(1).
emptyList() — Static Method , class com.yworks.bridge.util.Collections
Returns a type-safe empty, immutable com.yworks.bridge.util.List.
EMPTY_LIST — Constant Static Property, class com.yworks.bridge.util.Collections
An immutable, serializable, empty List.
emptyMap() — Static Method , class com.yworks.bridge.util.Collections
Returns a type-safe empty, immutable com.yworks.bridge.util.Map.
EMPTY_MAP — Constant Static Property, class com.yworks.bridge.util.Collections
An immutable, serializable, empty Map.
EMPTY_PATH — Constant Static Property, class com.yworks.yfiles.geom.YPointPath
Defines a path with no points.
emptySet() — Static Method , class com.yworks.bridge.util.Collections
Returns a type-safe empty, immutable com.yworks.bridge.util.Set.
EMPTY_SET — Constant Static Property, class com.yworks.bridge.util.Collections
An immutable, serializable, empty Set.
enableGrouping(graph:com.yworks.yfiles.base:Graph) — Static Method , class com.yworks.graph.model.NodeHierarchy
Adds the DataProviders that are required for working with hierarchic layout graphs, namely: GroupingKeys.GROUP_DPKEY GroupingKeys.PARENT_NODE_ID_DPKEY GroupingKeys.NODE_ID_DPKEY and calls transferMapperIDs.
enableOnlyCore() — method, class com.yworks.yfiles.layout.CanonicMultiStageLayouter
Disables all layout stages and performs only the core layouter.
enableOnlyCore() — method, class com.yworks.yfiles.layout.organic.InteractiveOrganicLayouter
Makes sure that the core of this layouter will not use the usual com.yworks.yfiles.layout.LayoutStage s, like com.yworks.yfiles.layout.ComponentLayouter, com.yworks.yfiles.layout.ParallelEdgeLayouter, etc.
end — Property, class com.yworks.yfiles.geom.BorderLine_Segment
Returns the end of this segment.
enforceGlobalLayering — Property, class com.yworks.yfiles.layout.tree.TreeLayouter
Specifies whether or not global layering is enforced.
enforceMonotonicPathRestrictions — Property, class com.yworks.yfiles.layout.router.OrthogonalEdgeRouter
Getter: Returns whether monotonic path restrictions (set with monotonicPathRestriction) should be enforced.
enqueue(x:Object) — method, class com.yworks.yfiles.util.BoundedQueue
Appends x to the rear of this queue.
ensureCapacity(minimumCapacity:int) — method, class com.yworks.bridge.util.ArrayList
Ensures that this ArrayList can hold the specified number of elements without growing.
enterDirection — Property, class com.yworks.yfiles.layout.router.polyline.CellEntrance
Specifies the direction from which this cell was entered.
enterDirection — Property, class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
Returns the direction, this edge uses to enter this cell.
enterInterval — Property, class com.yworks.yfiles.layout.router.polyline.CellEntrance
Specifies the com.yworks.yfiles.layout.router.polyline.OrthogonalInterval that was used to enter this cell.
enterInterval — Property, class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
Returns the interval, the edge uses to enter this cell.
EnterIntervalCalculator — Interface, package com.yworks.yfiles.layout.router.polyline
Interface providing additional intervals to traverse from one com.yworks.yfiles.layout.router.polyline.PartitionCell into an adjacent one.
enterSegmentGroup — Property, class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
Getter: Returns the segment group containing the entering segment.
enterSegmentNo — Property, class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
Specifies the index of the edge segment that enters this cell.
entries — Property, class com.yworks.yfiles.layout.PortCandidateSet
Returns an Iterator over the list of entries (com.yworks.yfiles.layout.PortCandidateSet_Entry).
entrySet() — method, class com.yworks.bridge.util.AbstractMap
Returns a Set of Map.Entrys that represent the entries in this Map.
entrySet() — method, class com.yworks.bridge.util.HashMap
Answers a Set of the mappings contained in this HashMap.
entrySet() — method, interface com.yworks.bridge.util.Map
Returns a Set whose elements comprise all of the mappings that are to be found in this Map.
entrySet() — method, class com.yworks.bridge.util.TreeMap
Answers a Set of the mappings contained in this spec.TreeMap.
EPS — Property, class com.yworks.yfiles.layout.PortCalculator
EPSILON used by equalsEps().
epsilon — Property, class com.yworks.yfiles.layout.router.ChannelRouter
Specifies the current epsilon value.
epsilonChannelIgnored — Property, class com.yworks.yfiles.layout.router.ChannelRouter
Getter: Returns whether subchannels shorter than epsilon are ignored by this instance.
eq(l1:com.yworks.bridge.util:LongImpl, l2:com.yworks.bridge.util:LongImpl) — Static Method , class com.yworks.bridge.util.LongImpl
equals(obj:Object) — method, class com.yworks.bridge.geom.AffineTransform
equals(obj:Object) — method, class com.yworks.bridge.geom.Dimension
equals(o:Object) — method, class com.yworks.bridge.geom.Insets
equals(obj:Object) — method, class com.yworks.bridge.geom.Point2D
Determines whether or not two points are equal.
equals(obj:Object) — method, class com.yworks.bridge.geom.Rectangle
Checks whether two rectangles are equal.
equals(obj:Object) — method, class com.yworks.bridge.geom.Rectangle2D
Checks whether two rectangles are equal.
equals(object:Object) — method, class com.yworks.bridge.util.AbstractList
Compares the specified object to this List and answer if they are equal.
equals(object:Object) — method, class com.yworks.bridge.util.AbstractMap
Compares the specified object to this Map and answer if they are equal.
equals(object:Object) — method, class com.yworks.bridge.util.AbstractSet
Compares the specified object to this Set and answer if they are equal.
equals(a:Vector$int, b:Vector$int) — Static Method , class com.yworks.bridge.util.Arrays
equals(x:Object) — method, class com.yworks.bridge.util.BigInteger
equals(obj:Object) — method, class com.yworks.bridge.util.BitSet
Compares the argument to this BitSet and answer if they are equal.
equals(o:Object) — method, class com.yworks.bridge.util.Double
equals(o1:Object, o2:Object) — Static Method , class com.yworks.bridge.util.FlexUtils
equals(o:Object) — method, class com.yworks.bridge.util.Integer
equals(o:Object) — method, class com.yworks.bridge.util.LongImpl
equals(o:Object) — method, class com.yworks.bridge.util.YObject
equals(other:Object) — method, class com.yworks.yfiles.base.YList
equals(o:Object) — method, class com.yworks.yfiles.geom.YCircle
equals(o:Object) — method, class com.yworks.yfiles.geom.YDimension
Tests a dimension to equality to another dimension.
equals(o:Object) — method, class com.yworks.yfiles.geom.YInsets
equals(o:Object) — method, class com.yworks.yfiles.geom.YOrientedRectangle
equals(o:Object) — method, class com.yworks.yfiles.geom.YPoint
Tests a point to equality to another point.
equals(o:Object) — method, class com.yworks.yfiles.geom.YRectangle
equals(o:Object) — method, class com.yworks.yfiles.layout.NodeHalo
equals(other:Object) — method, class com.yworks.yfiles.layout.PortCandidate
Tests for equality based on the internal attributes.
equals(other:Object) — method, class com.yworks.yfiles.layout.PortConstraint
Tests for equality based on the strong attribute and the side attribute.
equals(o:Object) — method, class com.yworks.yfiles.layout.PreferredPlacementDescriptor
equals(o:Object) — method, class com.yworks.yfiles.layout.grid.PartitionCellId
equals(o:Object) — method, class com.yworks.yfiles.layout.grid.PartitionCellId_Pair0
equals(obj:Object) — method, class com.yworks.yfiles.layout.router.BusDescriptor
Indicates whether some other object is "equal to" this one.
equals(other:Object) — method, class com.yworks.yfiles.layout.router.polyline.Interval
Checks if this interval equals the given interval.
equals(o:Object) — method, class com.yworks.yfiles.util.Tuple
Determines if the given Tuple equals another Tuple.
equals2(array1:Vector$Number, array2:Vector$Number) — Static Method , class com.yworks.bridge.util.Arrays
Compares the two arrays.
equalsEps(x1:Number, y1:Number, x2:Number, y2:Number) — method, class com.yworks.yfiles.layout.PortCalculator
Callback method that determines whether two points are equal.
equalsIgnoreCase(left:String, right:String) — Static Method , class com.yworks.bridge.util.FlexUtils
equalValues(result:com.yworks.yfiles.layout.tree:AbstractRotatableNodePlacer_Matrix) — method, class com.yworks.yfiles.layout.tree.AbstractRotatableNodePlacer_Matrix
Compares the values of the actual matrix with the values of the given matrix
EventObject — class, package com.yworks.bridge.util
EventObjects represent events.
EventObject(source:Object, init:Boolean) — Constructor, class com.yworks.bridge.util.EventObject
Constructs a new instance of this class.
exactPlacementEnforced — Property, class com.yworks.yfiles.layout.hierarchic.incremental.SimplexNodePlacer
Specifies whether this instance should enforce the placement of nodes at their exact current position, even if this violates minimum distance constraints.
execute(tasks:com.yworks.bridge.util:List) — method, interface com.yworks.yfiles.util.TaskExecutor
Executes all java.lang.Runnable s in the given list and returns as soon as all tasks are finished.
exit(code:int) — Static Method , class com.yworks.bridge.util.FlexUtils
exitDirection — Property, class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
Returns the direction, this edge uses to exit this cell.
exitInterval — Property, class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
Returns the interval, the edge uses to exit this cell.
exitSegmentGroup — Property, class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
Getter: Returns the segment group containing the exiting segment.
exitSegmentNo — Property, class com.yworks.yfiles.layout.router.polyline.EdgeCellInfo
Specifies the index of the edge segment that exits this cell.
ExtendedEdgeLabelCandidate — class, package com.yworks.graph.model
A subclass of EdgeLabelCandidate that provides a ILabelCandidateDescriptor.
ExtendedEdgeLabelCandidate(orientedBox:com.yworks.yfiles.geom:YOrientedRectangle, param:Object, owner:com.yworks.yfiles.layout:EdgeLabelLayout, _internal:Boolean, descriptor:com.yworks.graph.model:ILabelCandidateDescriptor, init:Boolean) — Constructor, class com.yworks.graph.model.ExtendedEdgeLabelCandidate
Creates a new instance of ExtendedEdgeLabelCandidate.
ExtendedLabelCandidateProfitModel — class, package com.yworks.graph.model
An implementation of ProfitModel that returns tha profit of a label candidate for instances of ExtendedNodeLabelCandidate and ExtendedEdgeLabelCandidate.
ExtendedNodeLabelCandidate — class, package com.yworks.graph.model
A subclass of NodeLabelCandidate that provides a ILabelCandidateDescriptor.
ExtendedNodeLabelCandidate(orientedBox:com.yworks.yfiles.geom:YOrientedRectangle, param:Object, owner:com.yworks.yfiles.layout:NodeLabelLayout, _internal:Boolean, descriptor:com.yworks.graph.model:ILabelCandidateDescriptor, init:Boolean) — Constructor, class com.yworks.graph.model.ExtendedNodeLabelCandidate
Creates a new instance of ExtendedNodeLabelCandidate.
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