Uses of Class
com.google.gwt.widgetideas.graphics.client.ImageHandle

Packages that use ImageHandle
com.google.gwt.widgetideas.graphics.client   
 

Uses of ImageHandle in com.google.gwt.widgetideas.graphics.client
 

Methods in com.google.gwt.widgetideas.graphics.client with parameters of type ImageHandle
 void GWTCanvas.drawImage(ImageHandle img, int offsetX, int offsetY)
          Draws an input image to a specified position on the canvas.
 void GWTCanvas.drawImage(ImageHandle img, int offsetX, int offsetY, int width, int height)
          Draws an input image at a given position on the canvas.
 void ImageLoader.CallBack.onImagesLoaded(ImageHandle[] imageHandles)