@Deprecated public final class TiffShortTag extends TiffArrayTag<Integer>
Represents a TIFF Short tag.
isBuiltInProperty
Constructor and Description |
---|
TiffShortTag(int tagId,
Integer[] value)
Deprecated.
Initializes a new instance of the
TiffShortTag class. |
equals, equals, getFormattedValue, getTagValue, hashCode
getDefinedTag, getName, getTagId, getTagType, getValue, isBuiltInProperty, setName, setValue
equals, toString
public TiffShortTag(int tagId, Integer[] value)
Initializes a new instance of the TiffShortTag
class.
tagId
- The tag identifier.value
- The value.Copyright © 2020. All rights reserved.