Uses of Interface
org.apache.batik.svggen.ErrorHandler
-
Packages that use ErrorHandler Package Description org.apache.batik.svggen Provides an API on top of theAbstractGraphics2D
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 ErrorHandler Modifier and Type Class Description class
DefaultErrorHandler
TheErrorHandler
interface allows you to specialize how the error will be set on an SVGElement
.Methods in org.apache.batik.svggen that return ErrorHandler Modifier and Type Method Description ErrorHandler
SVGGeneratorContext. getErrorHandler()
Returns theErrorHandler
that has been set.Methods in org.apache.batik.svggen with parameters of type ErrorHandler Modifier and Type Method Description void
SVGGeneratorContext. setErrorHandler(ErrorHandler errorHandler)
Sets theErrorHandler
to be used.
-