Package org.teavm.jso.typedarrays
Class Uint8ClampedArray
java.lang.Object
org.teavm.jso.typedarrays.ArrayBufferView
org.teavm.jso.typedarrays.TypedArray
org.teavm.jso.typedarrays.Uint8ClampedArray
- All Implemented Interfaces:
org.teavm.jso.JSObject
-
Constructor Summary
ConstructorsConstructorDescriptionUint8ClampedArray(int length) Uint8ClampedArray(ArrayBuffer buffer) Uint8ClampedArray(ArrayBuffer buffer, int offset) Uint8ClampedArray(ArrayBuffer buffer, int offset, int length) Uint8ClampedArray(TypedArray buffer) -
Method Summary
Modifier and TypeMethodDescriptionstatic Uint8ClampedArraycreate(int length) Deprecated.static Uint8ClampedArraycreate(ArrayBuffer buffer) Deprecated.static Uint8ClampedArraycreate(ArrayBuffer buffer, int offset) Deprecated.static Uint8ClampedArraycreate(ArrayBuffer buffer, int offset, int length) Deprecated.static Uint8ClampedArraycreate(TypedArray buffer) Deprecated.static Uint8ClampedArrayfromJavaBuffer(Buffer buffer) shortget(int index) voidset(int index, int value) Methods inherited from class org.teavm.jso.typedarrays.ArrayBufferView
getBuffer, getByteLength, getByteOffset, getLength, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setMethods 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
-
Uint8ClampedArray
public Uint8ClampedArray(int length) -
Uint8ClampedArray
-
Uint8ClampedArray
-
Uint8ClampedArray
-
Uint8ClampedArray
-
-
Method Details
-
get
public short get(int index) -
set
public void set(int index, int value) -
create
Deprecated. -
create
Deprecated. -
create
Deprecated. -
create
Deprecated. -
create
Deprecated. -
fromJavaBuffer
-