ch.sahits.game.graphic.display.gameplay
Class GameStatus
java.lang.Object
ch.sahits.game.rendering.AbstractRenderPart
ch.sahits.game.graphic.display.gameplay.GameStatus
- All Implemented Interfaces:
- IEventListener, Renderable, RenderablePart
public class GameStatus
- extends AbstractRenderPart
- implements IEventListener
This view represents the game status such as date and money.
- Author:
- Andi Hotz, (c) Sahits GmbH, 2011
Created on Sep 30, 2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
client
private final IClient client
cash
private String cash
date
private String date
opPainter
private final IOpenPatricianPainter opPainter
GameStatus
public GameStatus(Rectangle rect,
IClient client)
gameRender
public void gameRender(Graphics gScr)
- Specified by:
gameRender in interface Renderable
gameUpdate
public void gameUpdate(Event e,
Object eventNotice)
- Specified by:
gameUpdate in interface IEventListener- Specified by:
gameUpdate in interface Renderable
Copyright © 2011-2012 Sahits GmbH. All Rights Reserved.