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) SVGIDGenerator
SVGGeneratorContext.idGenerator
To generate consitent ids.Methods in org.apache.batik.svggen that return SVGIDGeneratorModifier and TypeMethodDescriptionfinal SVGIDGenerator
SVGGeneratorContext.getIDGenerator()
Returns theSVGIDGenerator
that has been set.Methods in org.apache.batik.svggen with parameters of type SVGIDGeneratorModifier and TypeMethodDescriptionfinal void
SVGGeneratorContext.setIDGenerator
(SVGIDGenerator idGenerator) Sets theSVGIDGenerator
to be used.