Package | Description |
---|---|
imagePackage |
Modifier and Type | Method and Description |
---|---|
Pixel |
RasterImage.getPixel(int x,
int y)
Returns the Pixel object at the specified (x,y) coordinate.
|
Pixel[] |
RasterImage.getPixelArray()
Returns an array of Pixels for this picture, which is composed of the
pixels from the first row of this raster (from left to right), followed
by the next row, and so on until the final row.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Pixel> |
RasterImage.iterator() |