Uses of Class
org.apache.batik.svggen.AbstractImageHandlerEncoder
-
Packages that use AbstractImageHandlerEncoder Package Description org.apache.batik.svggen Provides an API on top of theAbstractGraphics2Dto translate Java 2D primitives into the SVG format. -
-
Uses of AbstractImageHandlerEncoder in org.apache.batik.svggen
Subclasses of AbstractImageHandlerEncoder in org.apache.batik.svggen Modifier and Type Class Description classImageHandlerJPEGEncoderThis implementation of the abstract AbstractImageHandlerEncoder class creates JPEG images in the image directory and sets the url pointing to that file in the xlink:href attributes of the image elements it handles.classImageHandlerPNGEncoderThis implementation of the abstract AbstractImageHandlerEncoder class creates PNG images in the image directory and sets the url pointing to that file in the xlink:href attributes of the image elements it handles.
-