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