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 DOMTreeManagerDOMGroupManager.domTreeManagerDOMTreeManager that this group manager cooperates with(package private) DOMTreeManagerImageCacher.domTreeManagerprotected DOMTreeManagerSVGGraphics2D.domTreeManagerThe DOMTreeManager manages the process of creating and growing the SVG tree.Methods in org.apache.batik.svggen that return DOMTreeManagerModifier and TypeMethodDescriptionImageCacher.getDOMTreeManager()final DOMTreeManagerSVGGraphics2D.getDOMTreeManager()Methods in org.apache.batik.svggen with parameters of type DOMTreeManagerModifier and TypeMethodDescriptionvoidDefaultCachedImageHandler.setDOMTreeManager(DOMTreeManager domTreeManager) ThisGenericImageHandlerimplementation does not need to interact with the DOMTreeManager.voidGenericImageHandler.setDOMTreeManager(DOMTreeManager domTreeManager) Sets the DomTreeManager this image handler may need to interact with.voidImageCacher.Embedded.setDOMTreeManager(DOMTreeManager domTreeManager) Sets the DOMTreeManager this cacher should work on.voidImageCacher.setDOMTreeManager(DOMTreeManager domTreeManager) Sets the DOMTreeManager this cacher should work on.voidSimpleImageHandler.setDOMTreeManager(DOMTreeManager domTreeManager) ThisGenericImageHandlerimplementation does not need to interact with the DOMTreeManager.protected final voidSVGGraphics2D.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.