GWT 2.7.0

Uses of Class
com.google.gwt.canvas.dom.client.ImageData

Packages that use ImageData
com.google.gwt.canvas.dom.client Classes for HTML Canvas 2D support. 
 

Uses of ImageData in com.google.gwt.canvas.dom.client
 

Methods in com.google.gwt.canvas.dom.client that return ImageData
 ImageData Context2d.createImageData(ImageData imagedata)
          Creates an image data object of the same size as the given object.
 ImageData Context2d.createImageData(int w, int h)
          Creates an image data object of the given size.
 ImageData Context2d.getImageData(double sx, double sy, double sw, double sh)
          Returns an image data object for the screen area denoted by sx, sy, sw and sh.
 

Methods in com.google.gwt.canvas.dom.client with parameters of type ImageData
 ImageData Context2d.createImageData(ImageData imagedata)
          Creates an image data object of the same size as the given object.
 void Context2d.putImageData(ImageData imagedata, double x, double y)
          Draws the given image data at the given screen position.
 


GWT 2.7.0