Uses of Interface
org.apache.batik.svggen.StyleHandler
-
Packages that use StyleHandler Package Description org.apache.batik.svggen Provides an API on top of theAbstractGraphics2D
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 StyleHandler Modifier and Type Class Description class
DefaultStyleHandler
TheDefaultStyleHandler
class provides the default way to style an SVGElement
.Methods in org.apache.batik.svggen that return StyleHandler Modifier and Type Method Description StyleHandler
SVGGeneratorContext. getStyleHandler()
Returns theStyleHandler
that has been set.Methods in org.apache.batik.svggen with parameters of type StyleHandler Modifier and Type Method Description void
SVGGeneratorContext. setStyleHandler(StyleHandler styleHandler)
Sets theStyleHandler
to be used.
-