|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectEXIFMetadata
public class EXIFMetadata
Constructor Summary | |
---|---|
EXIFMetadata(List<TIFFTagWrapper> baselineExifTags,
List<TIFFTagWrapper> exifTags)
In order to minimize inner checks, make sure that the elements in each list are provided in ascending order, as requested by the EXIF specification. |
|
EXIFMetadata(Map<EXIFTags.Type,List<TIFFTagWrapper>> tagsMap)
In order to minimize inner checks, make sure that the elements in each list of the map are provided in ascending order, as requested by the EXIF specification. |
Method Summary | |
---|---|
void |
setTag(int tagNumber,
Object content,
EXIFTags.Type tagType)
Set the specified TAG of the specified list, with the specified content. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EXIFMetadata(List<TIFFTagWrapper> baselineExifTags, List<TIFFTagWrapper> exifTags)
baselineExifTags
- a List
containing baseline TIFF tags elements,
already sorted in ascending order.exifTags
- a List
containing EXIF TIFF tags elements,
already sorted in ascending order.public EXIFMetadata(Map<EXIFTags.Type,List<TIFFTagWrapper>> tagsMap)
tagsMap
- the map containing EXIF tags. The map won't be clonedMethod Detail |
---|
public void setTag(int tagNumber, Object content, EXIFTags.Type tagType)
tagNumber
- the number of the tag to be updated.content
- the content to be set for that tag.tagType
- the type of TAGs list to be scanned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |