| 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 |
DefaultErrorHandler |
The
ErrorHandler interface allows you to specialize
how the error will be set on an SVG Element. |
| Modifier and Type | Method | Description |
|---|---|---|
ErrorHandler |
SVGGeneratorContext.getErrorHandler() |
Returns the
ErrorHandler that
has been set. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SVGGeneratorContext.setErrorHandler(ErrorHandler errorHandler) |
Sets the
ErrorHandler
to be used. |
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.