Uses of Class
org.apache.batik.svggen.SVGShape
-
Packages that use SVGShape Package Description org.apache.batik.svggen Provides an API on top of theAbstractGraphics2Dto 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 private SVGShapeSVGClip. shapeConverterUsed to convert clip object to SVG elementsprotected SVGShapeSVGGraphics2D. shapeConverterUsed to convert Java 2D API Shape objects to equivalent SVG elementsMethods in org.apache.batik.svggen that return SVGShape Modifier and Type Method Description SVGShapeSVGGraphics2D. getShapeConverter()
-