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 TypeClassDescriptionclassTheErrorHandlerinterface 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) ErrorHandlerSVGGeneratorContext.errorHandlerThe error handler.Methods in org.apache.batik.svggen that return ErrorHandlerModifier and TypeMethodDescriptionfinal ErrorHandlerSVGGeneratorContext.getErrorHandler()Returns theErrorHandlerthat has been set.Methods in org.apache.batik.svggen with parameters of type ErrorHandlerModifier and TypeMethodDescriptionfinal voidSVGGeneratorContext.setErrorHandler(ErrorHandler errorHandler) Sets theErrorHandlerto be used.