Uses of Class
org.wilmascope.control.GraphControl.Edge

Packages that use GraphControl.Edge
org.wilmascope.control   
org.wilmascope.gui   
 

Uses of GraphControl.Edge in org.wilmascope.control
 

Methods in org.wilmascope.control that return GraphControl.Edge
 GraphControl.Edge GraphControl.Cluster.addEdge(GraphControl.Node start, GraphControl.Node end)
          Add the new edge of the default type to the cluster
 GraphControl.Edge GraphControl.Cluster.addEdge(GraphControl.Node start, GraphControl.Node end, EdgeView view)
          Create a new edge between two nodes and add it to the cluster
 GraphControl.Edge GraphControl.Cluster.addEdge(GraphControl.Node start, GraphControl.Node end, java.lang.String edgeType)
          Add a new edge
 GraphControl.Edge GraphControl.Cluster.addEdge(GraphControl.Node start, GraphControl.Node end, java.lang.String edgeType, float radius)
           
 GraphControl.Edge[] GraphControl.Cluster.getEdges()
           
 

Uses of GraphControl.Edge in org.wilmascope.gui
 

Methods in org.wilmascope.gui that return GraphControl.Edge
static GraphControl.Edge EdgeOptionsMenu.getSelectedEdge()