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