Subclasses of AbstractImageHandlerEncoder in org.apache.batik.svggen |
class |
ImageHandlerJPEGEncoder
This 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. |
class |
ImageHandlerPNGEncoder
This 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. |