Uses of Interface
org.apache.batik.svggen.ExtensionHandler
Packages that use ExtensionHandler
Package
Description
Provides an API on top of the
AbstractGraphics2D 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 ExtensionHandlerModifier and TypeClassDescriptionclassThis implementation of the ExtensionHandler interface always returns null Nodes.Methods in org.apache.batik.svggen that return ExtensionHandlerModifier and TypeMethodDescriptionDOMTreeManager.getExtensionHandler()final ExtensionHandlerSVGGeneratorContext.getExtensionHandler()Returns theExtensionHandlerthat has been set.final ExtensionHandlerSVGGraphics2D.getExtensionHandler()Methods in org.apache.batik.svggen with parameters of type ExtensionHandlerModifier and TypeMethodDescriptionstatic SVGGeneratorContextSVGGraphics2D.buildSVGGeneratorContext(Document domFactory, ImageHandler imageHandler, ExtensionHandler extensionHandler) Helper method to create anSVGGeneratorContextfrom the constructor parameters.final voidSVGGeneratorContext.setExtensionHandler(ExtensionHandler extensionHandler) Sets theExtensionHandlerto be used.final voidSVGGraphics2D.setExtensionHandler(ExtensionHandler extensionHandler) Constructors in org.apache.batik.svggen with parameters of type ExtensionHandlerModifierConstructorDescriptionSVGGraphics2D(Document domFactory, ImageHandler imageHandler, ExtensionHandler extensionHandler, boolean textAsShapes)