Class EditorPlayer


public class EditorPlayer
implements Player

This class is just used by the editor to help it interact with the MainDisplay
class.


Constructor Summary
EditorPlayer()
           

Method Summary
 booleanfollowLinks()
           
 intgameStatus()
           
 ContainergetEditPropertiesPanel()
           
 ContainergetGameStatusPanel(int loc)
           
 ImagegetImage()
           
 LocationgetLocation()
           
 intgetUpdateTime()
           
 voidsetLocation(Location location)
           
 voidupdate(int time)
           

Constructor Detail

EditorPlayer

public EditorPlayer()
Method Detail

followLinks

public boolean followLinks()

gameStatus

public int gameStatus()

getEditPropertiesPanel

public Container getEditPropertiesPanel()

getGameStatusPanel

public Container getGameStatusPanel(int loc)

getImage

public Image getImage()

getLocation

public Location getLocation()

getUpdateTime

public int getUpdateTime()

setLocation

public void setLocation(Location location)

update

public void update(int time)

Association Links

to Class Location

to Class java.awt.image.BufferedImage