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 TIFFFieldTIFFFieldNode. fieldMethods in com.github.jaiimageio.impl.plugins.tiff that return TIFFField Modifier and Type Method Description TIFFFieldTIFFImageMetadata. 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.StringTIFFFieldNode. getNodeName(TIFFField f)private static voidTIFFIFD. 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. lowFieldsThe 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 TIFFFieldTIFFField. createFromMetadataNode(TIFFTagSet tagSet, org.w3c.dom.Node node)Creates aTIFFFieldfrom a TIFF native image metadata node.TIFFFieldTIFFDirectory. 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 voidTIFFDirectory. addTIFFField(TIFFField f)Adds a TIFF field to the directory.
-