Uses of Class
org.apache.batik.svggen.DOMTreeManager
-
Packages that use DOMTreeManager Package Description org.apache.batik.svggen Provides an API on top of theAbstractGraphics2D
to translate Java 2D primitives into the SVG format. -
-
Uses of DOMTreeManager in org.apache.batik.svggen
Fields in org.apache.batik.svggen declared as DOMTreeManager Modifier and Type Field Description protected DOMTreeManager
DOMGroupManager. domTreeManager
DOMTreeManager that this group manager cooperates withprotected DOMTreeManager
SVGGraphics2D. domTreeManager
The DOMTreeManager manages the process of creating and growing the SVG tree.Methods in org.apache.batik.svggen that return DOMTreeManager Modifier and Type Method Description DOMTreeManager
ImageCacher. getDOMTreeManager()
DOMTreeManager
SVGGraphics2D. getDOMTreeManager()
Methods in org.apache.batik.svggen with parameters of type DOMTreeManager Modifier and Type Method Description void
DefaultCachedImageHandler. setDOMTreeManager(DOMTreeManager domTreeManager)
ThisGenericImageHandler
implementation does not need to interact with the DOMTreeManager.void
GenericImageHandler. setDOMTreeManager(DOMTreeManager domTreeManager)
Sets the DomTreeManager this image handler may need to interact with.void
ImageCacher.Embedded. setDOMTreeManager(DOMTreeManager domTreeManager)
Sets the DOMTreeManager this cacher should work on.void
ImageCacher. setDOMTreeManager(DOMTreeManager domTreeManager)
Sets the DOMTreeManager this cacher should work on.void
SimpleImageHandler. setDOMTreeManager(DOMTreeManager domTreeManager)
ThisGenericImageHandler
implementation does not need to interact with the DOMTreeManager.protected void
SVGGraphics2D. setDOMTreeManager(DOMTreeManager treeMgr)
Set a DOM Tree manager for the SVGGraphics2D.Constructors in org.apache.batik.svggen with parameters of type DOMTreeManager Constructor Description DOMGroupManager(GraphicContext gc, DOMTreeManager domTreeManager)
ConstructorImageCacher(DOMTreeManager domTreeManager)
Creates an ImageCacher.
-