Uses of Interface
edu.ucla.stat.SOCR.touchgraph.graphlayout.graphelements.ImmutableGraphEltSet

Packages that use ImmutableGraphEltSet
edu.ucla.stat.SOCR.touchgraph.graphlayout   
edu.ucla.stat.SOCR.touchgraph.graphlayout.graphelements   
 

Uses of ImmutableGraphEltSet in edu.ucla.stat.SOCR.touchgraph.graphlayout
 

Methods in edu.ucla.stat.SOCR.touchgraph.graphlayout that return ImmutableGraphEltSet
 ImmutableGraphEltSet TGPanel.getGES()
          Return the current visible locality.
 

Uses of ImmutableGraphEltSet in edu.ucla.stat.SOCR.touchgraph.graphlayout.graphelements
 

Classes in edu.ucla.stat.SOCR.touchgraph.graphlayout.graphelements that implement ImmutableGraphEltSet
 class GraphEltSet
          GraphEltSet contains data about the graph's components.
 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.