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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFWritableImageMetadata.java83 textForegroundColor = 0;
216 textForegroundColor = getIntAttribute(node,
217 "textForegroundColor",
H A DGIFImageMetadata.java81 public int textForegroundColor; field in class:GIFImageMetadata
211 node.setAttribute("textForegroundColor",
212 Integer.toString(textForegroundColor));
H A DGIFImageReader.java696 imageMetadata.textForegroundColor =
H A DGIFImageWriter.java1192 stream.write(im.textForegroundColor);

Completed in 508 milliseconds