Uses of Interface
org.apache.batik.svggen.ExtensionHandler
-
Packages that use ExtensionHandler Package Description org.apache.batik.svggen Provides an API on top of theAbstractGraphics2D
to translate Java 2D primitives into the SVG format. -
-
Uses of ExtensionHandler in org.apache.batik.svggen
Classes in org.apache.batik.svggen that implement ExtensionHandler Modifier and Type Class Description class
DefaultExtensionHandler
This implementation of the ExtensionHandler interface always returns null Nodes.Methods in org.apache.batik.svggen that return ExtensionHandler Modifier and Type Method Description ExtensionHandler
DOMTreeManager. getExtensionHandler()
ExtensionHandler
SVGGeneratorContext. getExtensionHandler()
Returns theExtensionHandler
that has been set.ExtensionHandler
SVGGraphics2D. getExtensionHandler()
Methods in org.apache.batik.svggen with parameters of type ExtensionHandler Modifier and Type Method Description static SVGGeneratorContext
SVGGraphics2D. buildSVGGeneratorContext(org.w3c.dom.Document domFactory, ImageHandler imageHandler, ExtensionHandler extensionHandler)
Helper method to create anSVGGeneratorContext
from the constructor parameters.void
SVGGeneratorContext. setExtensionHandler(ExtensionHandler extensionHandler)
Sets theExtensionHandler
to be used.void
SVGGraphics2D. setExtensionHandler(ExtensionHandler extensionHandler)
Constructors in org.apache.batik.svggen with parameters of type ExtensionHandler Constructor Description SVGGraphics2D(org.w3c.dom.Document domFactory, ImageHandler imageHandler, ExtensionHandler extensionHandler, boolean textAsShapes)
-