Usages of IList
Properties
face | in Dart | Gets the face list associated with this dart. | |
intersectionPoints | in LayoutGraphIntersection | Gets a list of Points that describe the intersecting area or line. | |
faces | in PlanarEmbedding | Gets an IList<T> of face lists. | |
outerFace | in PlanarEmbedding | Gets the IList<T> that represents the outer face. | |
stack | in LayoutStageStack | Gets the raw list of stages in the stack. | |
styles | in CompositeEdgeStyle | Gets a readonly list of the styles used by this instance. | |
styles | in CompositeLabelStyle | Gets a readonly list of the styles used by this instance. | |
styles | in CompositeNodeStyle | Gets a readonly list of the styles used by this instance. | |
styles | in CompositePortStyle | Gets a readonly list of the styles used by this instance. | |
children | in SvgVisualGroup | Gets the list of children with read and write access. |
Fields
EMPTY_LIST | in YList | An empty, read-only list. |
Method Return Values
allPaths (LayoutGraph, LayoutNode, LayoutNode, boolean, function(IList<LayoutEdge>):boolean?) | in LayoutGraphAlgorithms | Returns all simple directed or undirected paths between two given nodes as a special cursor that calculates the next path in the sequence, only when needed. | |
getOutgoingDarts (LayoutNode) | in PlanarEmbedding | Returns a IList<T> containing the (cyclic ordered) outgoing darts of the specified node. | |
from (IList<T>) | in IList | Creates a IList<T> instance from the given object by performing automatic type conversion. | |
getSortedModes () | in MultiplexingInputMode | Returns a list of all modes managed by this instance sorted by their priority. | |
getCoveredCells (RoutingObstacle) | in IRouterPartition | Returns all PartitionCells that are completely covered by the given RoutingObstacle. | |
getIntersectingCells (Rect) | in IRouterPartition | Returns a list of all PartitionCells that intersect or cover the given rectangle. | |
getNeighbors (PartitionCell) | in IRouterPartition | Returns a list of all PartitionCells that are neighbors of the given cell, i.e., those cells that have a common border segment with the given cell. | |
getObstacles (PartitionCell) | in IRouterPartition | Returns all RoutingObstacles that cover the given PartitionCell. | |
getIntersectingNodes () | in PartitionCell | Returns the list of nodes whose bounds cover or intersect this cell. | |
getNodesInNodeToEdgeDistance () | in PartitionCell | Returns the list of nodes in node-to-edge distance of this cell. |
Method Parameters
allPaths (LayoutGraph, LayoutNode, LayoutNode, boolean, function(IList<LayoutEdge>):boolean?) | in LayoutGraphAlgorithms | Returns all simple directed or undirected paths between two given nodes as a special cursor that calculates the next path in the sequence, only when needed. | |
from (IList<T>) | in IList | Creates a IList<T> instance from the given object by performing automatic type conversion. | |
QueryInputHandlersEventArgs (IParseContext, Element, IList<IInputHandler>) | in QueryInputHandlersEventArgs | Create a new instance. | |
addExistingPorts (IPortOwner, IList<IPortCandidate>) | in PortCandidateProviderBase | Adds candidates for all existing ports of the owner to the provided list. | |
appendStartEntrances (IList<CellEntrance>) | in PathSearchExtension | Appends additional start entrances for the path search of the current edge to the given list of all previously generated entrances. | |
PathSearchResult (IList<CellEntrance>, number) | in PathSearchResult | Creates a new instance of PathSearchResult for the given edge, CellEntrances, and cost. |