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