| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base class to implement the FopImage interface.
Constructor Summary | |
AbstractFopImage(URL href) Constructor. | |
AbstractFopImage(URL href, ImageReader imgReader) Constructor. |
Method Summary | |
void | close() Free all ressource. |
byte[] | getBitmaps() Return the image data (uncompressed). |
int | getBitmapsSize() Return the image data size (uncompressed). |
int | getBitsPerPixel() Return the number of bits per pixel. |
ColorSpace | getColorSpace() Return the image color space. |
int | getHeight() Return the image height. |
PDFFilter | getPDFFilter() Return the original image compression type. |
byte[] | getRessourceBytes() Return the original image data (compressed). |
int | getRessourceBytesSize() Return the original image data size (compressed). |
PDFColor | getTransparentColor() Return the transparent color. |
String | getURL() Return the image URL. |
int | getWidth() Return the image width. |
boolean | isTransparent() Return the image transparency. |
Constructor Detail |
public AbstractFopImage(URL href)
throws FopImageException
public AbstractFopImage(URL href, ImageReader imgReader)
throws FopImageException
Method Detail |
public void close()
public byte[] getBitmaps()
throws FopImageException
public int getBitmapsSize()
throws FopImageException
public int getBitsPerPixel()
throws FopImageException
public ColorSpace getColorSpace()
throws FopImageException
public int getHeight()
throws FopImageException
public PDFFilter getPDFFilter()
throws FopImageException
public byte[] getRessourceBytes()
throws FopImageException
public int getRessourceBytesSize()
throws FopImageException
public PDFColor getTransparentColor()
throws FopImageException
public String getURL()
public int getWidth()
throws FopImageException
public boolean isTransparent()
throws FopImageException
Association Links |
to Class org.apache.fop.image.analyser.ImageReader
to Class org.apache.fop.datatypes.ColorSpace
to Class org.apache.fop.pdf.PDFColor
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |