| 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 | Class | Description |
|---|---|---|
class |
DefaultExtensionHandler |
This implementation of the ExtensionHandler interface always
returns null Nodes.
|
| Modifier and Type | Method | Description |
|---|---|---|
ExtensionHandler |
DOMTreeManager.getExtensionHandler() |
|
ExtensionHandler |
SVGGeneratorContext.getExtensionHandler() |
Returns the
ExtensionHandler that
has been set. |
ExtensionHandler |
SVGGraphics2D.getExtensionHandler() |
| Modifier and Type | Method | Description |
|---|---|---|
static SVGGeneratorContext |
SVGGraphics2D.buildSVGGeneratorContext(org.w3c.dom.Document domFactory,
ImageHandler imageHandler,
ExtensionHandler extensionHandler) |
Helper method to create an
SVGGeneratorContext from the
constructor parameters. |
void |
SVGGeneratorContext.setExtensionHandler(ExtensionHandler extensionHandler) |
Sets the
ExtensionHandler
to be used. |
void |
SVGGraphics2D.setExtensionHandler(ExtensionHandler extensionHandler) |
| Constructor | Description |
|---|---|
SVGGraphics2D(org.w3c.dom.Document domFactory,
ImageHandler imageHandler,
ExtensionHandler extensionHandler,
boolean textAsShapes) |
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.