| 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 and Description |
|---|---|
class |
DefaultExtensionHandler
This implementation of the ExtensionHandler interface always
returns null Nodes.
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionHandler |
DOMTreeManager.getExtensionHandler() |
ExtensionHandler |
SVGGeneratorContext.getExtensionHandler()
Returns the
ExtensionHandler that
has been set. |
ExtensionHandler |
SVGGraphics2D.getExtensionHandler() |
| Modifier and Type | Method and Description |
|---|---|
static SVGGeneratorContext |
SVGGraphics2D.buildSVGGeneratorContext(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 and Description |
|---|
SVGGraphics2D(Document domFactory,
ImageHandler imageHandler,
ExtensionHandler extensionHandler,
boolean textAsShapes) |
Copyright © 2000–2020 Apache Software Foundation. All rights reserved.