Uses of Class
org.apache.batik.svggen.SVGGraphics2DRuntimeException
-
Packages that use SVGGraphics2DRuntimeException Package Description org.apache.batik.svggen Provides an API on top of theAbstractGraphics2D
to translate Java 2D primitives into the SVG format. -
-
Uses of SVGGraphics2DRuntimeException in org.apache.batik.svggen
Methods in org.apache.batik.svggen with parameters of type SVGGraphics2DRuntimeException Modifier and Type Method Description void
DefaultErrorHandler. handleError(SVGGraphics2DRuntimeException ex)
This method handles theSVGGraphics2DRuntimeException
.void
ErrorHandler. handleError(SVGGraphics2DRuntimeException ex)
This method handles theSVGGraphics2DRuntimeException
.Methods in org.apache.batik.svggen that throw SVGGraphics2DRuntimeException Modifier and Type Method Description void
DefaultErrorHandler. handleError(SVGGraphics2DRuntimeException ex)
This method handles theSVGGraphics2DRuntimeException
.void
ErrorHandler. handleError(SVGGraphics2DRuntimeException ex)
This method handles theSVGGraphics2DRuntimeException
.
-