Usages of ILinkedItemEnumerable
Properties
listCells | in YList | Gets a live view of this list as an IEnumerable<ListCell> of ListCell<T>s. | |
bends | in LayoutEdge | Gets a live view of the bends along this edge. | |
labels | in LayoutEdge | Gets a live view of labels that belong to this edge. | |
pathPoints | in LayoutEdge | Gets a live view of the path points along this edge. | |
edges | in LayoutGraph | Provides a dynamic IEnumerable<T> for LayoutEdges, allowing iteration over the edges contained in this instance. | |
nodes | in LayoutGraph | Provides a dynamic IEnumerable<T> for LayoutNodes, allowing iteration over the nodes contained in this instance. | |
edges | in LayoutNode | Provides access to all edges adjacent to this node. | |
inEdges | in LayoutNode | Provides access to the incoming edges connected to this node. | |
labels | in LayoutNode | Gets a live view of the labels associated with this node. | |
outEdges | in LayoutNode | Provides access to the outgoing edges connected to this node. |
Method Return Values
getChildren (LayoutNode) | in LayoutGraph | Returns the children of the specified group node. | |
getChildren (LayoutNode) | in LayoutGraphGrouping | Returns the direct children of the specified group node. | |
getDescendants (LayoutNode) | in LayoutGraphGrouping | Returns all descendants of the given group node. |
Method Parameters
createTranslationStage (number?, number?, ILinkedItemEnumerable<LayoutNode>?) | in LayoutTransformations | Creates an ILayoutStage that translates the LayoutGraph. |
Implementing Types
YList | An implementation of a doubly linked list that provides direct access to the cells that store the elements. |