public class JfifDescriptor extends TagDescriptor<JfifDirectory>
More info at: http://en.wikipedia.org/wiki/JPEG_File_Interchange_Format
_directory| Constructor and Description |
|---|
JfifDescriptor(JfifDirectory directory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription(int tagType)
Returns a descriptive value of the specified tag for this image.
|
String |
getImageResUnitsDescription() |
String |
getImageResXDescription() |
String |
getImageResYDescription() |
String |
getImageVersionDescription() |
convertBytesToVersionString, get7BitStringFromBytes, getAsciiStringFromBytes, getBitFlagDescription, getByteLengthDescription, getDecimalRational, getEpochTimeDescription, getFormattedFloat, getFormattedInt, getFormattedString, getIndexedDescription, getIndexedDescription, getSimpleRational, getVersionBytesDescriptionpublic JfifDescriptor(JfifDirectory directory)
public String getDescription(int tagType)
TagDescriptorgetString(tagType) will be returned.getDescription in class TagDescriptor<JfifDirectory>tagType - the tag to find a description fornull if the tag hasn't been defined.public String getImageVersionDescription()
public String getImageResYDescription()
public String getImageResXDescription()
public String getImageResUnitsDescription()
Copyright © 2002-2015 Drew Noakes. All Rights Reserved.