Uses of Class
org.apache.fop.image.FopImageException

Packages that use FopImageException
org.apache.fop.image   
org.apache.fop.image.analyser   
 

Uses of FopImageException in org.apache.fop.image
 

Methods in org.apache.fop.image that throw FopImageException
 byte[] AbstractFopImage.getBitmaps()
          Return the image data (uncompressed).
 byte[] FopImage.getBitmaps()
           
 int AbstractFopImage.getBitmapsSize()
          Return the image data size (uncompressed).
 int FopImage.getBitmapsSize()
           
 int AbstractFopImage.getBitsPerPixel()
          Return the number of bits per pixel.
 int FopImage.getBitsPerPixel()
           
 ColorSpace AbstractFopImage.getColorSpace()
          Return the image color space.
 ColorSpace FopImage.getColorSpace()
           
 byte[] EPSImage.getEPSImage()
           
 int AbstractFopImage.getHeight()
          Return the image height.
 int FopImage.getHeight()
           
 PDFFilter AbstractFopImage.getPDFFilter()
          Return the original image compression type.
 PDFFilter FopImage.getPDFFilter()
           
 byte[] AbstractFopImage.getRessourceBytes()
          Return the original image data (compressed).
 byte[] FopImage.getRessourceBytes()
           
 int AbstractFopImage.getRessourceBytesSize()
          Return the original image data size (compressed).
 int FopImage.getRessourceBytesSize()
           
 org.w3c.dom.svg.SVGDocument SVGImage.getSVGDocument()
           
 PDFColor AbstractFopImage.getTransparentColor()
          Return the transparent color.
 PDFColor FopImage.getTransparentColor()
           
 int AbstractFopImage.getWidth()
          Return the image width.
 int FopImage.getWidth()
           
 boolean AbstractFopImage.isTransparent()
          Return the image transparency.
 boolean FopImage.isTransparent()
           
protected abstract  void AbstractFopImage.loadImage()
          Load image data and initialize its properties.
protected  void BmpImage.loadImage()
           
protected  void EPSImage.loadImage()
           
protected  void GifImage.loadImage()
           
protected  void JpegImage.loadImage()
           
protected  void SVGImage.loadImage()
           
static FopImage FopImageFactory.Make(String href)
          create an FopImage objects.
 

Constructors in org.apache.fop.image that throw FopImageException
AbstractFopImage(URL href)
          Constructor.
AbstractFopImage(URL href, ImageReader imgReader)
          Constructor.
BmpImage(URL href)
           
BmpImage(URL href, ImageReader imgReader)
           
EPSImage(URL href)
           
EPSImage(URL href, ImageReader imgReader)
           
GifImage(URL href)
           
GifImage(URL href, ImageReader imgReader)
           
JpegImage(URL href)
           
JpegImage(URL href, ImageReader imgReader)
           
SVGImage(URL href)
           
SVGImage(URL href, ImageReader imgReader)
           
 

Uses of FopImageException in org.apache.fop.image.analyser
 

Methods in org.apache.fop.image.analyser that throw FopImageException
static ImageReader ImageReaderFactory.Make(String uri, InputStream in)
          ImageReader maker.
 



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.