org.apache.fop.image
Interface FopImage
- All Known Implementing Classes:
- AbstractFopImage, BmpImage, EPSImage, GifImage, JpegImage, SVGImage
public interface FopImage
Class which represents an image
- Author:
- Eric SCHAEFFER
invertImage
boolean invertImage()
getURL
String getURL()
getWidth
int getWidth()
throws FopImageException
- Throws:
FopImageException
getHeight
int getHeight()
throws FopImageException
- Throws:
FopImageException
getColorSpace
ColorSpace getColorSpace()
throws FopImageException
- Throws:
FopImageException
getBitsPerPixel
int getBitsPerPixel()
throws FopImageException
- Throws:
FopImageException
isTransparent
boolean isTransparent()
throws FopImageException
- Throws:
FopImageException
getTransparentColor
PDFColor getTransparentColor()
throws FopImageException
- Throws:
FopImageException
getBitmaps
byte[] getBitmaps()
throws FopImageException
- Throws:
FopImageException
getBitmapsSize
int getBitmapsSize()
throws FopImageException
- Throws:
FopImageException
getRessourceBytes
byte[] getRessourceBytes()
throws FopImageException
- Throws:
FopImageException
getRessourceBytesSize
int getRessourceBytesSize()
throws FopImageException
- Throws:
FopImageException
getPDFFilter
PDFFilter getPDFFilter()
throws FopImageException
- Throws:
FopImageException
close
void close()
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.