|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmediautil.gen.BasicIo
mediautil.image.jpeg.BasicJpegIo
mediautil.image.jpeg.AbstractImageInfo<LLJTran>
mediautil.image.jpeg.Exif
public class Exif
This class represent the Exif header providing additional information about image. It is organized in a similiar IFD directory structure as specified by the Exif spec.
The below shows the most common usage of creating and changing an Exif Entry:
// Use appropriate code to read an image into llj
LLJTran llj = new LLJTran(..); llj.read(..);
Exif exif = (Exif) llj.getImageInfo();
// Create and entry for the EXIFIMAGEWIDTH tag
// LONG is the appropriate Data Type for the EXIFIMAGEWIDTH tag
Entry e = new Entry(LONG);
e.setValue(0, new Integer(llj.getWidth()));
exif.setTagValue(Exif.EXIFIMAGEWIDTH, 0, e, true);
// Change the value of the DATETIME Entry
Entry entry = exif.getTagValue(Exif.DATETIME, true);
if(entry != null)
entry.setValue(0, "1998:08:18 11:15:00");
Also go through the below sources whose help was used to build this class:
setTagValue(int,int,Entry,boolean),
Entry.setValue(int,Object),
Serialized Form| Field Summary | |
|---|---|
static int |
APERTUREVALUE
Identifies the APERTUREVALUE tag |
static int |
ARTIST
Identifies the ARTIST tag |
static int |
ASCII
Identifies the ASCII Data Type |
static int |
BATTERYLEVEL
Identifies the BATTERYLEVEL tag |
static int |
BITSPERSAMPLE
Identifies the BITSPERSAMPLE tag |
static int |
BRIGHTNESSVALUE
Identifies the BRIGHTNESSVALUE tag |
static int |
BYTE
Identifies the Byte Data Type |
static int |
CFAPATTERN
Identifies the CFAPATTERN tag |
static int |
CFAREPEATPATTERNDIM
Identifies the CFAREPEATPATTERNDIM tag |
static int |
COLORSPACE
Identifies the COLORSPACE tag |
static int |
COMPONENTSCONFIGURATION
Identifies the COMPONENTSCONFIGURATION tag |
static int |
COMPRESSEDBITSPERPIXEL
Identifies the COMPRESSEDBITSPERPIXEL tag |
static int |
COMPRESSION
Identifies the COMPRESSION tag |
static int |
CONTRAST
Identifies the CONTRAST tag |
static int |
COPYRIGHT
Identifies the COPYRIGHT tag |
static int |
CUSTOMRENDERED
Identifies the CUSTOMRENDERED tag |
static int |
DATETIME
Identifies the DATETIME tag |
static int |
DATETIMEDIGITIZED
Identifies the DATETIMEDIGITIZED tag |
static int |
DATETIMEORIGINAL
Identifies the DATETIMEORIGINAL tag |
static int |
DIGITALZOOMRATIO
Identifies the DIGITALZOOMRATIO tag |
static int |
DOCUMENTNAME
Identifies the DOCUMENTNAME tag |
static byte[] |
EXIF_MARK
|
static int |
EXIFIMAGELENGTH
Identifies the EXIFIMAGELENGTH tag |
static int |
EXIFIMAGEWIDTH
Identifies the EXIFIMAGEWIDTH tag |
static int |
EXIFOFFSET
Identifies the EXIFOFFSET tag |
static int |
EXIFVERSION
Identifies the EXIFVERSION tag |
static String[] |
EXPOSURE_PROGRAMS
|
static int |
EXPOSUREBIASVALUE
Identifies the EXPOSUREBIASVALUE tag |
static int |
EXPOSUREINDEX
Identifies the EXPOSUREINDEX tag |
static int |
EXPOSUREMODE
Identifies the EXPOSUREMODE tag |
static int |
EXPOSUREPROGRAM
Identifies the EXPOSUREPROGRAM tag |
static int |
EXPOSURETIME
Identifies the EXPOSURETIME tag |
static int |
FILESOURCE
Identifies the FILESOURCE tag |
static int |
FILLORDER
Identifies the FILLORDER tag |
static int |
FLASH
Identifies the FLASH tag |
static int |
FLASHENERGY
Identifies the FLASHENERGY tag |
static int |
FLASHPIXVERSION
Identifies the FLASHPIXVERSION tag |
static int |
FNUMBER
Identifies the FNUMBER tag |
static int |
FOCALLENGTH
Identifies the FOCALLENGTH tag |
static int |
FOCALLENGTHIN35MMFILM
Identifies the FOCALLENGTHIN35MMFILM tag |
static int |
FOCALPLANERESOLUTIONUNIT
Identifies the FOCALPLANERESOLUTIONUNIT tag |
static int |
FOCALPLANEXRESOLUTION
Identifies the FOCALPLANEXRESOLUTION tag |
static int |
FOCALPLANEYRESOLUTION
Identifies the FOCALPLANEYRESOLUTION tag |
static String |
FORMAT
|
static int |
GAINCONTROL
Identifies the GAINCONTROL tag |
static int |
GPSINFO
Identifies the GPSINFO tag |
static int |
IMAGEDESCRIPTION
Identifies the IMAGEDESCRIPTION tag |
static int |
IMAGELENGTH
Identifies the IMAGELENGTH tag |
static int |
IMAGEWIDTH
Identifies the IMAGEWIDTH tag |
static int |
INTERCOLORPROFILE
Identifies the ERCOLORPROFILE tag |
static int |
INTEROPERABILITYOFFSET
Identifies the EROPERABILITYOFFSET tag |
static int |
IPTC_NAA
Identifies the IPTC_NAA tag |
static int |
ISOSPEEDRATINGS
Identifies the ISOSPEEDRATINGS tag |
static int |
JPEGINTERCHANGEFORMAT
Identifies the JPEGINTERCHANGEFORMAT tag |
static int |
JPEGINTERCHANGEFORMATLENGTH
Identifies the JPEGINTERCHANGEFORMATLENGTH tag |
static int |
JPEGPROC
Identifies the JPEGPROC tag |
static int |
JPEGTABLES
Identifies the JPEGTABLES tag |
static int |
LIGHTSOURCE
Identifies the LIGHTSOURCE tag |
static int |
LONG
Identifies the LONG Data Type |
static int |
MAKE
Identifies the MAKE tag |
static int |
MAKERNOTE
Identifies the MAKERNOTE tag |
static int |
MAXAPERTUREVALUE
Identifies the MAXAPERTUREVALUE tag |
static String[] |
METERING_MODES
|
static int |
METERINGMODE
Identifies the METERINGMODE tag |
static int |
MODEL
Identifies the MODEL tag |
static int |
NEWSUBFILETYPE
Identifies NEWSUBFILETYPE tag |
static int |
OECF
Identifies the OECF tag |
static int[] |
opToCorrectOrientation
A lookup array which can be used to get the LLJTran transformation operation required to correct the orientation for a given Exif Orientation Tag |
static int |
ORIENTATION
Identifies the ORIENTATION tag |
static int |
ORIENTATION_BOTLEFT
|
static int |
ORIENTATION_BOTRIGHT
|
static int |
ORIENTATION_LEFTBOT
|
static int |
ORIENTATION_LEFTTOP
|
static int |
ORIENTATION_RIGHTBOT
|
static int |
ORIENTATION_RIGHTTOP
|
static int |
ORIENTATION_TOPLEFT
|
static int |
ORIENTATION_TOPRIGHT
|
static int |
PHOTOMETRICINTERPRETATION
Identifies the PHOTOMETRICINTERPRETATION tag |
static int |
PLANARCONFIGURATION
Identifies the PLANARCONFIGURATION tag |
static int |
PRIMARYCHROMATICITIES
Identifies the PRIMARYCHROMATICITIES tag |
static int |
PRINTMODE
Identifies the PRINTMODE tag |
static int |
RATIONAL
Identifies the RATIONAL Data Type |
static int |
REFERENCEBLACKWHITE
Identifies the REFERENCEBLACKWHITE tag |
static int |
RESOLUTIONUNIT
Identifies the RESOLUTIONUNIT tag |
static int |
ROWSPERSTRIP
Identifies the ROWSPERSTRIP tag |
static int |
SAMPLESPERPIXEL
Identifies the SAMPLESPERPIXEL tag |
static int |
SATURATION
Identifies the SATURATION tag |
static int |
SBYTE
Identifies the Signed BYTE Data Type |
static int |
SCENECAPTURETYPE
Identifies the SCENECAPTURETYPE tag |
static int |
SCENETYPE
Identifies the SCENETYPE tag |
static int |
SENSINGMETHOD
Identifies the SENSINGMETHOD tag |
static int |
SHARPNESS
Identifies the SHARPNESS tag |
static int |
SHORT
Identifies the SHORT Data Type |
static int |
SHUTTERSPEEDVALUE
Identifies the SHUTTERSPEEDVALUE tag |
static int |
SLONG
Identifies the Signed LONG Data Type |
static int |
SOFTWARE
Identifies the SOFTWARE tag |
static int |
SPATIALFREQUENCYRESPONSE
Identifies the SPATIALFREQUENCYRESPONSE tag |
static int |
SPECTRALSENSITIVITY
Identifies the SPECTRALSENSITIVITY tag |
static int |
SRATIONAL
Identifies the Signed RATIONAL Data Type |
static int |
SSHORT
Identifies the Signed SHORT Data Type |
static int |
STRIPBYTECOUNTS
Identifies the STRIPBYTECOUNTS tag |
static int |
STRIPOFFSETS
Identifies the STRIPOFFSETS tag |
static int |
SUBIFDS
Identifies the SUBIFDS tag |
static int |
SUBJECTDISTANCE
Identifies the SUBJECTDISTANCE tag |
static int |
SUBJECTLOCATION
Identifies the SUBJECTLOCATION tag |
static int |
SUBSECTIME
Identifies the SUBSECTIME tag |
static int |
SUBSECTIMEDIGITIZED
Identifies the SUBSECTIMEDIGITIZED tag |
static int |
SUBSECTIMEORIGINAL
Identifies the SUBSECTIMEORIGINAL tag |
static int |
TRANSFERFUNCTION
Identifies the TRANSFERFUNCTION tag |
static int |
TRANSFERRANGE
Identifies the TRANSFERRANGE tag |
static int[] |
TYPELENGTH
|
static int |
UNDEFINED
Identifies the UNDEFINED Data Type |
static int |
USERCOMMENT
Identifies the USERCOMMENT tag |
static int |
WHITEBALANCE
Identifies the WHITEBALANCE tag |
static int |
WHITEPOINT
Identifies the WHITEPOINT tag |
static int |
XRESOLUTION
Identifies the XRESOLUTION tag |
static int |
YCBCRCOEFFICIENTS
Identifies the YCBCRCOEFFICIENTS tag |
static int |
YCBCRPOSITIONING
Identifies the YCBCRPOSITIONING tag |
static int |
YCBCRSUBSAMPLING
Identifies the YCBCRSUBSAMPLING tag |
static int |
YRESOLUTION
Identifies the YRESOLUTION tag |
| Fields inherited from class mediautil.image.jpeg.AbstractImageInfo |
|---|
AV_TO_FSTOP, BMP_SIG, BMP24_HDR_SIZE, dateformat, DEFAULT_THUMB_SIZE, fnumberformat, NA, TV_TO_SEC |
| Fields inherited from class mediautil.image.jpeg.BasicJpegIo |
|---|
M_DHP, M_DHT, M_DNL, M_DQT, M_DRI, M_EXP |
| Fields inherited from class mediautil.gen.BasicIo |
|---|
FACTOR_ABVS |
| Constructor Summary | |
|---|---|
Exif()
Basic constructor |
|
Exif(InputStream is,
byte[] data,
int offset,
String name,
String comments,
LLJTran format)
Loads the ImageInfo using information supplied. |
|
| Method Summary | |
|---|---|
String |
getDataTimeOriginalString()
|
int |
getExpoProgram()
|
String |
getExpoProgramAsString()
|
float |
getFNumber()
|
float |
getFocalLength()
|
String |
getFormat()
|
IFD[] |
getIFDs()
return IFDs |
String |
getMake()
|
static byte[] |
getMarkerData()
|
int |
getMetering()
|
String |
getMeteringAsString()
|
String |
getModel()
|
String |
getOrientation()
|
String |
getQuality()
|
String |
getReport()
|
int |
getResolutionX()
|
int |
getResolutionY()
|
Rational |
getShutter()
|
Entry |
getTagValue(int tag,
boolean main)
Gets the Entry corresponding to an Exif tag. |
Entry |
getTagValue(Integer tag,
int subTag,
boolean main)
Gets the Entry corresponding to an Exif tag. |
String |
getThumbnailExtension()
Gets the extension of the Thumbnail Image format. |
Icon |
getThumbnailIcon(Dimension size)
|
int |
getThumbnailLength()
Method to get the length of the Thumnail. |
int |
getThumbnailOffset()
Method to get the offset of the Thumbnail within the imageInfo data. |
boolean |
isFlash()
|
void |
readInfo()
Reads the imageInfo from the Input supplied in Constructor. |
boolean |
removeThumbnailTags()
Removes the Thumbnail Tags in the imageInfo. |
boolean |
saveThumbnailImage(OutputStream os)
saves thumbnail image to specified path |
void |
setResolutionX(int xRes)
Sets Exif Image Width |
void |
setResolutionY(int yRes)
Sets Exif Image Height |
void |
setTagValue(int tag,
int subTag,
Entry value,
boolean main)
Sets the Entry corresponding to an Exif tag. |
void |
setThumbnail(byte[] newThumbnailData,
int startIndex,
int len,
String thumbnailExt,
OutputStream newExifOp)
Method to write the imageInfo with a new Thumbnail. |
static int |
transformOrientationTag(int tag,
int op)
Returns the new Orientation Tag after applying a transformation. |
void |
writeInfo(byte[] markerData,
OutputStream out,
int op,
int options,
boolean modifyImageInfo,
int imageWidth,
int imageHeight,
String encoding)
Writes modified or not Exif to out. |
| Methods inherited from class mediautil.image.jpeg.AbstractImageInfo |
|---|
apertureToFnumber, getAdvancedImage, getAttribute, getBoolAttribute, getComments, getDateTimeOriginal, getDoubleAttribute, getFiveMajorAttributes, getFloatAttribute, getImageFile, getIntAttribute, getLongAttribute, getName, getThumbnailIcon, setAdvancedImage, setAttribute, setName, toString, writeInfo, writeInfo |
| Methods inherited from class mediautil.gen.BasicIo |
|---|
asInt, asString, bn2s, bn2s, convertLength, in2s, isSignature, read, read, s2n, skip |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String FORMAT
public static final byte[] EXIF_MARK
public static final int NEWSUBFILETYPE
public static final int IMAGEWIDTH
public static final int IMAGELENGTH
public static final int BITSPERSAMPLE
public static final int COMPRESSION
public static final int PHOTOMETRICINTERPRETATION
public static final int FILLORDER
public static final int DOCUMENTNAME
public static final int IMAGEDESCRIPTION
public static final int MAKE
public static final int MODEL
public static final int STRIPOFFSETS
public static final int ORIENTATION
public static final int SAMPLESPERPIXEL
public static final int ROWSPERSTRIP
public static final int STRIPBYTECOUNTS
public static final int XRESOLUTION
public static final int YRESOLUTION
public static final int PLANARCONFIGURATION
public static final int RESOLUTIONUNIT
public static final int TRANSFERFUNCTION
public static final int SOFTWARE
public static final int DATETIME
public static final int ARTIST
public static final int WHITEPOINT
public static final int PRIMARYCHROMATICITIES
public static final int SUBIFDS
public static final int JPEGTABLES
public static final int TRANSFERRANGE
public static final int JPEGPROC
public static final int JPEGINTERCHANGEFORMAT
public static final int JPEGINTERCHANGEFORMATLENGTH
public static final int YCBCRCOEFFICIENTS
public static final int YCBCRSUBSAMPLING
public static final int YCBCRPOSITIONING
public static final int REFERENCEBLACKWHITE
public static final int CFAREPEATPATTERNDIM
public static final int CFAPATTERN
public static final int BATTERYLEVEL
public static final int COPYRIGHT
public static final int EXPOSURETIME
public static final int FNUMBER
public static final int IPTC_NAA
public static final int EXIFOFFSET
public static final int INTERCOLORPROFILE
public static final int EXPOSUREPROGRAM
public static final int SPECTRALSENSITIVITY
public static final int GPSINFO
public static final int ISOSPEEDRATINGS
public static final int OECF
public static final int EXIFVERSION
public static final int DATETIMEORIGINAL
public static final int DATETIMEDIGITIZED
public static final int COMPONENTSCONFIGURATION
public static final int COMPRESSEDBITSPERPIXEL
public static final int SHUTTERSPEEDVALUE
public static final int APERTUREVALUE
public static final int BRIGHTNESSVALUE
public static final int EXPOSUREBIASVALUE
public static final int MAXAPERTUREVALUE
public static final int SUBJECTDISTANCE
public static final int METERINGMODE
public static final int LIGHTSOURCE
public static final int FLASH
public static final int FOCALLENGTH
public static final int MAKERNOTE
public static final int USERCOMMENT
public static final int SUBSECTIME
public static final int SUBSECTIMEORIGINAL
public static final int SUBSECTIMEDIGITIZED
public static final int FLASHPIXVERSION
public static final int COLORSPACE
public static final int EXIFIMAGEWIDTH
public static final int EXIFIMAGELENGTH
public static final int INTEROPERABILITYOFFSET
public static final int FLASHENERGY
public static final int SPATIALFREQUENCYRESPONSE
public static final int FOCALPLANEXRESOLUTION
public static final int FOCALPLANEYRESOLUTION
public static final int FOCALPLANERESOLUTIONUNIT
public static final int SUBJECTLOCATION
public static final int EXPOSUREINDEX
public static final int SENSINGMETHOD
public static final int FILESOURCE
public static final int SCENETYPE
public static final int FOCALLENGTHIN35MMFILM
public static final int SHARPNESS
public static final int CUSTOMRENDERED
public static final int EXPOSUREMODE
public static final int WHITEBALANCE
public static final int DIGITALZOOMRATIO
public static final int SATURATION
public static final int SCENECAPTURETYPE
public static final int GAINCONTROL
public static final int CONTRAST
public static final int PRINTMODE
public static final int BYTE
public static final int ASCII
public static final int SHORT
public static final int LONG
public static final int RATIONAL
public static final int SBYTE
public static final int UNDEFINED
public static final int SSHORT
public static final int SLONG
public static final int SRATIONAL
public static final int ORIENTATION_TOPLEFT
public static final int ORIENTATION_TOPRIGHT
public static final int ORIENTATION_BOTRIGHT
public static final int ORIENTATION_BOTLEFT
public static final int ORIENTATION_LEFTTOP
public static final int ORIENTATION_RIGHTTOP
public static final int ORIENTATION_RIGHTBOT
public static final int ORIENTATION_LEFTBOT
public static final String[] EXPOSURE_PROGRAMS
public static final String[] METERING_MODES
public static final int[] TYPELENGTH
public static final int[] opToCorrectOrientation
| Constructor Detail |
|---|
public Exif(InputStream is,
byte[] data,
int offset,
String name,
String comments,
LLJTran format)
throws FileFormatException
readInfo() method through AbstractImageInfo's constructor.
is - Image input. This is not used by Exif.data - Image Header Information Marker Data excluding the 4 jpeg
marker bytesoffset - Offset of marker within Image Inputname - Name of the Image Filecomments - Image commentsformat - Image Object of type LLJTran
FileFormatExceptionpublic Exif()
| Method Detail |
|---|
public String getFormat()
getFormat in class AbstractImageInfo<LLJTran>public static byte[] getMarkerData()
public Entry getTagValue(int tag,
boolean main)
tag - Exif tagmain - true if it is in the main IFD, false if it is in the Sub IFD.
Most of the commonly used Exif tags are in the main IFD. The Thumbnail
related tags are in the Sub IFD.
public Entry getTagValue(Integer tag,
int subTag,
boolean main)
tag - Exif tagsubTag - Sub Tag if any or pass -1main - true if it is in the main IFD, false if it is in the Sub IFD.
Most of the commonly used Exif tags are in the main IFD. The Thumbnail
related tags are in the Sub IFD.
public void setTagValue(int tag,
int subTag,
Entry value,
boolean main)
tag - Exif tagsubTag - Sub Tag if any or pass -1value - Entry to setmain - true if it is in the main IFD, false if it is in the Sub IFD.
Most of the commonly used Exif tags are in the main IFD. The Thumbnail
related tags are in the Sub IFD.public int getThumbnailLength()
getThumbnailLength in class AbstractImageInfo<LLJTran>public int getThumbnailOffset()
getThumbnailOffset in class AbstractImageInfo<LLJTran>
public boolean saveThumbnailImage(OutputStream os)
throws IOException
saveThumbnailImage in class AbstractImageInfo<LLJTran>IOExceptionpublic String getThumbnailExtension()
getThumbnailExtension in class AbstractImageInfo<LLJTran>ImageResourcespublic Icon getThumbnailIcon(Dimension size)
getThumbnailIcon in class AbstractImageInfo<LLJTran>public int getResolutionX()
getResolutionX in class AbstractImageInfo<LLJTran>public void setResolutionX(int xRes)
xRes - x Resolutionpublic int getResolutionY()
getResolutionY in class AbstractImageInfo<LLJTran>public void setResolutionY(int yRes)
yRes - y Resolutionpublic int getMetering()
getMetering in class AbstractImageInfo<LLJTran>public String getMeteringAsString()
public int getExpoProgram()
getExpoProgram in class AbstractImageInfo<LLJTran>public String getExpoProgramAsString()
public String getMake()
getMake in class AbstractImageInfo<LLJTran>public String getModel()
getModel in class AbstractImageInfo<LLJTran>public String getDataTimeOriginalString()
getDataTimeOriginalString in class AbstractImageInfo<LLJTran>public float getFNumber()
getFNumber in class AbstractImageInfo<LLJTran>public Rational getShutter()
getShutter in class AbstractImageInfo<LLJTran>public boolean isFlash()
isFlash in class AbstractImageInfo<LLJTran>public float getFocalLength()
getFocalLength in class AbstractImageInfo<LLJTran>public String getQuality()
getQuality in class AbstractImageInfo<LLJTran>public String getOrientation()
public String getReport()
getReport in class AbstractImageInfo<LLJTran>public void readInfo()
readInfo in class AbstractImageInfo<LLJTran>
public static int transformOrientationTag(int tag,
int op)
tag - Current Orientation tagop - Transformation as defined in LLJTran
public void writeInfo(byte[] markerData,
OutputStream out,
int op,
int options,
boolean modifyImageInfo,
int imageWidth,
int imageHeight,
String encoding)
throws IOException
This method is mainly for use by LLJTran to regenerate the Appx marker Data for the imageInfo.
writeInfo in class AbstractImageInfo<LLJTran>markerData - The existing markerData. This is used by Exif to read
the existing Thumbnail.out - Output Stream to write out the new markerDataop - The transformation option. This is used to switch the width and
height in imageInfo if op is a ROT_90 like transform and transform
the orientation tag and Thumbnail if opted for.options - OPT_XFORM_.. options of LLJTran. LLJTran passes its
options directly to this method. This uses the imageInfo related flags
LLJTran.OPT_XFORM_THUMBNAIL and
LLJTran.OPT_XFORM_ORIENTATION and makes the necessary
changes to imageInfo depending on the transform specified by op
before writing.modifyImageInfo - If true the changes made to imageInfo are
retained, otherwise the state is restored at the end of the call.imageWidth - Actual Image Width. If this and imageHeight are
positive then they are used for the width and height in imageInfo and no
switching of width and height is done for ROT_90 like transforms.imageHeight - Actaul Image Heightencoding - Encoding to be used when for writing out Character
information like comments.
IOException
public void setThumbnail(byte[] newThumbnailData,
int startIndex,
int len,
String thumbnailExt,
OutputStream newExifOp)
throws IOException
setThumbnail in class AbstractImageInfo<LLJTran>newThumbnailData - New Thumbnail image datastartIndex - Offset within newThumbnailData where the image startslen - Length of Thumbnail ImagethumbnailExt - Extension of the Thumbnail Image from
ImageResources
which identifies the format of the Thumbnail image. Exif supports only
JPEG and BMP formats for Thumbnail.newExifOp - Output to write out the new Appx data
IOExceptionpublic boolean removeThumbnailTags()
writeInfo(..)
it will be without a Thumbnail
removeThumbnailTags in class AbstractImageInfo<LLJTran>public IFD[] getIFDs()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||