org.apache.fop.image
Interface FopImage

All Known Implementing Classes:
AbstractFopImage

public interface FopImage

Class which represents an image

Author:
Eric SCHAEFFER

Method Summary
 void close()
           
 byte[] getBitmaps()
           
 int getBitmapsSize()
           
 int getBitsPerPixel()
           
 ColorSpace getColorSpace()
           
 int getHeight()
           
 PDFFilter getPDFFilter()
           
 byte[] getRessourceBytes()
           
 int getRessourceBytesSize()
           
 PDFColor getTransparentColor()
           
 String getURL()
           
 int getWidth()
           
 boolean invertImage()
           
 boolean isTransparent()
           
 

Method Detail

invertImage

public boolean invertImage()

getURL

public String getURL()

getWidth

public int getWidth()
             throws FopImageException
Throws:
FopImageException

getHeight

public int getHeight()
              throws FopImageException
Throws:
FopImageException

getColorSpace

public ColorSpace getColorSpace()
                         throws FopImageException
Throws:
FopImageException

getBitsPerPixel

public int getBitsPerPixel()
                    throws FopImageException
Throws:
FopImageException

isTransparent

public boolean isTransparent()
                      throws FopImageException
Throws:
FopImageException

getTransparentColor

public PDFColor getTransparentColor()
                             throws FopImageException
Throws:
FopImageException

getBitmaps

public byte[] getBitmaps()
                  throws FopImageException
Throws:
FopImageException

getBitmapsSize

public int getBitmapsSize()
                   throws FopImageException
Throws:
FopImageException

getRessourceBytes

public byte[] getRessourceBytes()
                         throws FopImageException
Throws:
FopImageException

getRessourceBytesSize

public int getRessourceBytesSize()
                          throws FopImageException
Throws:
FopImageException

getPDFFilter

public PDFFilter getPDFFilter()
                       throws FopImageException
Throws:
FopImageException

close

public void close()


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