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

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

Uses of SVGGraphicObjectConverter in org.apache.batik.svggen
 

Subclasses of SVGGraphicObjectConverter in org.apache.batik.svggen
 class SVGEllipse
          Utility class that converts an Ellipse2D object into a corresponding SVG element, i.e., a circle or an ellipse.
 class SVGLine
          Utility class that converts a Line2D object into a corresponding SVG line element.
 class SVGPath
          Utility class that converts a Shape object into an SVG path element.
 class SVGPolygon
          Utility class that converts a Polygon object into an SVG element.
 class SVGRectangle
          Utility class that converts a Rectangle2D or RoundRectangle2D object into an SVG element.
 class SVGShape
          Utility class that converts a Shape object into the corresponding SVG element.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.