org.apache.fop.image
Class GifJpegImage

java.lang.Object
  |
  +--org.apache.fop.image.AbstractFopImage
        |
        +--org.apache.fop.image.GifJpegImage

public class GifJpegImage
extends AbstractFopImage

FopImage object for GIF or JPEG images, using Java native classes.

Author:
Eric SCHAEFFER
See Also:
AbstractFopImage, FopImage

Fields inherited from class org.apache.fop.image.AbstractFopImage
m_bitmaps, m_bitmapsSize, m_bitsPerPixel, m_colorSpace, m_height, m_href, m_imageReader, m_isTransparent, m_transparentColor, m_width
 
Constructor Summary
GifJpegImage(java.net.URL href)
           
GifJpegImage(java.net.URL href, ImageReader imgReader)
           
 
Method Summary
protected  void loadImage()
          Load image data and initialize its properties.
 
Methods inherited from class org.apache.fop.image.AbstractFopImage
close, getBitmaps, getBitmapsSize, getBitsPerPixel, getColorSpace, getHeight, getPDFFilter, getRessourceBytes, getRessourceBytesSize, getTransparentColor, getURL, getWidth, isTransparent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GifJpegImage

public GifJpegImage(java.net.URL href)
             throws FopImageException

GifJpegImage

public GifJpegImage(java.net.URL href,
                    ImageReader imgReader)
             throws FopImageException
Method Detail

loadImage

protected void loadImage()
                  throws FopImageException
Description copied from class: AbstractFopImage
Load image data and initialize its properties. Subclasses need to implement this method.
Overrides:
loadImage in class AbstractFopImage
Tags copied from class: AbstractFopImage
Throws:
FopImageException - an error occured during loading


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.