Uses of Class
org.apache.batik.svggen.DOMTreeManager

Packages that use DOMTreeManager
org.apache.batik.svggen Provides an API on top of the AbstractGraphics2D to translate Java 2D primitives into the SVG format. 
 

Uses of DOMTreeManager in org.apache.batik.svggen
 

Methods in org.apache.batik.svggen that return DOMTreeManager
 DOMTreeManager SVGGraphics2D.getDOMTreeManager()
           
 DOMTreeManager ImageCacher.getDOMTreeManager()
           
 

Methods in org.apache.batik.svggen with parameters of type DOMTreeManager
 void SimpleImageHandler.setDOMTreeManager(DOMTreeManager domTreeManager)
          This GenericImageHandler implementation does not need to interact with the DOMTreeManager.
 void ImageCacher.setDOMTreeManager(DOMTreeManager domTreeManager)
          Sets the DOMTreeManager this cacher should work on.
 void ImageCacher.Embedded.setDOMTreeManager(DOMTreeManager domTreeManager)
          Sets the DOMTreeManager this cacher should work on.
 void GenericImageHandler.setDOMTreeManager(DOMTreeManager domTreeManager)
          Sets the DomTreeManager this image handler may need to interact with.
 void DefaultCachedImageHandler.setDOMTreeManager(DOMTreeManager domTreeManager)
          This GenericImageHandler implementation does not need to interact with the DOMTreeManager.
 

Constructors in org.apache.batik.svggen with parameters of type DOMTreeManager
ImageCacher(DOMTreeManager domTreeManager)
          Creates an ImageCacher.
DOMGroupManager(GraphicContext gc, DOMTreeManager domTreeManager)
          Constructor
 



Copyright ? 2002 Apache Software Foundation. All Rights Reserved.