This holds TreeLayout-specific information about Nodes.
Gets or sets how this parent node should be aligned relative to its children.
Gets or sets the actual absolute angle at which this node should grow.
Gets or sets the Bounds of this vertex, in document coordinates.
Gets or sets how broad a node and its descendants should be.
Gets or sets the center Point.x of this vertex, in document coordinates.
Gets or sets the center Point.y of this vertex, in document coordinates.
Gets or sets the spot that children nodes' ports get as their ToSpot, if #setsChildPortSpot is true and the node has only a single port.
Gets or sets the logical children for this node.
Gets the number of immediate children this node has.
Gets or sets the space to leave between the node and the comments.
Gets or sets the space to leave between consecutive comments.
Gets or sets an array of Nodes that will be positioned near this node.
Gets or sets how the children of this node should be packed together.
Gets or sets how the children should be sorted.
Gets or sets the number of descendants this node has.
Gets an iterator for all of the edges that go out of this vertex.
Gets an iterator for all of the vertexes that are connected with edges going out of this vertex.
Gets an iterator for all of the edges that are connected with this vertex in either direction.
Gets the total number of edges that are connected with this vertex in either direction.
Gets or sets the offset of the #centerX and #centerY from the #bounds position.
Gets or sets the relative X position of the "center" point, the focus.
Gets or sets the relative Y position of the "center" point, the focus.
Gets or sets the height of this vertex.
Gets or sets whether this node has been initialized as part of TreeLayout#doLayout when building the tree structures.
Gets or sets the distance between this node and its children.
Gets or sets the fraction of this node's depth that may overlap with the children's layer.
Gets or sets the number of single-parent ancestors this node has.
Gets or sets the maximum number of children of any descendant of this node.
Gets or sets the maximum depth of the subtrees below this node.
Gets or sets the LayoutNetwork that owns this vertex.
Gets or sets the Node associated with this vertex, if any.
Gets or sets the distance the first child should be indented.
Gets or sets whether the first child should be indented past the parent node's breadth.
Gets or sets the distance between child nodes.
Gets or sets the logical parent for this node.
Gets or sets the spot that this node's port gets as its FromSpot, if #setsPortSpot is true and the node has only a single port.
Gets or sets the position of this node relative to its parent node.
Gets or sets the distance the first child of each row should be indented.
Gets or sets the distance between rows within one layer, all sharing the same parent.
Gets or sets whether the TreeLayout should set the ToSpot for each child node port.
Gets or sets whether the TreeLayout should set the FromSpot for this parent node port.
Gets or sets whether and in what order the children should be sorted.
Gets an iterator for all of the edges that come into this vertex.
Gets an iterator for all of the vertexes that are connected with edges coming into this vertex.
Gets or sets the offset of this parent node relative to its whole subtree.
Gets or sets the size of the subtree (including all descendants) parented by this node.
Gets an iterator for all of the vertexes that are connected in either direction with this vertex.
Gets or sets the width of this vertex.
Gets or sets the left point of this vertex.
Gets or sets the top point of this vertex.
Adds a LayoutEdge to the list of successors (the edge will be going out from this vertex).
any
Adds a LayoutEdge to the list of predecessors (the edge will be coming into this vertex).
any
Moves the Node corresponding to this vertex so that its position is at the current #bounds point.
any
Copy inherited properties from another TreeVertex to this one.
any
Deletes a LayoutEdge from the list of successors (the edge was going out from this vertex).
any
Deletes a LayoutEdge from the list of predecessors (the edge was coming into this vertex).
any