public abstract class TiffArrayTag<T> extends TiffTag
Represents an array-based TIFF tag.
T
: The type of array values.
isBuiltInProperty
Modifier and Type | Method and Description |
---|---|
boolean |
equals(MetadataProperty other)
Indicates whether the current object is equal to another object of the same type.
|
boolean |
equals(Object obj)
Determines whether the specified
System.Object is equal to the current System.Object . |
String |
getFormattedValue()
Gets the formatted value.
|
T[] |
getTagValue()
Gets the tag value.
|
int |
hashCode()
Serves as the default hash function.
|
getDefinedTag, getName, getTagId, getTagType, getValue, isBuiltInProperty, setName, setValue
equals, toString
public final T[] getTagValue()
Gets the tag value.
public boolean equals(Object obj)
Determines whether the specified System.Object
is equal to the current System.Object
.
equals
in interface com.aspose.ms.System.IEquatable<MetadataProperty>
equals
in class TiffTag
obj
- The System.Object
to compare with the current System.Object
.System.Object
is equal to the current System.Object
; otherwise, false.public boolean equals(MetadataProperty other)
Indicates whether the current object is equal to another object of the same type.
equals
in class MetadataProperty
other
- An object to compare with this object.true
if the current object is equal to the other
parameter; otherwise, false
.public int hashCode()
Serves as the default hash function.
public String getFormattedValue()
Gets the formatted value.
getFormattedValue
in interface IMetadataProperty
getFormattedValue
in class MetadataProperty
Copyright © 2019. All rights reserved.