| Package | Description |
|---|---|
| org.fujion.canvas.webgl |
| Modifier and Type | Method and Description |
|---|---|
PixelDataType |
ArrayBufferBase.getType()
The type of pixel data stored in the array buffer view.
|
static PixelDataType |
PixelDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PixelDataType[] |
PixelDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayBufferView |
RenderingContextWebGL.createArrayBufferView(PixelDataType type,
int size)
Creates an empty array buffer view of the specified type.
|
| Constructor and Description |
|---|
ArrayBufferBase(BaseCanvasComponent<?,?> canvas,
PixelDataType type,
int size,
Object data) |
ArrayBufferView(BaseCanvasComponent<?,?> canvas,
PixelDataType type,
int size) |
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.