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

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlWriter.java631 * Print HTML <IMG SRC="imggif" WIDTH="width" HEIGHT="height" ALT="imgname>
632 * tag. It prepends the "images" directory name to the "imggif". This
636 * @param imggif Image GIF file.
641 public void img(String imggif, String imgname, int width, int height) { argument
642 println("<IMG SRC=\"images/" + imggif + ".gif\""

Completed in 35 milliseconds