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 DOMGroupManager
SVGGraphics2D.domGroupManager
The 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 DOMGroupManager
SVGGraphics2D.getDOMGroupManager()
Methods in org.apache.batik.svggen with parameters of type DOMGroupManagerModifier and TypeMethodDescriptionvoid
DOMTreeManager.addGroupManager
(DOMGroupManager groupManager) void
DOMTreeManager.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.void
DOMTreeManager.removeGroupManager
(DOMGroupManager groupManager) protected final void
SVGGraphics2D.setDOMGroupManager
(DOMGroupManager groupMgr) Set a new DOM Group manager for this SVGGraphics2D.