Uses of Interface
org.apache.batik.util.awt.svg.ImageHandler

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

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

Classes in org.apache.batik.util.awt.svg that implement ImageHandler
 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 DefaultImageHandler
          This interface default implementation of the ImageHandler interface simply puts a place holder in the xlink:href attribute and sets the width and height of the element.
 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.
 

Methods in org.apache.batik.util.awt.svg that return ImageHandler
 ImageHandler SVGGraphics2D.getImageHandler()
           
 

Constructors in org.apache.batik.util.awt.svg with parameters of type ImageHandler
DOMTreeManager(GraphicContext gc, Document domFactory, ExtensionHandler extensionHandler, ImageHandler imageHandler, int maxGCOverrides)
          Constructor
SVGGraphics2D(Document domFactory, ImageHandler imageHandler, ExtensionHandler extensionHandler, boolean textAsShapes)
           
SVGGraphicContextConverter(Document domFactory, ExtensionHandler extensionHandler, ImageHandler imageHandler)
           
SVGTexturePaint(Document domFactory, ImageHandler imageHandler)
           
SVGPaint(Document domFactory, ImageHandler imageHandler, ExtensionHandler extensionHandler)
           
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.