|
fop 0.93 | ||||||||||
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
Nested Class Summary | |
protected static class |
GifImage.DummyConnection
A dummy url connection for a gif image in an input stream. |
Nested classes inherited from class org.apache.fop.image.FopImage |
FopImage.ImageInfo |
Field Summary |
Fields inherited from class org.apache.fop.image.AbstractFopImage |
bitmaps, bitsPerPixel, colorSpace, dpiHorizontal, dpiVertical, height, imageInfo, inputStream, invertImage, isTransparent, loaded, log, raw, transparentColor, width |
Fields inherited from interface org.apache.fop.image.FopImage |
BITMAP, DIMENSIONS, ORIGINAL_DATA |
Constructor Summary | |
GifImage(FopImage.ImageInfo imgInfo)
Create a new gif image. |
Method Summary | |
protected boolean |
loadBitmap()
Load the bitmap for this gif image. |
protected boolean |
loadOriginalData()
Load the original image data. |
Methods inherited from class org.apache.fop.image.AbstractFopImage |
getBitmaps, getBitmapsSize, getBitsPerPixel, getColorSpace, getHeight, getHorizontalResolution, getICCProfile, getIntrinsicHeight, getIntrinsicWidth, getMimeType, getOriginalURI, getRessourceBytes, getRessourceBytesSize, getSoftMask, getTransparentColor, getVerticalResolution, getWidth, hasSoftMask, isInverted, isTransparent, load, loadDefaultOriginalData, loadDimensions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GifImage(FopImage.ImageInfo imgInfo)
imgInfo
- the image info for this gif imageMethod Detail |
protected boolean loadBitmap()
loadBitmap
in class AbstractFopImage
protected boolean loadOriginalData()
AbstractFopImage
loadOriginalData
in class AbstractFopImage
AbstractFopImage.loadOriginalData()
|
fop 0.93 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |