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 TypeClassDescriptionclass
This implementation of the ExtensionHandler interface always returns null Nodes.Fields in org.apache.batik.svggen declared as ExtensionHandlerModifier and TypeFieldDescription(package private) ExtensionHandler
SVGGeneratorContext.extensionHandler
To deal with Java 2D extension (custom java.awt.Paint for example).Methods in org.apache.batik.svggen that return ExtensionHandlerModifier and TypeMethodDescriptionDOMTreeManager.getExtensionHandler()
final ExtensionHandler
SVGGeneratorContext.getExtensionHandler()
Returns theExtensionHandler
that has been set.final ExtensionHandler
SVGGraphics2D.getExtensionHandler()
Methods in org.apache.batik.svggen with parameters of type ExtensionHandlerModifier and TypeMethodDescriptionstatic SVGGeneratorContext
SVGGraphics2D.buildSVGGeneratorContext
(Document domFactory, ImageHandler imageHandler, ExtensionHandler extensionHandler) Helper method to create anSVGGeneratorContext
from the constructor parameters.(package private) void
DOMTreeManager.setExtensionHandler
(ExtensionHandler extensionHandler) This will change the extension handler on theSVGGeneratorContext
.final void
SVGGeneratorContext.setExtensionHandler
(ExtensionHandler extensionHandler) Sets theExtensionHandler
to be used.final void
SVGGraphics2D.setExtensionHandler
(ExtensionHandler extensionHandler) Constructors in org.apache.batik.svggen with parameters of type ExtensionHandlerModifierConstructorDescriptionSVGGraphics2D
(Document domFactory, ImageHandler imageHandler, ExtensionHandler extensionHandler, boolean textAsShapes)