Uses of Class
org.apache.batik.svggen.DOMTreeManager
Packages that use DOMTreeManager
Package
Description
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
Fields in org.apache.batik.svggen declared as DOMTreeManagerModifier and TypeFieldDescriptionprotected 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 DOMTreeManagerModifier and TypeMethodDescriptionImageCacher.getDOMTreeManager()
final DOMTreeManager
SVGGraphics2D.getDOMTreeManager()
Methods in org.apache.batik.svggen with parameters of type DOMTreeManagerModifier and TypeMethodDescriptionvoid
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 final void
SVGGraphics2D.setDOMTreeManager
(DOMTreeManager treeMgr) Set a DOM Tree manager for the SVGGraphics2D.Constructors in org.apache.batik.svggen with parameters of type DOMTreeManagerModifierConstructorDescriptionDOMGroupManager
(GraphicContext gc, DOMTreeManager domTreeManager) ConstructorImageCacher
(DOMTreeManager domTreeManager) Creates an ImageCacher.