Uses of Class
com.google.gwt.canvas.dom.client.ImageData
-
Packages that use ImageData Package Description 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 Modifier and Type Method Description ImageDataContext2d. createImageData(int w, int h)Creates an image data object of the given size.ImageDataContext2d. createImageData(ImageData imagedata)Creates an image data object of the same size as the given object.ImageDataContext2d. 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 Modifier and Type Method Description ImageDataContext2d. createImageData(ImageData imagedata)Creates an image data object of the same size as the given object.voidContext2d. putImageData(ImageData imagedata, double x, double y)Draws the given image data at the given screen position.
-