package greenfoot.platforms;
import greenfoot.GreenfootImage;
import threadchecker.OnThread;
import threadchecker.Tag;
| Interface to classes that contain specialized behaviour for the Actors
| depending on where and how the greenfoot project is running.
|
| @author Poul Henriksen
|
public interface ActorDelegate
{
| Get the default image for objects of this class. May return null.
|
@OnThread(Tag.Simulation)
public GreenfootImage getImage(String name);
}
top,
use,
map,
interface ActorDelegate
. getImage
11 neLoCode
+ 4 LoComm