|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.image.AbstractFopImage
org.apache.fop.image.GifImage
FopImage object for GIF images, using Java native classes.
AbstractFopImage
,
FopImage
Field Summary |
---|
Fields inherited from class org.apache.fop.image.AbstractFopImage |
---|
m_bitmaps, m_bitmapsSize, m_bitsPerPixel, m_colorSpace, m_compressionType, m_height, m_href, m_imageReader, m_invertImage, m_isTransparent, m_transparentColor, m_width |
Constructor Summary | |
---|---|
GifImage(java.net.URL href)
|
|
GifImage(java.net.URL href,
ImageReader imgReader)
|
Method Summary | |
---|---|
protected void |
loadImage()
Load image data and initialize its properties. |
Methods inherited from class org.apache.fop.image.AbstractFopImage |
---|
close, getBitmaps, getBitmapsSize, getBitsPerPixel, getColorSpace, getHeight, getPDFFilter, getRessourceBytes, getRessourceBytesSize, getTransparentColor, getURL, getWidth, invertImage, isTransparent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GifImage(java.net.URL href) throws FopImageException
public GifImage(java.net.URL href, ImageReader imgReader) throws FopImageException
Method Detail |
protected void loadImage() throws FopImageException
AbstractFopImage
loadImage
in class AbstractFopImage
FopImageException
- an error occured during loading
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |