Example usage for Java javax.imageio.metadata IIOMetadataNode fields, constructors, methods, implement or subclass
The text is from its open source code.
IIOMetadataNode(String nodeName) Constructs an IIOMetadataNode with a given node name. | |
IIOMetadataNode |
Node | appendChild(Node newChild) Adds the node newChild to the end of the list of children of this node. |
String | getAttribute(String name) Retrieves an attribute value by name. |
NodeList | getElementsByTagName(String name) |
Object | getUserObject() Returns the Object value associated with this node. |
void | setAttribute(String name, String value) |
void | setNodeValue(String value) |
void | setUserObject(Object userObject) Sets the value associated with this node. |