Uses of Interface
net.ggtools.grand.graph.GraphElementFactory

Packages that use GraphElementFactory
net.ggtools.grand.ant   
net.ggtools.grand.graph   
 

Uses of GraphElementFactory in net.ggtools.grand.ant
 

Classes in net.ggtools.grand.ant that implement GraphElementFactory
(package private)  class AntGraphElementFactory
          An element factory specialized in ant graph.
 

Methods in net.ggtools.grand.ant that return GraphElementFactory
protected  GraphElementFactory AntGraph.getFactory()
           
 

Uses of GraphElementFactory in net.ggtools.grand.graph
 

Classes in net.ggtools.grand.graph that implement GraphElementFactory
(package private)  class SimpleGraphElementFactory
          A basic implementation of GraphElementFactory creating NodeImpl & LinkImpl.
 

Methods in net.ggtools.grand.graph that return GraphElementFactory
protected  GraphElementFactory GraphImpl.getFactory()
          Returns the current element factory creating one if none exists yet.
 



Copyright © 2004-2005 ggTools. All Rights Reserved.