public abstract class AbstractDigitalImage extends java.lang.Object implements DigitalImage
| Modifier and Type | Field and Description |
|---|---|
protected int |
bands |
protected int |
height |
protected int |
width |
| Constructor and Description |
|---|
AbstractDigitalImage(int w,
int h,
int b) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBands() |
int |
getHeight() |
int |
getWidth() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPixel, getSample, setPixel, setSamplepublic int getWidth()
getWidth in interface DigitalImagepublic int getHeight()
getHeight in interface DigitalImagepublic int getBands()
getBands in interface DigitalImage