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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPMetadata.java132 addChildNode(root, "BMPVersion", bmpVersion);
133 addChildNode(root, "Width", new Integer(width));
134 addChildNode(root, "Height", new Integer(height));
135 addChildNode(root, "BitsPerPixel", new Short(bitsPerPixel));
136 addChildNode(root, "Compression", new Integer(compression));
137 addChildNode(root, "ImageSize", new Integer(imageSize));
139 IIOMetadataNode node = addChildNode(root, "PixelsPerMeter", null);
140 addChildNode(node, "X", new Integer(xPixelsPerMeter));
141 addChildNode(node, "Y", new Integer(yPixelsPerMeter));
143 addChildNode(roo
296 private IIOMetadataNode addChildNode(IIOMetadataNode root, method in class:BMPMetadata
[all...]
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/wbmp/
H A DWBMPMetadata.java78 addChildNode(root, "WBMPType", new Integer(wbmpType));
79 addChildNode(root, "Width", new Integer(width));
80 addChildNode(root, "Height", new Integer(height));
97 private IIOMetadataNode addChildNode(IIOMetadataNode root, method in class:WBMPMetadata
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXTree.java88 private synchronized void addChildNode( method in class:XTree
104 private synchronized void addChildNode( method in class:XTree
108 addChildNode(parent, child, 0);
122 addChildNode(parent, child, i + 1);
127 addChildNode(parent, child, 0);
131 addChildNode(parent, child, childCount);
359 addChildNode(parentNode, childNode);
368 addChildNode(root, parentNode);
373 addChildNode(parentNode, childNode);
399 addChildNode(paren
[all...]

Completed in 31 milliseconds