public interface Uint8ClampedArray extends Uint8Array, IndexableInt
BYTES_PER_ELEMENT
Modifier and Type | Method and Description |
---|---|
int |
getLength()
The number of entries in the array; for these 8-bit values, this is the same as the size of the array in bytes.
|
void |
setElements(Object array) |
void |
setElements(Object array,
int offset) |
subarray, subarray
getBuffer, getByteLength, getByteOffset
intAt, length
numberAt
int getLength()
Uint8Array
getLength
in interface Uint8Array
void setElements(Object array)
setElements
in interface Uint8Array
void setElements(Object array, int offset)
setElements
in interface Uint8Array
Copyright © 2018. All rights reserved.