Uses of Class
org.apache.batik.svggen.DOMGroupManager
-
Packages that use DOMGroupManager Package Description org.apache.batik.svggen Provides an API on top of theAbstractGraphics2Dto translate Java 2D primitives into the SVG format. -
-
Uses of DOMGroupManager in org.apache.batik.svggen
Fields in org.apache.batik.svggen declared as DOMGroupManager Modifier and Type Field Description protected DOMGroupManagerSVGGraphics2D. domGroupManagerThe DOMGroupManager manages additions to the current group node associated for this Graphics2D object.Methods in org.apache.batik.svggen that return DOMGroupManager Modifier and Type Method Description protected DOMGroupManagerSVGGraphics2D. getDOMGroupManager()Methods in org.apache.batik.svggen with parameters of type DOMGroupManager Modifier and Type Method Description voidDOMTreeManager. addGroupManager(DOMGroupManager groupManager)voidDOMTreeManager. appendGroup(org.w3c.dom.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 voidSVGGraphics2D. setDOMGroupManager(DOMGroupManager groupMgr)Set a new DOM Group manager for this SVGGraphics2D.
-