Uses of Class
com.touchgraph.graphlayout.graphelements.GraphEltSet

Packages that use GraphEltSet
com.touchgraph.graphlayout   
com.touchgraph.graphlayout.graphelements   
 

Uses of GraphEltSet in com.touchgraph.graphlayout
 

Methods in com.touchgraph.graphlayout with parameters of type GraphEltSet
 void TGPanel.setGraphEltSet(GraphEltSet ges)
           
 

Uses of GraphEltSet in com.touchgraph.graphlayout.graphelements
 

Subclasses of GraphEltSet in com.touchgraph.graphlayout.graphelements
 class Locality
          Locality: A way of representing a subset of a larger set of nodes.
 class VisibleLocality
          VisibleLocality: Extends Locality to spefically handle the Nodes + Edges that are visible on screen.
 

Fields in com.touchgraph.graphlayout.graphelements declared as GraphEltSet
protected  GraphEltSet Locality.completeEltSet
           
 

Methods in com.touchgraph.graphlayout.graphelements that return GraphEltSet
 GraphEltSet Locality.getCompleteEltSet()
           
 

Methods in com.touchgraph.graphlayout.graphelements with parameters of type GraphEltSet
static java.util.Hashtable GESUtils.calculateDistances(GraphEltSet ges, Node focusNode, int radius, int maxAddEdgeCount, int maxExpandEdgeCount, boolean unidirectional)
          Returns a hashtable of Node-Integer pairs, where integers are the minimum distance from the focusNode to any given Node, and the Nodes in the Hashtable are all within radius distance from the focusNode.
static java.util.Hashtable GESUtils.calculateDistances(GraphEltSet ges, Node focusNode, int radius)
           
static java.util.Collection GESUtils.getLargestConnectedSubgraph(GraphEltSet ges)
          A temporary function that returns the largest connected subgraph in a GraphEltSet.
 

Constructors in com.touchgraph.graphlayout.graphelements with parameters of type GraphEltSet
VisibleLocality(GraphEltSet ges)
           
Locality(GraphEltSet ges)
          Constructor with GraphEltSet ges.
 



Copyright © 2003-2004 SourceForge. All Rights Reserved.