documentationfor yFiles for HTML 3.0.0.3

Properties

listCellsin YListGets a live view of this list as an IEnumerable<ListCell> of ListCell<T>s.
bendsin LayoutEdgeGets a live view of the bends along this edge.
labelsin LayoutEdgeGets a live view of labels that belong to this edge.
pathPointsin LayoutEdgeGets a live view of the path points along this edge.
edgesin LayoutGraphProvides a dynamic IEnumerable<T> for LayoutEdges, allowing iteration over the edges contained in this instance.
nodesin LayoutGraphProvides a dynamic IEnumerable<T> for LayoutNodes, allowing iteration over the nodes contained in this instance.
edgesin LayoutNodeProvides access to all edges adjacent to this node.
inEdgesin LayoutNodeProvides access to the incoming edges connected to this node.
labelsin LayoutNodeGets a live view of the labels associated with this node.
outEdgesin LayoutNodeProvides access to the outgoing edges connected to this node.

Method Return Values

getChildren (LayoutNode)in LayoutGraphReturns the children of the specified group node.
getChildren (LayoutNode)in LayoutGraphGroupingReturns the direct children of the specified group node.
getDescendants (LayoutNode)in LayoutGraphGroupingReturns all descendants of the given group node.

Method Parameters

createTranslationStage (number?, number?, ILinkedItemEnumerable<LayoutNode>?)in LayoutTransformationsCreates an ILayoutStage that translates the LayoutGraph.

Implementing Types

YListAn implementation of a doubly linked list that provides direct access to the cells that store the elements.