public class Uint8ClampedArray extends TypedArray
| Modifier and Type | Class and Description |
|---|---|
static interface |
Uint8ClampedArray.ConstructorLengthUnionType |
static interface |
Uint8ClampedArray.FromMapFn |
TypedArray.EveryCallbackFn, TypedArray.FilterCallbackFn, TypedArray.FindCallbackFn, TypedArray.FindIndexCallbackFn, TypedArray.ForEachCallbackFn, TypedArray.MapCallbackFn, TypedArray.ReduceCallbackFn<INIT,RET>, TypedArray.ReduceRightCallbackFn<INIT,RET>, TypedArray.SetArrayUnionType, TypedArray.SomeCallbackFn, TypedArray.SortCompareFunctionFn| Modifier and Type | Field and Description |
|---|---|
static double |
BYTES_PER_ELEMENT |
lengthbuffer, byteLength, byteOffset| Modifier and Type | Method and Description |
|---|---|
static Uint8ClampedArray |
from(double[] source) |
static Uint8ClampedArray |
from(double[] source,
Uint8ClampedArray.FromMapFn mapFn) |
static <S> Uint8ClampedArray |
from(double[] source,
Uint8ClampedArray.FromMapFn mapFn,
S this_) |
static Uint8ClampedArray |
of(double... var_args) |
copyWithin, copyWithin, entries, every, every, fill, fill, fill, filter, filter, find, find, findIndex, findIndex, forEach, forEach, includes, includes, indexOf, indexOf, join, join, keys, lastIndexOf, lastIndexOf, map, map, reduce, reduce, reduceRight, reduceRight, reverse, set, set, set, set, set, set, slice, slice, slice, some, some, sort, sort, subarray, subarray, toLocaleString, toString_, valuespublic Uint8ClampedArray(ArrayBuffer length, int byteOffset, int length0)
public Uint8ClampedArray(ArrayBuffer length, int byteOffset)
public Uint8ClampedArray(ArrayBuffer length)
public Uint8ClampedArray(ArrayBufferView length, int byteOffset, int length0)
public Uint8ClampedArray(ArrayBufferView length, int byteOffset)
public Uint8ClampedArray(ArrayBufferView length)
public Uint8ClampedArray(Uint8ClampedArray.ConstructorLengthUnionType length, int byteOffset, int length0)
public Uint8ClampedArray(Uint8ClampedArray.ConstructorLengthUnionType length, int byteOffset)
public Uint8ClampedArray(Uint8ClampedArray.ConstructorLengthUnionType length)
public Uint8ClampedArray(SharedArrayBuffer length, int byteOffset, int length0)
public Uint8ClampedArray(SharedArrayBuffer length, int byteOffset)
public Uint8ClampedArray(SharedArrayBuffer length)
public Uint8ClampedArray(int length,
int byteOffset,
int length0)
public Uint8ClampedArray(int[] length,
int byteOffset,
int length0)
public Uint8ClampedArray(int length,
int byteOffset)
public Uint8ClampedArray(int[] length,
int byteOffset)
public Uint8ClampedArray(int length)
public Uint8ClampedArray(int[] length)
public static <S> Uint8ClampedArray from(double[] source, Uint8ClampedArray.FromMapFn mapFn, S this_)
public static Uint8ClampedArray from(double[] source, Uint8ClampedArray.FromMapFn mapFn)
public static Uint8ClampedArray from(double[] source)
public static Uint8ClampedArray of(double... var_args)