Java javax.imageio.metadata IIOMetadata fields, constructors, methods, implement or subclass

Example usage for Java javax.imageio.metadata IIOMetadata fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.imageio.metadata IIOMetadata.

The text is from its open source code.

Subclass

javax.imageio.metadata.IIOMetadata has subclasses.
Click this link to see all its subclasses.

Method

NodegetAsTree(String formatName)
Returns an XML DOM Node object that represents the root of a tree of metadata contained within this object according to the conventions defined by a given metadata format.
String[]getMetadataFormatNames()
Returns an array of String s containing the names of all metadata formats, including the native and standard formats, recognized by this plug-in's getAsTree , setFromTree , and mergeTree methods.
StringgetNativeMetadataFormatName()
Returns the name of the "native" metadata format for this plug-in, which typically allows for lossless encoding and transmission of the metadata stored in the format handled by this plug-in.
booleanisReadOnly()
Returns true if this object does not support the mergeTree , setFromTree , and reset methods.
booleanisStandardMetadataFormatSupported()
Returns true if the standard metadata format is supported by getMetadataFormat , getAsTree , setFromTree , and mergeTree .
voidmergeTree(String formatName, Node root)
Alters the internal state of this IIOMetadata object from a tree of XML DOM Node s whose syntax is defined by the given metadata format.
voidsetFromTree(String formatName, Node root)
Sets the internal state of this IIOMetadata object from a tree of XML DOM Node s whose syntax is defined by the given metadata format.
StringtoString()
Returns a string representation of the object.