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
.Fields in org.apache.batik.svggen declared as StyleHandler Modifier and Type Field Description (package private) StyleHandler
SVGGeneratorContext. styleHandler
To set style.Methods in org.apache.batik.svggen that return StyleHandler Modifier and Type Method Description (package private) StyleHandler
DOMTreeManager. getStyleHandler()
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.
-