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