Uses of Class
org.wilmascope.graph.Edge

Packages that use Edge
org.wilmascope.columnlayout   
org.wilmascope.control   
org.wilmascope.dotlayout   
org.wilmascope.fastlayout   
org.wilmascope.forcelayout   
org.wilmascope.graph   
org.wilmascope.highdimensionlayout   
org.wilmascope.multiscalelayout   
org.wilmascope.view   
 

Uses of Edge in org.wilmascope.columnlayout
 

Methods in org.wilmascope.columnlayout with parameters of type Edge
 EdgeLayout ColumnLayout.createEdgeLayout(Edge e)
           
 

Uses of Edge in org.wilmascope.control
 

Methods in org.wilmascope.control that return Edge
 Edge GraphControl.Edge.getEdge()
          get the edge underlying this facade
 

Uses of Edge in org.wilmascope.dotlayout
 

Methods in org.wilmascope.dotlayout with parameters of type Edge
 EdgeLayout DotLayout.createEdgeLayout(Edge e)
           
 

Uses of Edge in org.wilmascope.fastlayout
 

Methods in org.wilmascope.fastlayout with parameters of type Edge
 EdgeLayout FastLayout.createEdgeLayout(Edge e)
           
 

Uses of Edge in org.wilmascope.forcelayout
 

Methods in org.wilmascope.forcelayout with parameters of type Edge
 EdgeForceLayout ForceLayout.createEdgeLayout(Edge e)
           
 

Uses of Edge in org.wilmascope.graph
 

Methods in org.wilmascope.graph that return Edge
 Edge EdgeList.get(int index)
           
 Edge EdgeLayout.getEdge()
           
 Edge EdgeAbility.getEdge()
          Get the Edge that this ability is registered with
 

Methods in org.wilmascope.graph with parameters of type Edge
 void EdgeList.add(Edge e)
           
 void Node.addEdge(Edge edge)
          add an edge to the node's list of edges to which it is connected
 void Cluster.addEdge(Edge e)
          Add an Edgeto the Cluster Note that the edge may not finish up being added to this cluster, it will be added to the lowest common ancestor of the two ends of the edge.
protected  void Cluster.addInternalEdgeHere(Edge e)
          Add an internal edge to this cluster...
 boolean EdgeList.contains(Edge edge)
           
abstract  E LayoutEngine.createEdgeLayout(Edge e)
          Factory method to create a new EdgeLayout implementation compatible with the layout engine implementing this interface.
 Node Cluster.getPortalNode(Edge edge)
          An external edge is one which has one end in this cluster and one end in another cluster that is not a child (or descendent) of this cluster.
 void EdgeList.remove(Edge e)
           
protected  void Node.removeEdge(Edge edge)
          remove a reference to an edge from this node
protected  void Cluster.removeEdge(Edge e)
          Remove an Edgefrom the Cluster.
protected  void Cluster.removeExternalEdge(Edge e)
          remove an edge that is external to this cluster.
 void EdgeLayout.setEdge(Edge edge)
           
 void EdgeAbility.setEdge(Edge edge)
          Called by Edge when this ability is registered with that edge.
 

Constructor parameters in org.wilmascope.graph with type arguments of type Edge
EdgeList(java.util.Set<Edge> edgeSet)
           
 

Uses of Edge in org.wilmascope.highdimensionlayout
 

Methods in org.wilmascope.highdimensionlayout with parameters of type Edge
 EdgeLayout HighDimensionLayout.createEdgeLayout(Edge e)
           
 

Uses of Edge in org.wilmascope.multiscalelayout
 

Methods in org.wilmascope.multiscalelayout with parameters of type Edge
 EdgeLayout MultiScaleLayout.createEdgeLayout(Edge e)
           
 MultiScaleEdgeLayout QuickGraph.createMultiScaleEdgeLayout(Edge ge)
           
 

Uses of Edge in org.wilmascope.view
 

Methods in org.wilmascope.view that return Edge
 Edge EdgeView.getEdge()
           
 

Methods in org.wilmascope.view with parameters of type Edge
 void EdgeView.setEdge(Edge edge)