Uses of Class
org.apache.batik.svggen.DOMGroupManager
Packages that use DOMGroupManager
Package
Description
Provides an API on top of the
AbstractGraphics2D to translate
Java 2D primitives into the SVG format.-
Uses of DOMGroupManager in org.apache.batik.svggen
Fields in org.apache.batik.svggen declared as DOMGroupManagerModifier and TypeFieldDescriptionprotected DOMGroupManagerSVGGraphics2D.domGroupManagerThe DOMGroupManager manages additions to the current group node associated for this Graphics2D object.Methods in org.apache.batik.svggen that return DOMGroupManagerModifier and TypeMethodDescriptionprotected final DOMGroupManagerSVGGraphics2D.getDOMGroupManager()Methods in org.apache.batik.svggen with parameters of type DOMGroupManagerModifier and TypeMethodDescriptionvoidDOMTreeManager.addGroupManager(DOMGroupManager groupManager) voidDOMTreeManager.appendGroup(Element group, DOMGroupManager groupManager) When a group is appended to the tree by this call, all the other group managers are requested to start new groups, in order to preserve the Z-order.voidDOMTreeManager.removeGroupManager(DOMGroupManager groupManager) protected final voidSVGGraphics2D.setDOMGroupManager(DOMGroupManager groupMgr) Set a new DOM Group manager for this SVGGraphics2D.