ImageGear for Java
ImGearMetadataNode Class Members
Fields  Methods 

The following tables list the members exposed by ImGearMetadataNode.

Public Fields
 NameDescription
Public FieldformatIdentifier of the File format to which the metadata belongs.

com.accusoft.imagegear.formats.ImGearMetadataFormats enumeration

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

 
Public FieldtagRepresents identifier of metadata node for particular file format.

Integer value

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 ImGearFORMATTagIDs (where FORMAT is BMP, TIFF, etc.) enumerations.

 
Top
Protected Fields
 NameDescription
Protected FieldnameReturns string name of tag.  
Top
Public Methods
 NameDescription
Public MethodcloneCreates a new object that is a copy of the current instance.  
Public MethodcompareToCompares the current instance with another object of the same type.  
Public MethodgetFormatNameGets the name of the type of the file format to which metadata belongs.

Any string name of format.

 
Public MethodgetNameReturns returns string name of tag.

Returns tag name from the internal dictionary, or empty string if tag is unknown in ImageGear for Java.

 
Public MethodgetParentGets reference to parent node.

ImGearMetadataNodeList class object.

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.

 
Public MethodsetNameSets returns string name of tag.

Returns tag name from the internal dictionary, or empty string if tag is unknown in ImageGear for Java.

 
Top
See Also

Reference

ImGearMetadataNode Class
com.accusoft.imagegear.core Package

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback