Uses of Class
org.apache.batik.util.awt.svg.DefaultImageHandler

Packages that use DefaultImageHandler
org.apache.batik.util.awt.svg   
 

Uses of DefaultImageHandler in org.apache.batik.util.awt.svg
 

Subclasses of DefaultImageHandler in org.apache.batik.util.awt.svg
 class AbstractImageHandlerEncoder
          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.
 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.
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.