|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.aerith.misao.util.Pixel
The Pixel represents a pixel on an image. It consists
of (x,y) position and the value.
| Field Summary | |
protected float |
value
The pixel value; |
protected int |
x
The x position; |
protected int |
y
The y position; |
| Constructor Summary | |
Pixel(int initial_x,
int initial_y,
double initial_value)
Constructs a Pixel. |
|
| Method Summary | |
double |
getValue()
Gets the pixel value. |
int |
getX()
Gets the x position. |
int |
getY()
Gets the y position. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected int x
protected int y
protected float value
| Constructor Detail |
public Pixel(int initial_x,
int initial_y,
double initial_value)
Pixel.| Method Detail |
public int getX()
public int getY()
public double getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||