| Package | Description |
|---|---|
| com.easyinnova.tiff.model |
package-info.java
|
| com.easyinnova.tiff.model.types |
package-info.java
|
| Modifier and Type | Method and Description |
|---|---|
List<abstractTiffType> |
TagValue.getDescriptiveValueObject()
Gets the descriptive value.
|
List<abstractTiffType> |
TagValue.getReadValue() |
List<abstractTiffType> |
TagValue.getValue()
Gets the list of values.
|
List<abstractTiffType> |
TagValue.getValueBackup()
Gets the list of values backups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagValue.add(abstractTiffType value)
Adds a value to the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagValue.setValue(List<abstractTiffType> value)
Sets the value.
|
void |
TagValue.setValueBackup(List<abstractTiffType> valueBackup)
Sets the valueBakup.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Ascii
The Class Ascii.
|
class |
Byte
The Class Byte.
|
class |
Double
The Class Double.
|
class |
ExifIFD
The Class ExifIFD.
|
class |
Float
The Class Float.
|
class |
IccProfile
The Class IccProfile.
|
class |
IFD
The Class IFD.
|
class |
IPTC
The Class IPTC.
|
class |
Long
The Class Long.
|
class |
Rational
The Class Rational.
|
class |
SByte
The Class SByte.
|
class |
Short
The Class Short.
|
class |
SLong
The Class SLong.
|
class |
SRational
The Class SRational.
|
class |
SShort
The Class SShort.
|
class |
SubIFD
The Class SubIFD.
|
class |
Text
The Class Text.
|
class |
Undefined
The Class Undefined.
|
class |
XmlType
The Class XmlType.
|
class |
XMP
The Class XMP.
|
| Modifier and Type | Method and Description |
|---|---|
List<abstractTiffType> |
IPTC.getOriginal()
Gets the original.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPTC.setOriginal(List<abstractTiffType> value)
Sets the original.
|
Copyright © 2015–2020. All rights reserved.