|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.drew.metadata.TagDescriptor<XmpDirectory>
com.drew.metadata.xmp.XmpDescriptor
public class XmpDescriptor
Contains all logic for the presentation of xmp data, as stored in Xmp-Segment. Use this class to provide human-readable descriptions of tag values.
| Field Summary |
|---|
| Fields inherited from class com.drew.metadata.TagDescriptor |
|---|
_directory |
| Constructor Summary | |
|---|---|
XmpDescriptor(XmpDirectory directory)
|
|
| Method Summary | |
|---|---|
String |
getApertureValueDescription()
This code is from ExifSubIFDDescriptor.java |
String |
getDescription(int tagType)
Do some simple formatting, dependant upon tagType |
String |
getExposureProgramDescription()
This code is from ExifSubIFDDescriptor.java |
String |
getExposureTimeDescription()
Do a simple formatting like ExifSubIFDDescriptor.java |
String |
getFNumberDescription()
Do a simple formatting like ExifSubIFDDescriptor.java |
String |
getFocalLengthDescription()
This code is from ExifSubIFDDescriptor.java |
String |
getShutterSpeedDescription()
This code is from ExifSubIFDDescriptor.java |
| Methods inherited from class com.drew.metadata.TagDescriptor |
|---|
convertBytesToVersionString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmpDescriptor(XmpDirectory directory)
| Method Detail |
|---|
public String getDescription(int tagType)
getDescription in class TagDescriptor<XmpDirectory>tagType - the tag to find a description for
null if the tag hasn't been defined.public String getExposureTimeDescription()
public String getExposureProgramDescription()
public String getShutterSpeedDescription()
public String getFNumberDescription()
public String getFocalLengthDescription()
public String getApertureValueDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||