public interface GImageSingleBand
| Modifier and Type | Method and Description |
|---|---|
Number |
get(int x,
int y) |
float |
getF(int index) |
int |
getHeight() |
ImageSingleBand |
getImage() |
int |
getWidth() |
boolean |
isFloatingPoint() |
void |
set(int index,
float value)
Sets pixel based on pixel value in data array
|
void |
set(int x,
int y,
Number num)
Set's pixel value using number.
|
int getWidth()
int getHeight()
boolean isFloatingPoint()
Number get(int x, int y)
void set(int x,
int y,
Number num)
x - pixel coordinate x-valuey - pixel coordinate y-valuenum - Value of the pixelvoid set(int index,
float value)
float getF(int index)
ImageSingleBand getImage()
Copyright © 2013. All Rights Reserved.