org.limn.render
Interface LimnImageProducer


public interface LimnImageProducer

LimnImageProducer is an Interface that specifies the necessary methods that allow playback of a prerecorded animation. Objects that want to provide this functionality should do so with these method signatures.


Method Summary
 void start()
           
 void step()
           
 void stepBack()
           
 void stop()
           
 

Method Detail

start

public void start()

stop

public void stop()

step

public void step()

stepBack

public void stepBack()