Uses of Class
com.github.jaiimageio.plugins.tiff.TIFFField
-
Packages that use TIFFField 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 TIFFField in com.github.jaiimageio.impl.plugins.tiff
Fields in com.github.jaiimageio.impl.plugins.tiff declared as TIFFField Modifier and Type Field Description private TIFFField
TIFFFieldNode. field
Methods in com.github.jaiimageio.impl.plugins.tiff that return TIFFField Modifier and Type Method Description TIFFField
TIFFImageMetadata. getTIFFField(int tagNumber)
Methods in com.github.jaiimageio.impl.plugins.tiff with parameters of type TIFFField Modifier and Type Method Description private static java.lang.String
TIFFFieldNode. getNodeName(TIFFField f)
private static void
TIFFIFD. writeTIFFFieldToStream(TIFFField field, javax.imageio.stream.ImageOutputStream stream)
Constructors in com.github.jaiimageio.impl.plugins.tiff with parameters of type TIFFField Constructor Description TIFFFieldNode(TIFFField field)
-
Uses of TIFFField in com.github.jaiimageio.plugins.tiff
Fields in com.github.jaiimageio.plugins.tiff declared as TIFFField Modifier and Type Field Description private TIFFField[]
TIFFDirectory. lowFields
The fields in this directory which have a low tag number.Methods in com.github.jaiimageio.plugins.tiff that return TIFFField Modifier and Type Method Description static TIFFField
TIFFField. createFromMetadataNode(TIFFTagSet tagSet, org.w3c.dom.Node node)
Creates aTIFFField
from a TIFF native image metadata node.TIFFField
TIFFDirectory. getTIFFField(int tagNumber)
Retrieves a TIFF field from the directory.TIFFField[]
TIFFDirectory. getTIFFFields()
Retrieves all TIFF fields from the directory.Methods in com.github.jaiimageio.plugins.tiff with parameters of type TIFFField Modifier and Type Method Description void
TIFFDirectory. addTIFFField(TIFFField f)
Adds a TIFF field to the directory.
-