Uses of Class
javax.imageio.plugins.tiff.TIFFField
Packages that use TIFFField
-
Uses of TIFFField in javax.imageio.plugins.tiff
Methods in javax.imageio.plugins.tiff that return TIFFFieldModifier and TypeMethodDescriptionTIFFField.clone()
Clones the field and all the information contained therein.static TIFFField
TIFFField.createFromMetadataNode
(TIFFTagSet tagSet, Node node) Creates aTIFFField
from a TIFF native image metadata node.TIFFDirectory.getTIFFField
(int tagNumber) Retrieves a TIFF field from the directory.TIFFDirectory.getTIFFFields()
Retrieves all TIFF fields from the directory.Methods in javax.imageio.plugins.tiff with parameters of type TIFFFieldModifier and TypeMethodDescriptionvoid
TIFFDirectory.addTIFFField
(TIFFField f) Adds a TIFF field to the directory.