| Package | Description |
|---|---|
| org.apache.batik.svggen |
Provides an API on top of the
AbstractGraphics2D to translate
Java 2D primitives into the SVG format. |
| Modifier and Type | Field | Description |
|---|---|---|
protected DOMGroupManager |
SVGGraphics2D.domGroupManager |
The DOMGroupManager manages additions to the current group
node associated for this Graphics2D object.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected DOMGroupManager |
SVGGraphics2D.getDOMGroupManager() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
DOMTreeManager.addGroupManager(DOMGroupManager groupManager) |
|
void |
DOMTreeManager.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.
|
void |
DOMTreeManager.removeGroupManager(DOMGroupManager groupManager) |
|
protected void |
SVGGraphics2D.setDOMGroupManager(DOMGroupManager groupMgr) |
Set a new DOM Group manager for this SVGGraphics2D.
|
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.