Uses of Class
com.drew.tools.ProcessAllImagesInFolderUtility.FileHandlerBase
-
Packages that use ProcessAllImagesInFolderUtility.FileHandlerBase Package Description com.drew.tools Contains classes used internally by the library, that should not be used in client code and is not included in distributions. -
-
Uses of ProcessAllImagesInFolderUtility.FileHandlerBase in com.drew.tools
Subclasses of ProcessAllImagesInFolderUtility.FileHandlerBase in com.drew.tools Modifier and Type Class Description (package private) static classProcessAllImagesInFolderUtility.BasicFileHandlerDoes nothing with the output except enumerate it in memory and format descriptions.(package private) static classProcessAllImagesInFolderUtility.MarkdownTableOutputHandlerCreates a table describing sample images using Wiki markdown.(package private) static classProcessAllImagesInFolderUtility.TextFileOutputHandlerWrites a text file containing the extracted metadata for each input file.(package private) static classProcessAllImagesInFolderUtility.UnknownTagHandlerKeeps track of unknown tags.
-