Modifier and Type | Class | Description |
---|---|---|
class |
Picture |
A class that represents a picture.
|
class |
SimplePicture |
A class that represents a simple picture.
|
Constructor | Description |
---|---|
PictureExplorer(DigitalPicture picture) |
Public constructor
|
PictureFrame(DigitalPicture picture) |
A constructor that takes a picture to display
|
Pixel(DigitalPicture picture,
int x,
int y) |
A constructor that takes the x and y location for the pixel and
the picture the pixel is coming from
|