org.apache.fop.image
Interface FopImage

All Known Implementing Classes:
AbstractFopImage

public interface FopImage


Method Summary
 voidclose()
           
 byte[]getBitmaps()
           
 intgetBitmapsSize()
           
 intgetBitsPerPixel()
           
 ColorSpacegetColorSpace()
           
 intgetHeight()
           
 PDFFiltergetPDFFilter()
           
 byte[]getRessourceBytes()
           
 intgetRessourceBytesSize()
           
 PDFColorgetTransparentColor()
           
 StringgetURL()
           
 intgetWidth()
           
 booleanisTransparent()
           

Method Detail

close

public void close()

getBitmaps

public byte[] getBitmaps()
throws FopImageException

getBitmapsSize

public int getBitmapsSize()
throws FopImageException

getBitsPerPixel

public int getBitsPerPixel()
throws FopImageException

getColorSpace

public ColorSpace getColorSpace()
throws FopImageException

getHeight

public int getHeight()
throws FopImageException

getPDFFilter

public PDFFilter getPDFFilter()
throws FopImageException

getRessourceBytes

public byte[] getRessourceBytes()
throws FopImageException

getRessourceBytesSize

public int getRessourceBytesSize()
throws FopImageException

getTransparentColor

public PDFColor getTransparentColor()
throws FopImageException

getURL

public String getURL()

getWidth

public int getWidth()
throws FopImageException

isTransparent

public boolean isTransparent()
throws FopImageException