org.apache.fop.image
Class BmpImage
- FopImage
Bitmap image.
This supports loading a bitmap image into bitmap data.
bitmaps, bitsPerPixel, colorSpace, dpiHorizontal, dpiVertical, height, imageInfo, inputStream, invertImage, isTransparent, loaded, log, raw, transparentColor, width |
getBitmaps, getBitmapsSize, getBitsPerPixel, getColorSpace, getHeight, getHorizontalResolution, getICCProfile, getIntrinsicAlignmentAdjust, getIntrinsicHeight, getIntrinsicWidth, getMimeType, getOriginalURI, getRessourceBytes, getRessourceBytesSize, getSoftMask, getTransparentColor, getVerticalResolution, getWidth, hasSoftMask, isInverted, isTransparent, load, loadBitmap, loadDefaultOriginalData, loadDimensions, loadOriginalData |
BmpImage
public BmpImage(FopImage.ImageInfo imgInfo)
Create a bitmap image with the image data.
imgInfo - the image information
loadBitmap
protected boolean loadBitmap()
Load the bitmap.
This laods the bitmap data from the bitmap image.
- loadBitmap in interface AbstractFopImage
- true if it was loaded successfully
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.