T
- The type of the pixel valuepublic abstract class ValuePixel<T> extends Pixel
Constructor and Description |
---|
ValuePixel(int x,
int y)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
abstract T |
getValue()
Get the value of this pixel.
|
asciiHeader, binaryHeader, clone, copy, copyFrom, equals, getDimensions, getOrdinate, getX, getY, hashCode, minus, readASCII, readBinary, setOrdinate, setX, setY, toString, transform, transformInplace, translate, translate, writeASCII, writeBinary
public ValuePixel(int x, int y)
x
- X-location of the pixely
- Y-location of the pixel