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
 

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

Methods in org.apache.fop.image that throw FopImageException
byte[]AbstractFopImage.getBitmaps()
          Return the image data (uncompressed).
intAbstractFopImage.getBitmapsSize()
          Return the image data size (uncompressed).
intAbstractFopImage.getBitsPerPixel()
          Return the number of bits per pixel.
ColorSpaceAbstractFopImage.getColorSpace()
          Return the image color space.
intAbstractFopImage.getHeight()
          Return the image height.
PDFFilterAbstractFopImage.getPDFFilter()
          Return the original image compression type.
byte[]AbstractFopImage.getRessourceBytes()
          Return the original image data (compressed).
intAbstractFopImage.getRessourceBytesSize()
          Return the original image data size (compressed).
PDFColorAbstractFopImage.getTransparentColor()
          Return the transparent color.
intAbstractFopImage.getWidth()
          Return the image width.
booleanAbstractFopImage.isTransparent()
          Return the image transparency.
byte[]FopImage.getBitmaps()
          
intFopImage.getBitmapsSize()
          
intFopImage.getBitsPerPixel()
          
ColorSpaceFopImage.getColorSpace()
          
intFopImage.getHeight()
          
PDFFilterFopImage.getPDFFilter()
          
byte[]FopImage.getRessourceBytes()
          
intFopImage.getRessourceBytesSize()
          
PDFColorFopImage.getTransparentColor()
          
intFopImage.getWidth()
          
booleanFopImage.isTransparent()
          
static FopImageFopImageFactory.Make(String href)
          create an FopImage objects.
SVGDocumentSVGImage.getSVGDocument()
          
 

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

Methods in org.apache.fop.image.analyser that throw FopImageException
static ImageReaderImageReaderFactory.Make(InputStream in)
          ImageReader maker.