Save This Page
Home » fop-0.95beta-src » org.apache » fop » image » [javadoc | source]
org.apache.fop.image
public class: JimiImage [javadoc | source]
java.lang.Object
   org.apache.fop.image.AbstractFopImage
      org.apache.fop.image.JimiImage

All Implemented Interfaces:
    FopImage

FopImage object for several images types, using Jimi. See Jimi documentation for supported image types.
Fields inherited from org.apache.fop.image.AbstractFopImage:
m_invertImage,  m_width,  m_height,  m_href,  m_imageReader,  m_colorSpace,  m_bitsPerPixel,  m_bitmaps,  m_bitmapsSize,  m_isTransparent,  m_transparentColor,  m_compressionType
Constructor:
 public JimiImage(URL href) throws FopImageException 
 public JimiImage(URL href,
    ImageReader imgReader) throws FopImageException 
Method from org.apache.fop.image.JimiImage Summary:
loadImage
Methods from org.apache.fop.image.AbstractFopImage:
close,   getBitmaps,   getBitmapsSize,   getBitsPerPixel,   getColorSpace,   getHeight,   getPDFFilter,   getRessourceBytes,   getRessourceBytesSize,   getTransparentColor,   getURL,   getWidth,   invertImage,   isTransparent,   loadImage
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.fop.image.JimiImage Detail:
 protected  void loadImage() throws FopImageException