Uses of Class
javax.imageio.plugins.tiff.TIFFTag
-
Packages that use TIFFTag 软件包 描述 javax.imageio.plugins.tiff 内置TIFF插件使用的公共类。 -
-
Uses of TIFFTag in javax.imageio.plugins.tiff
Methods in javax.imageio.plugins.tiff that return TIFFTag Modifier and Type 方法 描述 TIFFTagTIFFDirectory. getParentTag()返回父TIFFTag这个目录如果已定义或null其他。TIFFTagTIFFDirectory. getTag(int tagNumber)如果与该目录相关联的TIFFTagSets中没有此类标签,则返回TIFFTag,其标签号等于tagNumber或null。TIFFTagTIFFField. getTag()检索与此字段关联的标签。TIFFTagTIFFTagSet. getTag(int tagNumber)返回该集合中与给定标签号相关联的null如果该号码中没有标签,则返回TIFFTag。TIFFTagTIFFTagSet. getTag(String tagName)返回TIFFTag具有给定标记名称,或者null如果指定的标记不属于这个标签集。Constructors in javax.imageio.plugins.tiff with parameters of type TIFFTag Constructor 描述 TIFFDirectory(TIFFTagSet[] tagSets, TIFFTag parentTag)构造一个TIFFDirectory,它知道给定的一组TIFFTagSets。TIFFField(TIFFTag tag, int type, int count)使用createArrayForType()构造数据数组,并使用提供的参数和创建的数组调用TIFFField(TIFFTag,int,int,Object)。TIFFField(TIFFTag tag, int type, int count, Object data)构造具有任意数据的TIFFField。TIFFField(TIFFTag tag, int type, long offset, TIFFDirectory dir)构造具有IFD偏移量和内容的TIFFField。TIFFField(TIFFTag tag, long value)构造具有单个非负整数值的TIFFField。Constructor parameters in javax.imageio.plugins.tiff with type arguments of type TIFFTag Constructor 描述 TIFFTagSet(List<TIFFTag> tags)构造一个TIFFTagSet,给出一个List的TIFFTag对象。
-