Uses of Interface
org.apache.batik.svggen.StyleHandler
-
Packages that use StyleHandler Package Description org.apache.batik.svggen Provides an API on top of theAbstractGraphics2Dto 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 classDefaultStyleHandlerTheDefaultStyleHandlerclass provides the default way to style an SVGElement.Fields in org.apache.batik.svggen declared as StyleHandler Modifier and Type Field Description (package private) StyleHandlerSVGGeneratorContext. styleHandlerTo set style.Methods in org.apache.batik.svggen that return StyleHandler Modifier and Type Method Description (package private) StyleHandlerDOMTreeManager. getStyleHandler()StyleHandlerSVGGeneratorContext. getStyleHandler()Returns theStyleHandlerthat has been set.Methods in org.apache.batik.svggen with parameters of type StyleHandler Modifier and Type Method Description voidSVGGeneratorContext. setStyleHandler(StyleHandler styleHandler)Sets theStyleHandlerto be used.
-