Class EstadoCirculo

java.lang.Object
  extended by EstadoCirculo
All Implemented Interfaces:
Estado

public class EstadoCirculo
extends java.lang.Object
implements Estado


Field Summary
(package private)  ModeloEditor modelo
           
(package private)  Toggle t
           
 
Constructor Summary
EstadoCirculo(ModeloEditor modelo, Toggle t)
           
 
Method Summary
 void desenhar(Canvas c)
           
 void parcial(int x, int y)
           
 void selecionar(int x, int y)
           
 void terminar(int x, int y)
           
 void toggle()
           
 
Methods inherited from class
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modelo

ModeloEditor modelo

t

Toggle t
Constructor Detail

EstadoCirculo

public EstadoCirculo(ModeloEditor modelo,
                     Toggle t)
Method Detail

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