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