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