org.apache.fop.image
Interface FopImage
- All Known Implementing Classes:
- AbstractFopImage
- public interface FopImage
Class which represents an image
- Author:
- Eric SCHAEFFER
invertImage
public boolean invertImage()
getURL
public java.lang.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.