Package com.drew.metadata.iptc
Class IptcDescriptor
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getDateDescription
(int tagType) Deprecated.Deprecated.getDescription
(int tagType) Deprecated.Returns a descriptive value of the specified tag for this image.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.getTimeDescription
(int tagType) Deprecated.Deprecated.Deprecated.Deprecated.Methods inherited from class com.drew.metadata.TagDescriptor
convertBytesToVersionString
-
Constructor Details
-
IptcDescriptor
Deprecated.
-
-
Method Details
-
getDescription
Deprecated.Description copied from class:TagDescriptor
Returns 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:
getDescription
in classTagDescriptor<IptcDirectory>
- Parameters:
tagType
- the tag to find a description for- Returns:
- a description of the image's value for the specified tag, or
null
if the tag hasn't been defined.
-
getDateDescription
Deprecated. -
getTimeDescription
Deprecated. -
getFileFormatDescription
Deprecated. -
getByLineDescription
Deprecated. -
getByLineTitleDescription
Deprecated. -
getCaptionDescription
Deprecated. -
getCategoryDescription
Deprecated. -
getCityDescription
Deprecated. -
getCopyrightNoticeDescription
Deprecated. -
getCountryOrPrimaryLocationDescription
Deprecated. -
getCreditDescription
Deprecated. -
getDateCreatedDescription
Deprecated. -
getDigitalDateCreatedDescription
Deprecated. -
getDateSentDescription
Deprecated. -
getExpirationDateDescription
Deprecated. -
getExpirationTimeDescription
Deprecated. -
getHeadlineDescription
Deprecated. -
getKeywordsDescription
Deprecated. -
getObjectNameDescription
Deprecated. -
getOriginalTransmissionReferenceDescription
Deprecated. -
getOriginatingProgramDescription
Deprecated. -
getProvinceOrStateDescription
Deprecated. -
getRecordVersionDescription
Deprecated. -
getReferenceDateDescription
Deprecated. -
getReleaseDateDescription
Deprecated. -
getReleaseTimeDescription
Deprecated. -
getSourceDescription
Deprecated. -
getSpecialInstructionsDescription
Deprecated. -
getSupplementalCategoriesDescription
Deprecated. -
getTimeCreatedDescription
Deprecated. -
getDigitalTimeCreatedDescription
Deprecated. -
getTimeSentDescription
Deprecated. -
getUrgencyDescription
Deprecated. -
getWriterDescription
Deprecated.
-