Package | Description |
---|---|
imagePackage |
Modifier and Type | Method and Description |
---|---|
RasterImage |
RasterImage.createResizedCopy(int height)
Returns a new raster image object that is based on this raster image,
except that the new raster image will be scaled to have the passed
height.
|
Modifier and Type | Method and Description |
---|---|
void |
RasterImage.copyPicture(RasterImage otherRasterImage)
Mutates this raster image to have the same state as the passed raster
image.
|
Constructor and Description |
---|
PictureExplorer(RasterImage picture)
Public constructor
|
Pixel(RasterImage picture,
int x,
int y)
A constructor that take the x and y location for the pixel and the
picture the pixel is coming from
|
RasterImage(RasterImage copyPicture)
Constructs a new instance of this class that has the same state as the
passed instance.
|