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