Searched refs:IIOAttr (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java131 class IIOAttr extends IIOMetadataNode implements Attr { class in inherits:IIOMetadataNode,Attr
137 public IIOAttr(Element owner, String name, String value) { method in class:IIOAttr
186 * way to document this exception, since this class, IIOAttr,
284 * A <code>List</code> of <code>IIOAttr</code> nodes representing
771 attributes.add(new IIOAttr(this, name, value));
791 IIOAttr attr = (IIOAttr)attributes.get(i);
840 IIOAttr attr;
841 if (newAttr instanceof IIOAttr) {
842 attr = (IIOAttr)newAtt
[all...]

Completed in 80 milliseconds