Class ComandoFigura

java.lang.Object
  extended by ComandoFigura
All Implemented Interfaces:
Comando

public class ComandoFigura
extends java.lang.Object
implements Comando


Field Summary
(package private)  Figura fig
           
 
Constructor Summary
ComandoFigura(Figura fig)
           
 
Method Summary
 void desfazer(ModeloEditor modelo)
           
 void refazer(ModeloEditor modelo)
           
 
Methods inherited from class
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fig

Figura fig
Constructor Detail

ComandoFigura

public ComandoFigura(Figura fig)
Method Detail

desfazer

public void desfazer(ModeloEditor modelo)
Specified by:
desfazer in interface Comando

refazer

public void refazer(ModeloEditor modelo)
Specified by:
refazer in interface Comando