|
fop 0.94 | |||||||||
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.ImageIOImage
public class ImageIOImage
FopImage object using ImageIO.
AbstractFopImage
,
FopImage
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface 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 | |
---|---|
ImageIOImage(FopImage.ImageInfo info)
Creates a new ImageIOImage. |
Method Summary | |
---|---|
byte[] |
getSoftMask()
Get the soft mask. |
boolean |
hasSoftMask()
Check if this image has a soft mask. |
protected boolean |
loadBitmap()
Load a bitmap array of the image. |
protected boolean |
loadDimensions()
Load the dimensions of the 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, getIntrinsicAlignmentAdjust, getIntrinsicHeight, getIntrinsicWidth, getMimeType, getOriginalURI, getRessourceBytes, getRessourceBytesSize, getTransparentColor, getVerticalResolution, getWidth, isInverted, isTransparent, load, loadDefaultOriginalData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageIOImage(FopImage.ImageInfo info)
info
- the image info from the ImageReaderMethod Detail |
---|
protected boolean loadDimensions()
AbstractFopImage
loadDimensions
in class AbstractFopImage
AbstractFopImage.loadDimensions()
protected boolean loadBitmap()
AbstractFopImage
loadBitmap
in class AbstractFopImage
AbstractFopImage.loadBitmap()
protected boolean loadOriginalData()
AbstractFopImage
loadOriginalData
in class AbstractFopImage
AbstractFopImage.loadOriginalData()
public boolean hasSoftMask()
AbstractFopImage
hasSoftMask
in interface FopImage
hasSoftMask
in class AbstractFopImage
FopImage.hasSoftMask()
public byte[] getSoftMask()
AbstractFopImage
getSoftMask
in interface FopImage
getSoftMask
in class AbstractFopImage
FopImage.getSoftMask()
|
fop 0.94 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |