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) TIFFIFD
TIFFImageMetadata. rootIFD
Methods in com.github.jaiimageio.impl.plugins.tiff that return TIFFIFD Modifier and Type Method Description TIFFIFD
TIFFImageMetadata. getRootIFD()
TIFFIFD
TIFFIFD. getShallowClone()
Returns aTIFFIFD
wherein all fields from theBaselineTIFFTagSet
are copied by value and all other fields copied by reference.static TIFFIFD
TIFFImageMetadata. parseIFD(org.w3c.dom.Node node)
private TIFFIFD
TIFFImageWriter. 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.Node
TIFFImageMetadata. 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 TIFFIFD
TIFFDirectory. getDirectoryAsIFD(TIFFDirectory dir)
Converts aTIFFDirectory
to aTIFFIFD
.
-