Uses of Class
org.apache.batik.svggen.SVGShape
-
Packages that use SVGShape Package Description org.apache.batik.svggen Provides an API on top of theAbstractGraphics2D
to translate Java 2D primitives into the SVG format. -
-
Uses of SVGShape in org.apache.batik.svggen
Fields in org.apache.batik.svggen declared as SVGShape Modifier and Type Field Description protected SVGShape
SVGGraphics2D. shapeConverter
Used to convert Java 2D API Shape objects to equivalent SVG elementsMethods in org.apache.batik.svggen that return SVGShape Modifier and Type Method Description SVGShape
SVGGraphics2D. getShapeConverter()
-