public class XMP extends XmlType
| Constructor and Description |
|---|
XMP()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsMetadata()
Contains metadata.
|
Metadata |
createMetadata()
Creates the metadata.
|
void |
editCopyright(String value) |
void |
editCreator(String value) |
void |
editDatetime(String value) |
void |
editDescription(String value) |
void |
editTag(String tagName,
String tagValue) |
String |
getCopyright() |
String |
getCreator() |
String |
getDatetime() |
String |
getDescription() |
List<Hashtable<String,String>> |
getHistory() |
int |
getLength() |
String |
getTag(String name) |
void |
read(TagValue tv)
Reads the XML.
|
void |
write(TiffOutputStream data) |
getBytes, getReader, getXml, toString, writeXmlgetTypeSize, isIFD, read, setIsIFD, setTypeSize, toByte, toInt, toUintgetContainer, setContainerpublic Metadata createMetadata() throws Exception
createMetadata in class abstractTiffTypeException - parsing exceptionpublic String getCreator()
public String getCopyright()
public String getDescription()
public String getDatetime()
public void editCopyright(String value)
public void editCreator(String value)
public void editDescription(String value)
public void editDatetime(String value)
public boolean containsMetadata()
abstractTiffTypecontainsMetadata in class abstractTiffTypepublic void write(TiffOutputStream data) throws IOException, com.adobe.xmp.XMPException
IOExceptioncom.adobe.xmp.XMPExceptionpublic int getLength()
Copyright © 2015–2020. All rights reserved.