Package com.drew.metadata.xmp
Class XmpDescriptor
- java.lang.Object
-
- com.drew.metadata.TagDescriptor<XmpDirectory>
-
- com.drew.metadata.xmp.XmpDescriptor
-
public class XmpDescriptor extends TagDescriptor<XmpDirectory>
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
Constructors Constructor Description XmpDescriptor(XmpDirectory directory)
-
Method Summary
-
Methods inherited from class com.drew.metadata.TagDescriptor
convertBytesToVersionString, get7BitStringFromBytes, getBitFlagDescription, getByteLengthDescription, getDecimalRational, getDescription, getEncodedTextDescription, getEpochTimeDescription, getFocalLengthDescription, getFormattedFloat, getFormattedInt, getFormattedString, getFStopDescription, getIndexedDescription, getIndexedDescription, getLensSpecificationDescription, getOrientationDescription, getRationalOrDoubleString, getShutterSpeedDescription, getSimpleRational, getStringFromBytes, getVersionBytesDescription
-
-
-
-
Constructor Detail
-
XmpDescriptor
public XmpDescriptor(XmpDirectory directory)
-
-