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.Fields in org.apache.batik.svggen declared as ExtensionHandlerModifier and TypeFieldDescription(package private) ExtensionHandlerSVGGeneratorContext.extensionHandlerTo deal with Java 2D extension (custom java.awt.Paint for example).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.(package private) voidDOMTreeManager.setExtensionHandler(ExtensionHandler extensionHandler) This will change the extension handler on theSVGGeneratorContext.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)