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 classAbstractApacheCommonsExifTagOperation<I,O>Ancestor for EXIF tag operations using the Apache Commons Imaging library.classApacheCommonsExifTagExistsChecks whether the specified tag is present in the the file.classApacheCommonsExifTagReadReads the specified tag from the file and forwards the information.classApacheCommonsExifTagRemoveRemoves the specified tag from the file.classApacheCommonsExifTagWriteSets the specified tag value in the file.
-