| Package | Description |
|---|---|
| com.easyinnova.tiff.model |
package-info.java
|
| com.easyinnova.tiff.model.types |
package-info.java
|
| Modifier and Type | Class and Description |
|---|---|
class |
TagValue
IFD tag object containing a list of values of a given tag type.
|
| Modifier and Type | Method and Description |
|---|---|
TiffObject |
Metadata.get(String name)
Gets a metadata value, returning the appropriate value when multiple are found.
|
| Modifier and Type | Method and Description |
|---|---|
List<TiffObject> |
TiffDocument.getIfds()
Returns a list of ifds including exifds.
|
List<TiffObject> |
TiffDocument.getIfdsAndSubIfds()
Returns a list of subifds.
|
List<TiffObject> |
TiffDocument.getImageIfds()
Returns a list of ifds representing Images.
|
List<TiffObject> |
Metadata.getList(String name)
Gets the list of objects of the given metadata name.
|
List<TiffObject> |
TiffDocument.getMetadataList(String name)
Gets the metadata ok a given class name.
|
List<TiffObject> |
MetadataObject.getObjectList()
Gets the object list.
|
List<TiffObject> |
TiffDocument.getSubIfds()
Returns a list of subifds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Metadata.add(String name,
TiffObject value)
Adds a metadata value to the dictionary.
|
void |
Metadata.add(String name,
TiffObject value,
boolean isDC,
String path)
Adds a metadata value to the dictionary.
|
void |
Metadata.add(String name,
TiffObject value,
String path,
String schema)
Adds a metadata value to the dictionary.
|
| Constructor and Description |
|---|
MetadataObject(List<TiffObject> objectList)
Instantiates a new metadata object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
abstractTiffType
The generic class abstractTiffType.
|
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.
|
Copyright © 2015–2020. All rights reserved.