| Package | Description |
|---|---|
| org.apache.batik.transcoder |
Contains all of the interfaces for transcoding an input stream or
a document to a particular ouput format.
|
| org.apache.batik.transcoder.svg2svg |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultErrorHandler
A default
ErrorHandler that throws a
TranscoderException when a fatal error occured and display
a message when a warning or an error occured. |
| Modifier and Type | Field and Description |
|---|---|
protected ErrorHandler |
TranscoderSupport.handler
The error handler used to report warnings and errors.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorHandler |
TranscoderSupport.getErrorHandler()
Returns the error handler this transcoder uses to report
warnings and errors, or null if any.
|
ErrorHandler |
Transcoder.getErrorHandler()
Returns the error handler this transcoder uses to report
warnings and errors, or null if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TranscoderSupport.setErrorHandler(ErrorHandler handler)
Sets the error handler this transcoder may use to report
warnings and errors.
|
void |
Transcoder.setErrorHandler(ErrorHandler handler)
Sets the error handler this transcoder may use to report
warnings and errors.
|
| Modifier and Type | Field and Description |
|---|---|
static ErrorHandler |
SVGTranscoder.DEFAULT_ERROR_HANDLER
The default error handler.
|
protected ErrorHandler |
PrettyPrinter.errorHandler
The error handler.
|
Copyright © 2000–2021 Apache Software Foundation. All rights reserved.