Package org.teavm.jso.canvas
Class ImageData
java.lang.Object
org.teavm.jso.canvas.ImageData
- All Implemented Interfaces:
org.teavm.jso.JSObject
-
Method Summary
Modifier and TypeMethodDescriptionstatic ImageDatacreate(int width, int height) static ImageDatacreate(Uint8ClampedArray array, int width) static ImageDatacreate(Uint8ClampedArray array, int width, int height) abstract Uint8ClampedArraygetData()abstract intabstract intgetWidth()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teavm.jso.JSObject
cast
-
Method Details
-
getWidth
public abstract int getWidth() -
getHeight
public abstract int getHeight() -
getData
-
create
-
create
-
create
-