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, wait
getPixel, getSample, setPixel, setSample
public int getWidth()
getWidth
in interface DigitalImage
public int getHeight()
getHeight
in interface DigitalImage
public int getBands()
getBands
in interface DigitalImage