Uses of Class
com.sun.media.imageio.plugins.tiff.TIFFTagSet
Packages that use TIFFTagSet
Package
Description
Package containing the public classes used by the TIFF plug-in for
the Image I/O Framework.
-
Uses of TIFFTagSet in com.sun.media.imageio.plugins.tiff
Subclasses of TIFFTagSet in com.sun.media.imageio.plugins.tiffModifier and TypeClassDescriptionclassA class representing the set of tags found in the baseline TIFF specification as well as some common additional tags.classA class representing the tags found in an EXIF GPS Info IFD.classA class representing the tags found in an EXIF Interoperability IFD.classA class containing the TIFF tags used to reference the EXIF and GPS IFDs.classA class representing the tags found in an EXIF IFD.classA class representing the extra tags found in a TIFF-F (RFC 2036) file.classA class representing the tags found in a GeoTIFF IFD.Methods in com.sun.media.imageio.plugins.tiff that return TIFFTagSetModifier and TypeMethodDescriptionTIFFTag.getTagSet()Returns theTIFFTagSetof which this tag is a part.TIFFDirectory.getTagSets()Returns theTIFFTagSets of which this directory is aware.Methods in com.sun.media.imageio.plugins.tiff with parameters of type TIFFTagSetModifier and TypeMethodDescriptionvoidTIFFImageReadParam.addAllowedTagSet(TIFFTagSet tagSet) Adds aTIFFTagSetobject to the list of allowed tag sets.voidTIFFDirectory.addTagSet(TIFFTagSet tagSet) Adds an element to the group ofTIFFTagSets of which this directory is aware.static TIFFFieldTIFFField.createFromMetadataNode(TIFFTagSet tagSet, Node node) Creates aTIFFFieldfrom a TIFF native image metadata node.voidTIFFImageReadParam.removeAllowedTagSet(TIFFTagSet tagSet) Removes aTIFFTagSetobject from the list of allowed tag sets.voidTIFFDirectory.removeTagSet(TIFFTagSet tagSet) Removes an element from the group ofTIFFTagSets of which this directory is aware.Constructors in com.sun.media.imageio.plugins.tiff with parameters of type TIFFTagSetModifierConstructorDescriptionTIFFDirectory(TIFFTagSet[] tagSets, TIFFTag parentTag) Constructs aTIFFDirectorywhich is aware of a given group ofTIFFTagSets.TIFFTag(String name, int number, int dataTypes, TIFFTagSet tagSet) Constructs aTIFFTagwith a given name, tag number, set of legal data types, andTIFFTagSetto which it refers.