GWT 2.1.1

Uses of Class
com.google.gwt.dom.client.ImageElement

Packages that use ImageElement
com.google.gwt.dom.client Classes for low-level DOM programming. 
 

Uses of ImageElement in com.google.gwt.dom.client
 

Methods in com.google.gwt.dom.client that return ImageElement
static ImageElement ImageElement.as(Element elem)
          Assert that the given Element is compatible with this class and automatically typecast it.
 ImageElement Document.createImageElement()
          Creates an <img> element.
 


GWT 2.1.1