Uses of Class
org.apache.batik.svggen.SVGIDGenerator

Packages that use SVGIDGenerator
org.apache.batik.svggen Provides an API on top of the AbstractGraphics2D to translate Java 2D primitives into the SVG format. 
 

Uses of SVGIDGenerator in org.apache.batik.svggen
 

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

Methods in org.apache.batik.svggen with parameters of type SVGIDGenerator
 void SVGGeneratorContext.setIDGenerator(SVGIDGenerator idGenerator)
          Sets the SVGIDGenerator to be used.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.