Class EstadoDesenhoRet
java.lang.Object
EstadoDesenhoRet
- All Implemented Interfaces:
- Estado
public class EstadoDesenhoRet
- extends java.lang.Object
- implements Estado
Methods inherited from class |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
altura
int altura
largura
int largura
modelo
ModeloEditor modelo
x
int x
y
int y
EstadoDesenhoRet
public EstadoDesenhoRet(ModeloEditor modelo,
int x,
int y)
desenhar
public void desenhar(Canvas c)
- Specified by:
desenhar
in interface Estado
parcial
public void parcial(int x,
int y)
- Specified by:
parcial
in interface Estado
selecionar
public void selecionar(int x,
int y)
- Specified by:
selecionar
in interface Estado
terminar
public void terminar(int x,
int y)
- Specified by:
terminar
in interface Estado
toggle
public void toggle()
- Specified by:
toggle
in interface Estado