Uses of Class
com.github.jaiimageio.plugins.tiff.EXIFParentTIFFTagSet
-
Packages that use EXIFParentTIFFTagSet 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 EXIFParentTIFFTagSet in com.github.jaiimageio.plugins.tiff
Fields in com.github.jaiimageio.plugins.tiff declared as EXIFParentTIFFTagSet Modifier and Type Field Description private static EXIFParentTIFFTagSet
EXIFParentTIFFTagSet. theInstance
Methods in com.github.jaiimageio.plugins.tiff that return EXIFParentTIFFTagSet Modifier and Type Method Description static EXIFParentTIFFTagSet
EXIFParentTIFFTagSet. getInstance()
Returns a shared instance of anEXIFParentTIFFTagSet
.
-