Java com.google.gwt.canvas.dom.client ImageData fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.canvas.dom.client ImageData fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.canvas.dom.client ImageData.

The text is from its open source code.

Method

intgetBlueAt(int x, int y)
Returns the blue value at position (x,y).
CanvasPixelArraygetData()
Returns a canvas pixel array of size width * height * 4.
intgetGreenAt(int x, int y)
Returns the green value at position (x,y).
intgetHeight()
Returns the height of this image data object.
intgetRedAt(int x, int y)
Returns the red value at position (x,y).
intgetWidth()
Returns the width of this image data object.