Uses of Class
com.sun.media.imageio.plugins.tiff.TIFFTag
Packages that use TIFFTag
Package
Description
Package containing the public classes used by the TIFF plug-in for
the Image I/O Framework.
-
Uses of TIFFTag in com.sun.media.imageio.plugins.tiff
Methods in com.sun.media.imageio.plugins.tiff that return TIFFTagModifier and TypeMethodDescriptionTIFFDirectory.getParentTag()Returns the parentTIFFTagof this directory if one has been defined ornullotherwise.TIFFDirectory.getTag(int tagNumber) Returns theTIFFTagwhich has tag number equal totagNumberornullif no such tag exists in theTIFFTagSets associated with this directory.TIFFField.getTag()Retrieves the tag associated with this field.TIFFTagSet.getTag(int tagNumber) Returns theTIFFTagfrom this set that is associated with the given tag number, ornullif no tag exists for that number.Returns theTIFFTaghaving the given tag name, ornullif the named tag does not belong to this tag set.Constructors in com.sun.media.imageio.plugins.tiff with parameters of type TIFFTagModifierConstructorDescriptionTIFFDirectory(TIFFTagSet[] tagSets, TIFFTag parentTag) Constructs aTIFFDirectorywhich is aware of a given group ofTIFFTagSets.Constructs aTIFFFieldwith a single integral value.Constructs a data array usingand invokescreateArrayForType()TIFFField(TIFFTag,int,int,Object)with the supplied parameters and the created array.Constructs aTIFFFieldwith arbitrary data. -
Uses of TIFFTag in com.sun.media.imageioimpl.plugins.tiff
Methods in com.sun.media.imageioimpl.plugins.tiff that return TIFFTagConstructors in com.sun.media.imageioimpl.plugins.tiff with parameters of type TIFFTag