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 aperto(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()
           
static void main(java.lang.String[] args)
           
 void movimento(int x, int y)
           
 void solta(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

aperto

public void aperto(int x,
                   int y)
Specified by:
aperto 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

main

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

movimento

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

solta

public void solta(int x,
                  int y)
Specified by:
solta 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