Class Motor

java.lang.Object
  extended by Motor

public class Motor
extends java.lang.Object

Motor do jogo, gerencia a parte gr�fica e os eventos


Field Summary
 Jogo jogo
           
 java.util.TreeSet<java.lang.String> keySet
           
 java.awt.image.BufferStrategy strategy
           
 
Constructor Summary
Motor(Jogo j)
           
 
Method Summary
static void tocar(java.lang.String filename)
           
 
Methods inherited from class
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jogo

public Jogo jogo

keySet

public java.util.TreeSet<java.lang.String> keySet

strategy

public java.awt.image.BufferStrategy strategy
Constructor Detail

Motor

public Motor(Jogo j)
Method Detail

tocar

public static void tocar(java.lang.String filename)