| Modifier and Type | Class | Description |
|---|---|---|
class |
Picture |
A class that represents a picture.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
SimplePicture.copyPicture(SimplePicture sourcePicture) |
Method that will copy all of the passed source picture into
the current picture object
|
| Constructor | Description |
|---|---|
SimplePicture(SimplePicture copyPicture) |
A Constructor that takes a picture to copy information from
|