org.apache.fop.image
Class EPSImage
- FopImage
EPS image handler.
This handles the Encapulated PostScript images.
It gets the dimensions and original data from the analyser.
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 |
EPSImage
public EPSImage(FopImage.ImageInfo imgInfo)
Create an EPS image with the image information.
imgInfo - the information containing the data and bounding box
getBBox
public int[] getBBox()
Return the bounding box
- an int array containing the bounding box
getDocName
public String getDocName()
Return the name of the eps
getEPSImage
public byte[] getEPSImage()
Get the eps image.
- the original eps image data
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.