ImageGearJava Project > com.accusoft.imagegear.core Package : ImGearMetadataTree Class |
The following tables list the members exposed by ImGearMetadataTree.
Name | Description | |
---|---|---|
ImGearMetadataTree Constructor | Overloaded. |
Name | Description | |
---|---|---|
format | Identifier of the File format to which the metadata belongs.
It is possible for a metadata tree to contain subtrees defined in another metadata format. For example, JPEG metadata tree may contain subtrees containing EXIF or IPTC metadata. com.accusoft.imagegear.formats.ImGearFormats.UNKNOWN means custom (unknown) format. com.accusoft.imagegear.formats.ImGearMetadataFormats (Inherited from com.accusoft.imagegear.core.ImGearMetadataNode) | |
tag | Represents identifier of metadata node for particular file format.
Identifies what kind of data is stored in metadata node. Specific for particular file format. Values for the tags are taken from tag list of file formats, represented in ImageGear for Java as |
Name | Description | |
---|---|---|
name | Returns string name of tag. (Inherited from com.accusoft.imagegear.core.ImGearMetadataNode) |
Name | Description | |
---|---|---|
clone | Creates a new object that is a copy of the current instance. | |
compareTo | Compares the current instance with another object of the same type. (Inherited from com.accusoft.imagegear.core.ImGearMetadataNode) | |
getChildren | Gets array of child nodes.
List of children nodes as ImGearMetadataNodeList class. | |
getFormatName | Gets the name of the type of the file format to which metadata belongs.
| |
getName | Returns returns string name of tag.
Returns tag name from the internal dictionary, or empty string if tag is unknown in ImageGear for Java. (Inherited from com.accusoft.imagegear.core.ImGearMetadataNode) | |
getParent | Gets reference to parent node.
Specifies reference to parent node in metadata tree. This method may return null. Accordingly, the instance is stand-alone (not attached), or otherwise, has special type like ImGearMetadataHead. (Inherited from com.accusoft.imagegear.core.ImGearMetadataNode) | |
setName | Sets returns string name of tag.
Returns tag name from the internal dictionary, or empty string if tag is unknown in ImageGear for Java. (Inherited from com.accusoft.imagegear.core.ImGearMetadataNode) |