public class SimpleImage
extends java.lang.Object
| Constructor and Description |
|---|
SimpleImage(int width,
int height) |
SimpleImage(SimpleImage image) |
| Modifier and Type | Method and Description |
|---|---|
int |
getPixel(int x,
int y) |
int |
Height() |
void |
setPixel(int x,
int y,
int value) |
int |
Width() |
public SimpleImage(int width,
int height)
public SimpleImage(SimpleImage image)