Class GuiApp
java.lang.Object
GuiApp
- All Implemented Interfaces:
- App, Jogo
- Direct Known Subclasses:
- Editor
public abstract class GuiApp
- extends java.lang.Object
- implements App
Methods inherited from class |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
componentes
java.util.ArrayList<Componente> componentes
GuiApp
public GuiApp()
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
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> teclas,
double dt)
- Specified by:
tique
in interface Jogo