Uses of Class
com.google.gwt.canvas.dom.client.ImageData
-
Uses of ImageData in com.google.gwt.canvas.dom.client
Modifier and TypeMethodDescriptionfinal ImageData
Context2d.createImageData
(int w, int h) Creates an image data object of the given size.final ImageData
Context2d.createImageData
(ImageData imagedata) Creates an image data object of the same size as the given object.final 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.Modifier and TypeMethodDescriptionfinal ImageData
Context2d.createImageData
(ImageData imagedata) Creates an image data object of the same size as the given object.final void
Context2d.putImageData
(ImageData imagedata, double x, double y) Draws the given image data at the given screen position.