|
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.EPSImage
public class EPSImage
EPS image handler. This handles the Encapulated PostScript images. It gets the dimensions and original data from the analyser.
AbstractFopImage
,
FopImage
Nested Class Summary | |
---|---|
static class |
EPSImage.EPSData
Data for EPS image. |
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 | |
---|---|
EPSImage(FopImage.ImageInfo imgInfo)
Create an EPS image with the image information. |
Method Summary | |
---|---|
int[] |
getBBox()
Return the bounding box |
java.lang.String |
getDocName()
Return the name of the eps |
byte[] |
getEPSImage()
Get the eps image. |
Methods inherited from class org.apache.fop.image.AbstractFopImage |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPSImage(FopImage.ImageInfo imgInfo)
imgInfo
- the information containing the data and bounding boxMethod Detail |
---|
public java.lang.String getDocName()
public int[] getBBox()
public byte[] getEPSImage()
|
fop 0.94 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |