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

Packages that use GraphLayout.Edge
net.goui.awt   
net.goui.util   
 

Uses of GraphLayout.Edge in net.goui.awt
 

Subclasses of GraphLayout.Edge in net.goui.awt
 class GoLayout.Cell
           
 

Uses of GraphLayout.Edge in net.goui.util
 

Methods in net.goui.util that return GraphLayout.Edge
 GraphLayout.Edge GraphLayout.Path.getEdge(int index)
          The method returns the Edge at the specified index from this Path.
 

Methods in net.goui.util with parameters of type GraphLayout.Edge
 void GraphLayout.Path.setPath(GraphLayout.Edge[] edgeList, boolean copy)
          Constructs a Path instance from the given sequence of Edges.
 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.