Searched defs:tIME_month (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGMetadata.java220 public int tIME_month; field in class:PNGMetadata
721 tIME_node.setAttribute("month", Integer.toString(tIME_month));
999 node.setAttribute("month", Integer.toString(tIME_month));
1571 tIME_month = getIntAttribute(node, "month");
1946 tIME_month = getIntAttribute(child, "month");

Completed in 35 milliseconds