Class AbstractImageHandlerEncoder

java.lang.Object
org.apache.batik.svggen.DefaultImageHandler
org.apache.batik.svggen.AbstractImageHandlerEncoder
All Implemented Interfaces:
XMLConstants, ErrorConstants, ImageHandler, SVGSyntax, CSSConstants, SVGConstants
Direct Known Subclasses:
ImageHandlerJPEGEncoder, ImageHandlerPNGEncoder

public abstract class AbstractImageHandlerEncoder extends DefaultImageHandler
This abstract implementation of the ImageHandler interface is intended to be the base class for ImageHandlers that generate image files for all the images they handle. This class stores images in an configurable directory. The xlink:href value the class generates is made of a configurable url root and the name of the file created by this handler.
Version:
$Id: AbstractImageHandlerEncoder.java 1733416 2016-03-03 07:07:13Z gadams $
See Also: