Uses of Interface
com.google.gwt.typedarrays.shared.Uint8ClampedArray
-
Packages that use Uint8ClampedArray Package Description com.google.gwt.typedarrays.client com.google.gwt.typedarrays.server com.google.gwt.typedarrays.shared -
-
Uses of Uint8ClampedArray in com.google.gwt.typedarrays.client
Classes in com.google.gwt.typedarrays.client that implement Uint8ClampedArray Modifier and Type Class Description classUint8ArrayNativeJS native implementation ofUint8Arrayand, where natively supported,Uint8ClampedArray.classUint8ClampedArrayNativeEmulEmulated version ofUint8ClampedArraythat is implemented using aUint8Array.Methods in com.google.gwt.typedarrays.client that return Uint8ClampedArray Modifier and Type Method Description static Uint8ClampedArrayUint8ClampedArrayNativeEmul. create(short[] array)Create aUint8ClampedArrayinstance from a short array.static Uint8ClampedArrayUint8ClampedArrayNativeEmul. create(JsArrayInteger array)Create aUint8ClampedArrayinstance from a JavaScript array containing integers.static Uint8ClampedArrayUint8ClampedArrayNativeEmul. create(ArrayBuffer buffer, int byteOffset, int length)Create aUint8ClampedArrayinstance on an existingArrayBuffer.static Uint8ClampedArrayJsUtils. createUint8ClampedArray(JsArrayInteger array)Uint8ClampedArrayNativeImpl. createUint8ClampedArray(int length)Uint8ClampedArrayNativeImpl. createUint8ClampedArray(short[] array)Uint8ClampedArrayNativeImpl. createUint8ClampedArray(ArrayBuffer buffer)Uint8ClampedArrayNativeImpl. createUint8ClampedArray(ArrayBuffer buffer, int byteOffset)Uint8ClampedArrayNativeImpl. createUint8ClampedArray(ArrayBuffer buffer, int byteOffset, int length)Uint8ClampedArrayNoSupportImpl. createUint8ClampedArray(ArrayBuffer buffer, int byteOffset, int length)Uint8ClampedArrayUint8ClampedArrayNativeEmul. subarray(int begin)Uint8ClampedArrayUint8ClampedArrayNativeEmul. subarray(int begin, int end)Methods in com.google.gwt.typedarrays.client with parameters of type Uint8ClampedArray Modifier and Type Method Description static voidJsUtils. set(Uint8ClampedArray dest, JsArrayInteger array)static voidJsUtils. set(Uint8ClampedArray dest, JsArrayInteger array, int offset) -
Uses of Uint8ClampedArray in com.google.gwt.typedarrays.server
Classes in com.google.gwt.typedarrays.server that implement Uint8ClampedArray Modifier and Type Class Description classUint8ClampedArrayImplPure Java implementation ofUint8ClampedArray.Methods in com.google.gwt.typedarrays.server that return Uint8ClampedArray Modifier and Type Method Description Uint8ClampedArrayJavaImpl. createUint8ClampedArray(ArrayBuffer buffer, int byteOffset, int length)Uint8ClampedArrayUint8ClampedArrayImpl. subarray(int begin)Uint8ClampedArrayUint8ClampedArrayImpl. subarray(int begin, int end) -
Uses of Uint8ClampedArray in com.google.gwt.typedarrays.shared
Methods in com.google.gwt.typedarrays.shared that return Uint8ClampedArray Modifier and Type Method Description static Uint8ClampedArrayTypedArrays. createUint8ClampedArray(int length)static Uint8ClampedArrayTypedArrays. createUint8ClampedArray(ArrayBuffer buffer)Create aUint8ClampedArrayinstance onbuffer, starting at starting at the beginning of the buffer and continuing to the end.static Uint8ClampedArrayTypedArrays. createUint8ClampedArray(ArrayBuffer buffer, int byteOffset)Create aUint8ClampedArrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing to the end of the buffer.static Uint8ClampedArrayTypedArrays. createUint8ClampedArray(ArrayBuffer buffer, int byteOffset, int length)Create aUint8ClampedArrayinstance onbuffer, starting atbyteOffsetinto the buffer, continuing forlengthelements.Uint8ClampedArrayTypedArrays.Impl. createUint8ClampedArray(int length)Uint8ClampedArrayTypedArrays.Impl. createUint8ClampedArray(short[] array)Uint8ClampedArrayTypedArrays.Impl. createUint8ClampedArray(ArrayBuffer buffer)Uint8ClampedArrayTypedArrays.Impl. createUint8ClampedArray(ArrayBuffer buffer, int byteOffset)abstract Uint8ClampedArrayTypedArrays.Impl. createUint8ClampedArray(ArrayBuffer buffer, int byteOffset, int length)Uint8ClampedArrayUint8ClampedArray. subarray(int begin)Create a new view from the same array, fromoffsetto the end of this view.Uint8ClampedArrayUint8ClampedArray. subarray(int begin, int end)Create a new view from the same array, fromoffsetto (but not including)endin this view.
-