For a list of all members of this type, see CircularVertex members.
Public Methods
| Name | Description |
 | AddDestinationEdge |
Adds an edge to the list successors
(i.e., the edge will be going out from this vertex).
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | AddSourceEdge |
Adds an edge to the list of predecessors
(i.e., the edge will be coming into this vertex).
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | CommitPosition | Moves the Northwoods.GoXam.Node corresponding to this vertex so that its position is the current GenericNetwork.Vertex<V,E,Y>.Position. (Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | ComputeDiameter |
Finds the effective diameter of this CircularVertex, which may depend on the angle
at which the ellipse is being filled
|
 | DeleteDestinationEdge |
Deletes an edge from the list of successors
(i.e., the edge was going out from this vertex).
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | DeleteSourceEdge |
Deletes an edge from the list of predecessors
(i.e., the edge was coming into this vertex).
(Inherited from Northwoods.GoXam.Layout.GenericNetwork`3.Vertex<CircularVertex,CircularEdge,CircularLayout>) |
 | ToString |
Returns a string representing the CircularVertex
|
Top
See Also