Class World

java.lang.Object
  
public class World
extends Object


Constructor Summary
World()
           
 
Method Summary
 void drawMap(Graphics2D g2d)
           
 void render(Graphics2D g2d)
           
 void setXdir(float xd)
           
 void setYdir(float yd)
           
 void step(double dt)
           
 
Methods inherited from class
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

World

public World()
Method Detail

drawMap

public void drawMap(Graphics2D g2d)

render

public void render(Graphics2D g2d)

setXdir

public void setXdir(float xd)

setYdir

public void setYdir(float yd)

step

public void step(double dt)