| Class | Description |
|---|---|
| Picture |
This class represents a picture that can be displayed on the screen.
|
| PictureDisplayer |
PictureDisplayer provides a quick way of getting a Picture onto the screen
by utilizing BasicForm to create a pre-designed Form with a Picture.
|
| Pixel |
A pixel is a single point (picture element) in a Picture.
|
| Sample |
This is the representation of a single sample of a Sound.
|
| Sound |
This class represents a sound that can be played.
|
| SoundPlayer |
Provides a quick way to put a sound on a form so it can be played.
|
| Turtle |
This class provides line drawing (vector graphics) capabilities based on Turtle
Graphics (Seymour Papert).
|
| TurtleDisplayer |
TurtleDisplayer provides a quick way of getting a turtle to draw on the screen
by creating a BasicForm with a Canvas and additional components that give
feedback on the turtle's status.
|
| Exception | Description |
|---|---|
| PixelOutOfBoundsException |
The exception occurs when the picture or sound cannot be loaded from the specified file.
|
| SampleOutOfBoundsException |
The exception occurs when the picture or sound cannot be loaded from the specified file.
|
| UnableToLoadFileException |
The exception occurs when the picture or sound cannot be loaded from the specified file.
|