| Package | Description |
|---|---|
| com.easyinnova.tiff.model |
package-info.java
|
| com.easyinnova.tiff.model.types |
package-info.java
|
| com.easyinnova.tiff.reader |
package-info.java
|
| Modifier and Type | Method and Description |
|---|---|
TagValue |
IfdTags.get(int id)
Gets the Tag identified by its id.
|
TagValue |
IfdTags.get(String tagName)
Gets the Tag identified by its id.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TagValue> |
IfdTags.getTags()
Returns the tag list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfdTags.addTag(TagValue tag)
Adds a tag to the set.
|
| Modifier and Type | Method and Description |
|---|---|
TagValue |
IFD.getTag(String name)
Gets the metadata.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IFD.addTag(TagValue tv)
Adds the metadata.
|
void |
XmlType.read(TagValue tv)
Reads the XML.
|
void |
abstractTiffType.read(TagValue tv)
Read.
|
void |
IccProfile.read(TagValue tv)
Reads the desired values of the ICCProfile.
|
void |
XMP.read(TagValue tv)
Reads the XML.
|
void |
IPTC.read(TagValue tv,
String filename)
Reads the IPTC.
|
void |
abstractTiffType.read(TagValue tv,
String filePath) |
| Modifier and Type | Method and Description |
|---|---|
protected TagValue |
TiffReader.getValue(int tagtype,
int n,
int id,
int beginOffset,
IFD parentIFD,
int nifd)
Gets the value of the given tag field.
|
Copyright © 2015–2020. All rights reserved.