Uses of Class
org.apache.batik.svggen.SVGGeneratorContext.GraphicContextDefaults

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

Uses of SVGGeneratorContext.GraphicContextDefaults in org.apache.batik.svggen
 

Methods in org.apache.batik.svggen that return SVGGeneratorContext.GraphicContextDefaults
 SVGGeneratorContext.GraphicContextDefaults SVGGeneratorContext.getGraphicContextDefaults()
          Returns the set of defaults which should be used for the GraphicContext.
 

Methods in org.apache.batik.svggen with parameters of type SVGGeneratorContext.GraphicContextDefaults
 void SVGGeneratorContext.setGraphicContextDefaults(SVGGeneratorContext.GraphicContextDefaults gcDefaults)
          Sets the default to be used for the graphic context.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.