Uses of Class
com.github.jaiimageio.plugins.tiff.EXIFTIFFTagSet
-
Packages that use EXIFTIFFTagSet Package Description com.github.jaiimageio.plugins.tiff Package containing the public classes used by the TIFF plug-in for the Image I/O Framework. -
-
Uses of EXIFTIFFTagSet in com.github.jaiimageio.plugins.tiff
Fields in com.github.jaiimageio.plugins.tiff declared as EXIFTIFFTagSet Modifier and Type Field Description private static EXIFTIFFTagSet
EXIFTIFFTagSet. theInstance
Methods in com.github.jaiimageio.plugins.tiff that return EXIFTIFFTagSet Modifier and Type Method Description static EXIFTIFFTagSet
EXIFTIFFTagSet. getInstance()
Returns a shared instance of anEXIFTIFFTagSet
.
-