Class TesteApp

java.lang.Object
  extended by TesteApp
All Implemented Interfaces:
App, Jogo

public class TesteApp
extends java.lang.Object
implements App


Constructor Summary
TesteApp()
           
 
Method Summary
 void apertou(int x, int y)
           
 void arrasto(int x, int y)
           
 void clique(int x, int y)
           
 void desenhar(Tela t)
           
 int getAltura()
           
 int getLargura()
           
 java.lang.String getTitulo()
           
 void movimento(int x, int y)
           
 void soltou(int x, int y)
           
 void tecla(java.lang.String t)
           
 void tique(java.util.HashSet<java.lang.String> ts, double dt)
           
 
Methods inherited from class
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TesteApp

public TesteApp()
Method Detail

apertou

public void apertou(int x,
                    int y)
Specified by:
apertou in interface App

arrasto

public void arrasto(int x,
                    int y)
Specified by:
arrasto in interface App

clique

public void clique(int x,
                   int y)
Specified by:
clique in interface App

desenhar

public void desenhar(Tela t)
Specified by:
desenhar in interface Jogo

getAltura

public int getAltura()
Specified by:
getAltura in interface Jogo

getLargura

public int getLargura()
Specified by:
getLargura in interface Jogo

getTitulo

public java.lang.String getTitulo()
Specified by:
getTitulo in interface Jogo

movimento

public void movimento(int x,
                      int y)
Specified by:
movimento in interface App

soltou

public void soltou(int x,
                   int y)
Specified by:
soltou in interface App

tecla

public void tecla(java.lang.String t)
Specified by:
tecla in interface Jogo

tique

public void tique(java.util.HashSet<java.lang.String> ts,
                  double dt)
Specified by:
tique in interface Jogo