public abstract class ArrayBufferBase extends CanvasResource
| Modifier | Constructor and Description |
|---|---|
protected |
ArrayBufferBase(BaseCanvasComponent<?,?> canvas,
PixelDataType type,
int size,
Object data) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSize()
Returns the size of the array.
|
PixelDataType |
getType()
The type of pixel data stored in the array buffer view.
|
callback, config, config, destroy, finalize, getCanvas, init, init, initResource, invoke, invoke, transformForClientprotected ArrayBufferBase(BaseCanvasComponent<?,?> canvas, PixelDataType type, int size, Object data)
public PixelDataType getType()
public int getSize()
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.