|
fop 0.93 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.image.AbstractFopImage | +--org.apache.fop.image.JpegImage
FopImage object for JPEG images, Using Java native classes.
AbstractFopImage
,
FopImage
Inner classes inherited from class org.apache.fop.image.FopImage |
FopImage.ImageInfo |
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 | |
JpegImage(FopImage.ImageInfo imgInfo)
Create a jpeg image with the info. |
Method Summary | |
java.awt.color.ICC_Profile |
getICCProfile()
Get the ICC profile for this Jpeg image. |
protected boolean |
loadOriginalData()
Load the original jpeg data. |
Methods inherited from class org.apache.fop.image.AbstractFopImage |
getBitmaps, getBitmapsSize, getBitsPerPixel, getColorSpace, getHeight, getHorizontalResolution, getIntrinsicHeight, getIntrinsicWidth, getMimeType, getOriginalURI, getRessourceBytes, getRessourceBytesSize, getSoftMask, getTransparentColor, getVerticalResolution, getWidth, hasSoftMask, isInverted, isTransparent, load, loadBitmap, loadDefaultOriginalData, loadDimensions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JpegImage(FopImage.ImageInfo imgInfo)
imgInfo
- the image info for this jpegMethod Detail |
protected boolean loadOriginalData()
loadOriginalData
in class AbstractFopImage
public java.awt.color.ICC_Profile getICCProfile()
getICCProfile
in class AbstractFopImage
|
fop 0.93 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |