Package com.drew.metadata.iptc
Class IptcDescriptor
Provides human-readable string representations of tag values stored in a
IptcDirectory.
As the IPTC directory already stores values as strings, this class simply returns the tag's value.
- Author:
- Drew Noakes https://drewnoakes.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDateDescription(int tagType) getDescription(int tagType) Returns a descriptive value of the specified tag for this image.getTimeDescription(int tagType) Methods inherited from class com.drew.metadata.TagDescriptor
convertBytesToVersionString
-
Constructor Details
-
IptcDescriptor
-
-
Method Details
-
getDescription
Description copied from class:TagDescriptorReturns a descriptive value of the specified tag for this image. Where possible, known values will be substituted here in place of the raw tokens actually kept in the metadata segment. If no substitution is available, the value provided bygetString(tagType)will be returned.- Overrides:
getDescriptionin classTagDescriptor<IptcDirectory>- Parameters:
tagType- the tag to find a description for- Returns:
- a description of the image's value for the specified tag, or
nullif the tag hasn't been defined.
-
getDateDescription
-
getTimeDescription
-
getFileFormatDescription
-
getByLineDescription
-
getByLineTitleDescription
-
getCaptionDescription
-
getCategoryDescription
-
getCityDescription
-
getCopyrightNoticeDescription
-
getCountryOrPrimaryLocationDescription
-
getCreditDescription
-
getDateCreatedDescription
-
getDigitalDateCreatedDescription
-
getDateSentDescription
-
getExpirationDateDescription
-
getExpirationTimeDescription
-
getHeadlineDescription
-
getKeywordsDescription
-
getObjectNameDescription
-
getOriginalTransmissionReferenceDescription
-
getOriginatingProgramDescription
-
getProvinceOrStateDescription
-
getRecordVersionDescription
-
getReferenceDateDescription
-
getReleaseDateDescription
-
getReleaseTimeDescription
-
getSourceDescription
-
getSpecialInstructionsDescription
-
getSupplementalCategoriesDescription
-
getTimeCreatedDescription
-
getDigitalTimeCreatedDescription
-
getTimeSentDescription
-
getUrgencyDescription
-
getWriterDescription
-