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 class
JS native implementation ofUint8Array
and, where natively supported,Uint8ClampedArray
.class
Emulated version ofUint8ClampedArray
that is implemented using aUint8Array
.Methods in com.google.gwt.typedarrays.client that return Uint8ClampedArrayModifier and TypeMethodDescriptionstatic Uint8ClampedArray
Uint8ClampedArrayNativeEmul.create
(short[] array) Create aUint8ClampedArray
instance from a short array.static Uint8ClampedArray
Uint8ClampedArrayNativeEmul.create
(JsArrayInteger array) Create aUint8ClampedArray
instance from a JavaScript array containing integers.static Uint8ClampedArray
Uint8ClampedArrayNativeEmul.create
(ArrayBuffer buffer, int byteOffset, int length) Create aUint8ClampedArray
instance on an existingArrayBuffer
.static Uint8ClampedArray
JsUtils.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 void
JsUtils.set
(Uint8ClampedArray dest, JsArrayInteger array) static void
JsUtils.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)