Uses of Interface
org.apache.batik.svggen.ExtensionHandler
-
Packages that use ExtensionHandler Package Description org.apache.batik.svggen Provides an API on top of theAbstractGraphics2Dto 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 classDefaultExtensionHandlerThis implementation of the ExtensionHandler interface always returns null Nodes.Fields in org.apache.batik.svggen declared as ExtensionHandler Modifier and Type Field Description (package private) ExtensionHandlerSVGGeneratorContext. extensionHandlerTo deal with Java 2D extension (custom java.awt.Paint for example).Methods in org.apache.batik.svggen that return ExtensionHandler Modifier and Type Method Description ExtensionHandlerDOMTreeManager. getExtensionHandler()ExtensionHandlerSVGGeneratorContext. getExtensionHandler()Returns theExtensionHandlerthat has been set.ExtensionHandlerSVGGraphics2D. getExtensionHandler()Methods in org.apache.batik.svggen with parameters of type ExtensionHandler Modifier and Type Method Description static SVGGeneratorContextSVGGraphics2D. buildSVGGeneratorContext(org.w3c.dom.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.voidSVGGeneratorContext. setExtensionHandler(ExtensionHandler extensionHandler)Sets theExtensionHandlerto be used.voidSVGGraphics2D. 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)
-