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