public abstract class TiffArrayTag<T> extends TiffTag
Represents an array-based TIFF tag.
T
: The type of array values.
Modifier and Type | Method and Description |
---|---|
T[] |
getTagValue()
Gets the tag value.
|
getTagID, getTagType
getName, getTags, getValue
public final T[] getTagValue()
Gets the tag value.