- scale(int, int) - Method in class greenfoot.GreenfootImage
-
Scales this image to a new size.
- setActOrder(Class...) - Method in class greenfoot.World
-
Set the act order of objects in the world.
- setBackground(GreenfootImage) - Method in class greenfoot.World
-
Set a background image for the world.
- setBackground(String) - Method in class greenfoot.World
-
Set a background image for the world from an image file.
- setColor(Color) - Method in class greenfoot.GreenfootImage
-
Set the current drawing color.
- setColor(int) - Method in class greenfoot.GreenfootImage
-
Set the current drawing color.
- setColorAt(int, int, Color) - Method in class greenfoot.GreenfootImage
-
Sets the color at the given pixel to the given color.
- setColorAt(int, int, int) - Method in class greenfoot.GreenfootImage
-
Sets the color at the given pixel to the given color.
- setFont(Font) - Method in class greenfoot.GreenfootImage
-
Set the current font.
- setImage(GreenfootImage) - Method in class greenfoot.Actor
-
Set the image for this actor to the specified image.
- setImage(String) - Method in class greenfoot.Actor
-
Set an image for this actor from an image file.
- setInt(int, int) - Method in class greenfoot.UserInfo
-
Set the value of the int at the given index (0 to NUM_INTS-1, inclusive).
- setLocation(int, int) - Method in class greenfoot.Actor
-
Assign a new location for this actor.
- setPaintOrder(Class...) - Method in class greenfoot.World
-
Set the paint order of objects in the world.
- setRotation(int) - Method in class greenfoot.Actor
-
Set the rotation of this actor.
- setScore(int) - Method in class greenfoot.UserInfo
-
Set the user's score.
- setSpeed(int) - Static method in class greenfoot.Greenfoot
-
Set the speed of the execution.
- setString(int, String) - Method in class greenfoot.UserInfo
-
Get the value of the String at the given index (0 to NUM_STRINGS-1,
inclusive).
- setTransparency(int) - Method in class greenfoot.GreenfootImage
-
Set the transparency of the image.
- setVolume(int) - Method in class greenfoot.GreenfootSound
-
Set the current volume of the sound between 0 (off) and 100 (loudest.)
- setWorld(World) - Static method in class greenfoot.Greenfoot
-
Sets the World to run to the one given.
- start() - Static method in class greenfoot.Greenfoot
-
Run (or resume) the execution.
- started() - Method in class greenfoot.World
-
This method is called by the Greenfoot system when the execution has
started.
- stop() - Static method in class greenfoot.Greenfoot
-
Pause the execution.
- stop() - Method in class greenfoot.GreenfootSound
-
Stop playing this sound if it is currently playing.
- stopped() - Method in class greenfoot.World
-
This method is called by the Greenfoot system when the execution has
stopped.
- store() - Method in class greenfoot.UserInfo
-
Store the data to the server.
- STRING_LENGTH_LIMIT - Static variable in class greenfoot.UserInfo
-
The maximum number of characters that can be stored in each String