Uses of Class
com.sun.media.imageio.plugins.tiff.TIFFTag
-
Packages that use TIFFTag Package Description com.sun.media.imageio.plugins.tiff Package containing the public classes used by the TIFF plug-in for the Image I/O Framework.com.sun.media.imageioimpl.plugins.tiff -
-
Uses of TIFFTag in com.sun.media.imageio.plugins.tiff
Methods in com.sun.media.imageio.plugins.tiff that return TIFFTag Modifier and Type Method Description TIFFTag
TIFFDirectory. getParentTag()
Returns the parentTIFFTag
of this directory if one has been defined ornull
otherwise.TIFFTag
TIFFDirectory. getTag(int tagNumber)
Returns theTIFFTag
which has tag number equal totagNumber
ornull
if no such tag exists in theTIFFTagSet
s associated with this directory.TIFFTag
TIFFField. getTag()
Retrieves the tag associated with this field.TIFFTag
TIFFTagSet. getTag(int tagNumber)
Returns theTIFFTag
from this set that is associated with the given tag number, ornull
if no tag exists for that number.TIFFTag
TIFFTagSet. getTag(String tagName)
Returns theTIFFTag
having the given tag name, ornull
if the named tag does not belong to this tag set.Constructors in com.sun.media.imageio.plugins.tiff with parameters of type TIFFTag Constructor Description TIFFDirectory(TIFFTagSet[] tagSets, TIFFTag parentTag)
Constructs aTIFFDirectory
which is aware of a given group ofTIFFTagSet
s.TIFFField(TIFFTag tag, int value)
Constructs aTIFFField
with a single integral value.TIFFField(TIFFTag tag, int type, int count)
Constructs a data array using
and invokescreateArrayForType()
TIFFField(TIFFTag,int,int,Object)
with the supplied parameters and the created array.TIFFField(TIFFTag tag, int type, int count, Object data)
Constructs aTIFFField
with arbitrary data. -
Uses of TIFFTag in com.sun.media.imageioimpl.plugins.tiff
Methods in com.sun.media.imageioimpl.plugins.tiff that return TIFFTag Modifier and Type Method Description static TIFFTag
TIFFIFD. getTag(int tagNumber, List tagSets)
static TIFFTag
TIFFIFD. getTag(String tagName, List tagSets)
Constructors in com.sun.media.imageioimpl.plugins.tiff with parameters of type TIFFTag Constructor Description TIFFIFD(List tagSets, TIFFTag parentTag)
-