world.test
Class KeyMoveWorld

java.lang.Object
  extended by world.World
      extended by world.test.KeyMoveWorld

public class KeyMoveWorld
extends World

World OnKey Test


Field Summary
 
Fields inherited from class world.World
DEFAULT_TICK_RATE, KEY_ARROW_DOWN, KEY_ARROW_LEFT, KEY_ARROW_RIGHT, KEY_ARROW_UP, MOUSE_DOWN, MOUSE_DRAG, MOUSE_ENTER, MOUSE_LEAVE, MOUSE_MOVE, MOUSE_UP
 
Method Summary
static void main(java.lang.String[] s)
           
 Scene onDraw()
          Draw the dot into an EmptyScene
 KeyMoveWorld onKey(java.lang.String ke)
          On an arrow key move the dot in the right direction
 
Methods inherited from class world.World
bigBang, display, lastScene, onMouse, onRelease, onTick, stopWhen, tickRate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] s)

onKey

public KeyMoveWorld onKey(java.lang.String ke)
On an arrow key move the dot in the right direction

Overrides:
onKey in class World

onDraw

public Scene onDraw()
Draw the dot into an EmptyScene

Specified by:
onDraw in class World