appLogic
Interface Simulatable

All Known Implementing Classes:
HoughSpaceAnimation, ImageSpaceAnimation

public interface Simulatable

This Class is responsible for the events of the hough- animation.


Method Summary
 void init(Simulation s)
          This method inializes the simulation and calls some methods to control the hough- animation.
 void pause()
           
 void reset()
           
 void resume()
           
 void start()
           
 void update()
           
 

Method Detail

init

void init(Simulation s)
This method inializes the simulation and calls some methods to control the hough- animation.

Parameters:
s -

start

void start()

pause

void pause()

resume

void resume()

reset

void reset()

update

void update()