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