|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEstadoCirculo
public class EstadoCirculo
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 |
---|
ModeloEditor modelo
Toggle t
Constructor Detail |
---|
public EstadoCirculo(ModeloEditor modelo, Toggle t)
Method Detail |
---|
public void desenhar(Canvas c)
desenhar
in interface Estado
public void parcial(int x, int y)
parcial
in interface Estado
public void selecionar(int x, int y)
selecionar
in interface Estado
public void terminar(int x, int y)
terminar
in interface Estado
public void toggle()
toggle
in interface Estado
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |