Uses of Class
com.touchgraph.graphlayout.Edge

Packages that use Edge
com.touchgraph.graphlayout   
com.touchgraph.graphlayout.graphelements   
net.sf.mmapps.applications.developer.modules.appview   
 

Uses of Edge in com.touchgraph.graphlayout
 

Fields in com.touchgraph.graphlayout declared as Edge
protected  Edge TGPanel.mouseOverE
           
 

Methods in com.touchgraph.graphlayout that return Edge
 Edge Node.edgeAt(int index)
          Return the Edge at int index.
 Edge TGPanel.findEdge(Node f, Node t)
           
 Edge TGPanel.addEdge(Node f, Node t, int tens)
           
 Edge TGPanel.getMouseOverE()
           
 

Methods in com.touchgraph.graphlayout with parameters of type Edge
 void Node.addEdge(Edge edge)
          Add the Edge edge to the graph.
 void Node.removeEdge(Edge edge)
          Remove the Edge edge from the graph.
 void TGPanel.deleteEdge(Edge edge)
           
 void TGPanel.addEdge(Edge e)
           
 void TGPanel.setMouseOverE(Edge edge)
           
 void TGPanel.hideEdge(Edge hideEdge)
           
 

Uses of Edge in com.touchgraph.graphlayout.graphelements
 

Methods in com.touchgraph.graphlayout.graphelements that return Edge
 Edge ImmutableGraphEltSet.findEdge(Node from, Node to)
          Return an Edge spanning Node from to Node to.
protected  Edge GraphEltSet.edgeAt(int index)
          Return the Edge at int index, null if none are available.
 Edge GraphEltSet.addEdge(Node from, Node to, int tension)
          Add an Edge from Node from to Node to, with tension of int tension, returning the Edge.
 Edge GraphEltSet.findEdge(Node from, Node to)
          Return an Edge spanning Node from to Node to.
 Edge Locality.findEdge(Node from, Node to)
           
 

Methods in com.touchgraph.graphlayout.graphelements with parameters of type Edge
 void VisibleLocality.addEdge(Edge edge)
           
 boolean VisibleLocality.removeEdge(Edge edge)
           
abstract  void TGForEachEdge.forEachEdge(Edge e)
           
 void GraphEltSet.addEdge(Edge edge)
          Add the Edge edge to the graph.
 boolean GraphEltSet.contains(Edge edge)
          Returns true if the graph contains the Edge edge.
 boolean GraphEltSet.deleteEdge(Edge edge)
          Delete the Edge edge.
 void Locality.addEdge(Edge e)
           
 boolean Locality.deleteEdge(Edge e)
           
 boolean Locality.removeEdge(Edge e)
           
 

Uses of Edge in net.sf.mmapps.applications.developer.modules.appview
 

Subclasses of Edge in net.sf.mmapps.applications.developer.modules.appview
 class MMBaseEdge
           
 class MMBaseInheritanceEdge
           
 



Copyright © 2003-2004 SourceForge. All Rights Reserved.