Uses of Interface
org.apache.batik.svggen.StyleHandler

Packages that use StyleHandler
org.apache.batik.svggen 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 StyleHandler
 class DefaultStyleHandler
          The DefaultStyleHandler class provides the default way to style an SVG Element.
 

Methods in org.apache.batik.svggen that return StyleHandler
 StyleHandler SVGGeneratorContext.getStyleHandler()
          Returns the StyleHandler that has been set.
 

Methods in org.apache.batik.svggen with parameters of type StyleHandler
 void SVGGeneratorContext.setStyleHandler(StyleHandler styleHandler)
          Sets the StyleHandler to be used.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.