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 ImageCacher.getDOMTreeManager()
           
 DOMTreeManager SVGGraphics2D.getDOMTreeManager()
           
 

Methods in org.apache.batik.svggen with parameters of type DOMTreeManager
 void DefaultCachedImageHandler.setDOMTreeManager(DOMTreeManager domTreeManager)
          This GenericImageHandler implementation does not need to interact with the 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.
 

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



Copyright © 2002 Apache Software Foundation. All Rights Reserved.