Uses of Class
org.apache.batik.svggen.SVGIDGenerator
-
Packages that use SVGIDGenerator Package Description org.apache.batik.svggen Provides an API on top of theAbstractGraphics2D
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 Modifier and Type Method Description SVGIDGenerator
SVGGeneratorContext. getIDGenerator()
Returns theSVGIDGenerator
that has been set.Methods in org.apache.batik.svggen with parameters of type SVGIDGenerator Modifier and Type Method Description void
SVGGeneratorContext. setIDGenerator(SVGIDGenerator idGenerator)
Sets theSVGIDGenerator
to be used.
-