public interface Band extends Disposable
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_BYTE |
static int |
TYPE_DOUBLE |
static int |
TYPE_FLOAT |
static int |
TYPE_IMAGE |
static int |
TYPE_INT |
static int |
TYPE_SHORT |
static int |
TYPE_UNDEFINED |
static int |
TYPE_USHORT |
Modifier and Type | Method and Description |
---|---|
Object |
getBuf()
Obtiene el buffer de datos de la banda
|
int |
getDataType()
Obtiene el tipo de dato.
|
int |
getHeight()
Alto de la banda
|
Object |
getLine(int line)
Obtiene una linea de la banda
|
int |
getWidth()
Ancho de la banda
|
void |
setLine(int line,
Object value)
Asigna una linea de la banda
|
dispose
static final int TYPE_UNDEFINED
static final int TYPE_BYTE
static final int TYPE_SHORT
static final int TYPE_USHORT
static final int TYPE_INT
static final int TYPE_FLOAT
static final int TYPE_DOUBLE
static final int TYPE_IMAGE
int getWidth()
int getHeight()
int getDataType()
Object getLine(int line)
void setLine(int line, Object value)
line
- Número de líneavalue
- Valor representado por un array del tipo de dato correspondienteObject getBuf()