Uses of Class
net.goui.util.GraphLayout.Vertex

Packages that use GraphLayout.Vertex
net.goui.util   
 

Uses of GraphLayout.Vertex in net.goui.util
 

Methods in net.goui.util that return GraphLayout.Vertex
 GraphLayout.Vertex GraphLayout.Edge.getVertexNeg()
          This method returns the negative (preceeding) Vertex for this edge.
 GraphLayout.Vertex GraphLayout.Edge.getVertexPos()
          This method returns the positive (following) Vertex for this edge.
 

Methods in net.goui.util with parameters of type GraphLayout.Vertex
 void GraphLayout.addEdge(GraphLayout.Vertex neg, GraphLayout.Edge edge, GraphLayout.Vertex pos)
          Add the given edge to the current graph, connected by the given Vertices.