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