Package org.teavm.jso.canvas
Class ImageData
java.lang.Object
org.teavm.jso.canvas.ImageData
- All Implemented Interfaces:
org.teavm.jso.JSObject
-
Constructor Summary
ConstructorsConstructorDescriptionImageData(int width, int height) ImageData(Uint8ClampedArray array, int width) ImageData(Uint8ClampedArray array, int width, int height) -
Method Summary
Modifier and TypeMethodDescriptionstatic ImageDatacreate(int width, int height) Deprecated.static ImageDatacreate(Uint8ClampedArray array, int width) Deprecated.static ImageDatacreate(Uint8ClampedArray array, int width, int height) Deprecated.getData()intintgetWidth()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
-
Constructor Details
-
ImageData
-
ImageData
public ImageData(int width, int height) -
ImageData
-
-
Method Details
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getData
-
create
Deprecated. -
create
Deprecated. -
create
Deprecated.
-