public abstract class Uint8ClampedArray extends ArrayBufferView
| Constructor and Description |
|---|
Uint8ClampedArray() |
| Modifier and Type | Method and Description |
|---|---|
static Uint8ClampedArray |
create(ArrayBuffer buffer) |
static Uint8ClampedArray |
create(ArrayBuffer buffer,
int offset,
int length) |
static Uint8ClampedArray |
create(int length) |
abstract short |
get(int index) |
abstract void |
set(int index,
int value) |
getBuffer, getByteLength, getLengthpublic abstract short get(int index)
public abstract void set(int index,
int value)
public static Uint8ClampedArray create(int length)
public static Uint8ClampedArray create(ArrayBuffer buffer)
public static Uint8ClampedArray create(ArrayBuffer buffer, int offset, int length)
Copyright © 2015. All rights reserved.