|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jos.game.aspect.DebugConsole
public class DebugConsole
Constructor Summary | |
---|---|
DebugConsole()
|
Method Summary | |
---|---|
void |
callRender(AbstractGameObject gameObject,
java.awt.Graphics2D graphics)
|
void |
callUpdate(AbstractGameObject gameObject,
long elapsedTime)
|
void |
render(AbstractGameObject gameObject,
java.awt.Graphics2D graphics)
|
void |
update(AbstractGameObject gameObject,
long elapsedTime)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DebugConsole()
Method Detail |
---|
public void callUpdate(AbstractGameObject gameObject, long elapsedTime)
public void callRender(AbstractGameObject gameObject, java.awt.Graphics2D graphics)
public void update(AbstractGameObject gameObject, long elapsedTime)
public void render(AbstractGameObject gameObject, java.awt.Graphics2D graphics)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |