Uses of Interface
org.apache.batik.svggen.StyleHandler
Packages that use StyleHandler
Package
Description
Provides an API on top of the
AbstractGraphics2D to translate
Java 2D primitives into the SVG format.-
Uses of StyleHandler in org.apache.batik.svggen
Classes in org.apache.batik.svggen that implement StyleHandlerModifier and TypeClassDescriptionclassTheDefaultStyleHandlerclass provides the default way to style an SVGElement.Methods in org.apache.batik.svggen that return StyleHandlerModifier and TypeMethodDescriptionfinal StyleHandlerSVGGeneratorContext.getStyleHandler()Returns theStyleHandlerthat has been set.Methods in org.apache.batik.svggen with parameters of type StyleHandlerModifier and TypeMethodDescriptionfinal voidSVGGeneratorContext.setStyleHandler(StyleHandler styleHandler) Sets theStyleHandlerto be used.