Uses of Class
org.apache.batik.svggen.SVGIDGenerator
-
Packages that use SVGIDGenerator Package Description org.apache.batik.svggen Provides an API on top of theAbstractGraphics2Dto translate Java 2D primitives into the SVG format. -
-
Uses of SVGIDGenerator in org.apache.batik.svggen
Fields in org.apache.batik.svggen declared as SVGIDGenerator Modifier and Type Field Description (package private) SVGIDGeneratorSVGGeneratorContext. idGeneratorTo generate consitent ids.Methods in org.apache.batik.svggen that return SVGIDGenerator Modifier and Type Method Description SVGIDGeneratorSVGGeneratorContext. getIDGenerator()Returns theSVGIDGeneratorthat has been set.Methods in org.apache.batik.svggen with parameters of type SVGIDGenerator Modifier and Type Method Description voidSVGGeneratorContext. setIDGenerator(SVGIDGenerator idGenerator)Sets theSVGIDGeneratorto be used.
-