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 ImageData
create
(int width, int height) Deprecated.static ImageData
create
(Uint8ClampedArray array, int width) Deprecated.static ImageData
create
(Uint8ClampedArray array, int width, int height) Deprecated.getData()
int
int
getWidth()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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.
-