public abstract class ExifDictionaryBase extends Metadata
Provides an abstract base class for EXIF metadata dictionaries.
Modifier and Type | Method and Description |
---|---|
TiffTag[] |
getTags()
Gets or sets an array of the EXIF tags contained in the metadata dictionary.
|
TiffTag |
readByTagId(int tagId) |
void |
setTags(TiffTag[] value)
Gets or sets an array of the EXIF tags contained in the metadata dictionary.
|
getByType, getKeys, getMetadataType, iterator, readByStringKey
public final TiffTag[] getTags()
Gets or sets an array of the EXIF tags contained in the metadata dictionary.
ArgumentNullException
- The value cannot be null.
Value: An array of the EXIF tags contained in the metadata dictionary.public final void setTags(TiffTag[] value)
Gets or sets an array of the EXIF tags contained in the metadata dictionary.
ArgumentNullException
- The value cannot be null.
Value: An array of the EXIF tags contained in the metadata dictionary.public final TiffTag readByTagId(int tagId)
Copyright © 2019. All rights reserved.