public class SignedShortBuffer
extends java.awt.image.DataBuffer
| Modifier and Type | Field and Description | 
|---|---|
private java.awt.image.DataBufferShort | 
helper  | 
| Constructor and Description | 
|---|
SignedShortBuffer(int size)  | 
SignedShortBuffer(int size,
                 int numbanks)  | 
SignedShortBuffer(short[][] data,
                 int size)  | 
SignedShortBuffer(short[][] data,
                 int size,
                 int[] offsets)  | 
SignedShortBuffer(short[] data,
                 int size)  | 
SignedShortBuffer(short[] data,
                 int size,
                 int offset)  | 
| Modifier and Type | Method and Description | 
|---|---|
short[] | 
getData()  | 
short[] | 
getData(int bank)  | 
int | 
getElem(int bank,
       int i)  | 
void | 
setElem(int bank,
       int i,
       int val)  | 
public SignedShortBuffer(int size)
public SignedShortBuffer(int size,
                         int numbanks)
public SignedShortBuffer(short[] data,
                         int size)
public SignedShortBuffer(short[] data,
                         int size,
                         int offset)
public SignedShortBuffer(short[][] data,
                         int size)
public SignedShortBuffer(short[][] data,
                         int size,
                         int[] offsets)
Copyright © 2019 Open Microscopy Environment