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