| Modifier and Type | Method and Description |
|---|---|
GreenfootImage |
World.getBackground()
Return the world's background image.
|
GreenfootImage |
Actor.getImage()
Returns the image used to represent this actor.
|
GreenfootImage |
UserInfo.getUserImage()
Return an image of the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GreenfootImage.drawImage(GreenfootImage image,
int x,
int y)
Draws the given Image onto this image
|
void |
World.setBackground(GreenfootImage image)
Set a background image for the world.
|
void |
Actor.setImage(GreenfootImage image)
Set the image for this actor to the specified image.
|
| Constructor and Description |
|---|
GreenfootImage(GreenfootImage image)
Create a GreenfootImage from another GreenfootImage.
|