|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--lane.sente.GameUIFactory
This is creates the space for the robot area without determining how it is displayed
Field Summary | |
protected RobotArenaUI |
theArena
|
Constructor Summary | |
GameUIFactory(RobotArenaUI arena)
The constructor |
Method Summary | |
abstract GameElementUI |
getElementUI(GameElement e)
What subclasses will use to create appropriate elements |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected RobotArenaUI theArena
Constructor Detail |
public GameUIFactory(RobotArenaUI arena)
arena
- The Robot Arena UIMethod Detail |
public abstract GameElementUI getElementUI(GameElement e)
e
- The Game element to create a UI for
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |