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

Constructors in org.apache.fop.image that throw FopImageException
AbstractFopImage(java.net.URL href)
          Constructor.
AbstractFopImage(java.net.URL href, ImageReader imgReader)
          Constructor.
EPSImage(java.net.URL href)
           
EPSImage(java.net.URL href, ImageReader imgReader)
           
JimiImage(java.net.URL href)
           
JimiImage(java.net.URL href, ImageReader imgReader)
           
GifImage(java.net.URL href)
           
GifImage(java.net.URL href, ImageReader imgReader)
           
JpegImage(java.net.URL href)
           
JpegImage(java.net.URL href, ImageReader imgReader)
           
BmpImage(java.net.URL href)
           
BmpImage(java.net.URL href, ImageReader imgReader)
           
SVGImage(java.net.URL href)
           
SVGImage(java.net.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(java.lang.String uri, java.io.InputStream in)
          ImageReader maker.
 



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