Class | Description |
---|---|
Actor |
An Actor is an object that exists in the Greenfoot world.
|
Greenfoot |
This utility class provides methods to control the simulation
and interact with the system.
|
GreenfootImage |
An image to be shown on screen.
|
GreenfootSound |
Represents audio that can be played in Greenfoot.
|
MouseInfo |
This class contains information about the current status of the mouse.
|
UserInfo |
The UserInfo class can be used to store data permanently on a server, and
to share this data between different users, when the scenario runs on the
Greenfoot web site.
|
World |
World is the world that Actors live in.
|