Class TesteApp
java.lang.Object
TesteApp
- All Implemented Interfaces:
- App, Jogo
public class TesteApp
- extends java.lang.Object
- implements App
Methods inherited from class |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TesteApp
public TesteApp()
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