Uses of Interface
com.google.gwt.typedarrays.shared.Uint8ClampedArray
Packages that use Uint8ClampedArray
Package
Description
-
Uses of Uint8ClampedArray in com.google.gwt.typedarrays.client
Classes in com.google.gwt.typedarrays.client that implement Uint8ClampedArrayModifier and TypeClassDescriptionfinal classJS native implementation ofUint8Arrayand, where natively supported,Uint8ClampedArray.classEmulated version ofUint8ClampedArraythat is implemented using aUint8Array.Methods in com.google.gwt.typedarrays.client that return Uint8ClampedArrayModifier and TypeMethodDescriptionstatic 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) NativeImpl.createUint8ClampedArray(int length) NativeImpl.createUint8ClampedArray(short[] array) NativeImpl.createUint8ClampedArray(ArrayBuffer buffer) NativeImpl.createUint8ClampedArray(ArrayBuffer buffer, int byteOffset) NativeImpl.createUint8ClampedArray(ArrayBuffer buffer, int byteOffset, int length) NoSupportImpl.createUint8ClampedArray(ArrayBuffer buffer, int byteOffset, int length) Uint8ClampedArrayNativeEmul.subarray(int begin) Uint8ClampedArrayNativeEmul.subarray(int begin, int end) Methods in com.google.gwt.typedarrays.client with parameters of type Uint8ClampedArrayModifier and TypeMethodDescriptionstatic 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 Uint8ClampedArrayMethods in com.google.gwt.typedarrays.server that return Uint8ClampedArrayModifier and TypeMethodDescriptionJavaImpl.createUint8ClampedArray(ArrayBuffer buffer, int byteOffset, int length) Uint8ClampedArrayImpl.subarray(int begin) Uint8ClampedArrayImpl.subarray(int begin, int end)