A vertex represents a node in a LayoutNetwork. It holds layout-specific data for the node.
This constructs a vertex that does not know about any Node.
Gets or sets the Bounds of this vertex, in document coordinates.
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 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 the LayoutNetwork that owns this vertex.
Gets or sets the Node associated with this vertex, if any.
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 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
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
This static method is used to compare the Part#text values of the #nodes of the argument LayoutVertexes.
number
This static method is used to compare the Part#text values of the #nodes of the argument LayoutVertexes.
number