Uses of Interface
com.drew.tools.ProcessAllImagesInFolderUtility.FileHandler
-
Packages that use ProcessAllImagesInFolderUtility.FileHandler 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.FileHandler in com.drew.tools
Classes in com.drew.tools that implement ProcessAllImagesInFolderUtility.FileHandler 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.FileHandlerBase(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.Methods in com.drew.tools with parameters of type ProcessAllImagesInFolderUtility.FileHandler Modifier and Type Method Description private static voidProcessAllImagesInFolderUtility. processDirectory(java.io.File path, ProcessAllImagesInFolderUtility.FileHandler handler, java.lang.String relativePath, java.io.PrintStream log)
-