Uses of Class
adams.flow.transformer.exiftagoperation.AbstractExifTagOperation
-
Packages that use AbstractExifTagOperation Package Description adams.flow.transformer.exiftagoperation -
-
Uses of AbstractExifTagOperation in adams.flow.transformer.exiftagoperation
Subclasses of AbstractExifTagOperation in adams.flow.transformer.exiftagoperation Modifier and Type Class Description class
AbstractApacheCommonsExifTagOperation<I,O>
Ancestor for EXIF tag operations using the Apache Commons Imaging library.class
ApacheCommonsExifTagExists
Checks whether the specified tag is present in the the file.class
ApacheCommonsExifTagRead
Reads the specified tag from the file and forwards the information.class
ApacheCommonsExifTagRemove
Removes the specified tag from the file.class
ApacheCommonsExifTagWrite
Sets the specified tag value in the file.
-