org.apache.fop.image
Class EmfImage
- FopImage
Enhanced metafile image.
This supports loading a EMF image.
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 |
EmfImage
public EmfImage(FopImage.ImageInfo imgInfo)
Create a bitmap image with the image data.
imgInfo
- the image information
loadOriginalData
protected boolean loadOriginalData()
Load the original EMF data.
This loads the original EMF data and reads the color space,
and icc profile if any.
- loadOriginalData in interface AbstractFopImage
- true if loaded false for any error
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.