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 TypeClassDescriptionclass
TheDefaultStyleHandler
class provides the default way to style an SVGElement
.Methods in org.apache.batik.svggen that return StyleHandlerModifier and TypeMethodDescriptionfinal StyleHandler
SVGGeneratorContext.getStyleHandler()
Returns theStyleHandler
that has been set.Methods in org.apache.batik.svggen with parameters of type StyleHandlerModifier and TypeMethodDescriptionfinal void
SVGGeneratorContext.setStyleHandler
(StyleHandler styleHandler) Sets theStyleHandler
to be used.