Uses of Interface
org.apache.batik.svggen.ErrorHandler
Packages that use ErrorHandler
Package
Description
Provides an API on top of the
AbstractGraphics2D
to translate
Java 2D primitives into the SVG format.-
Uses of ErrorHandler in org.apache.batik.svggen
Classes in org.apache.batik.svggen that implement ErrorHandlerModifier and TypeClassDescriptionclass
TheErrorHandler
interface allows you to specialize how the error will be set on an SVGElement
.Fields in org.apache.batik.svggen declared as ErrorHandlerModifier and TypeFieldDescription(package private) ErrorHandler
SVGGeneratorContext.errorHandler
The error handler.Methods in org.apache.batik.svggen that return ErrorHandlerModifier and TypeMethodDescriptionfinal ErrorHandler
SVGGeneratorContext.getErrorHandler()
Returns theErrorHandler
that has been set.Methods in org.apache.batik.svggen with parameters of type ErrorHandlerModifier and TypeMethodDescriptionfinal void
SVGGeneratorContext.setErrorHandler
(ErrorHandler errorHandler) Sets theErrorHandler
to be used.