Uses of Interface
org.apache.batik.svggen.ErrorHandler

Packages that use ErrorHandler
org.apache.batik.svggen 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 ErrorHandler
 class DefaultErrorHandler
          The ErrorHandler interface allows you to specialize how the error will be set on an SVG Element.
 

Methods in org.apache.batik.svggen that return ErrorHandler
 ErrorHandler SVGGeneratorContext.getErrorHandler()
          Returns the ErrorHandler that has been set.
 

Methods in org.apache.batik.svggen with parameters of type ErrorHandler
 void SVGGeneratorContext.setErrorHandler(ErrorHandler errorHandler)
          Sets the ErrorHandler to be used.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.