Uses of Class
com.github.jaiimageio.impl.plugins.tiff.TIFFIFD
-
Packages that use TIFFIFD Package Description com.github.jaiimageio.impl.plugins.tiff com.github.jaiimageio.plugins.tiff Package containing the public classes used by the TIFF plug-in for the Image I/O Framework. -
-
Uses of TIFFIFD in com.github.jaiimageio.impl.plugins.tiff
Fields in com.github.jaiimageio.impl.plugins.tiff declared as TIFFIFD Modifier and Type Field Description (package private) TIFFIFDTIFFImageMetadata. rootIFDMethods in com.github.jaiimageio.impl.plugins.tiff that return TIFFIFD Modifier and Type Method Description TIFFIFDTIFFImageMetadata. getRootIFD()TIFFIFDTIFFIFD. getShallowClone()Returns aTIFFIFDwherein all fields from theBaselineTIFFTagSetare copied by value and all other fields copied by reference.static TIFFIFDTIFFImageMetadata. parseIFD(org.w3c.dom.Node node)private TIFFIFDTIFFImageWriter. readIFD(int imageIndex)Methods in com.github.jaiimageio.impl.plugins.tiff with parameters of type TIFFIFD Modifier and Type Method Description private org.w3c.dom.NodeTIFFImageMetadata. getIFDAsTree(TIFFIFD ifd, java.lang.String parentTagName, int parentTagNumber)Constructors in com.github.jaiimageio.impl.plugins.tiff with parameters of type TIFFIFD Constructor Description TIFFImageMetadata(TIFFIFD ifd) -
Uses of TIFFIFD in com.github.jaiimageio.plugins.tiff
Methods in com.github.jaiimageio.plugins.tiff that return TIFFIFD Modifier and Type Method Description private static TIFFIFDTIFFDirectory. getDirectoryAsIFD(TIFFDirectory dir)Converts aTIFFDirectoryto aTIFFIFD.
-