org.limn.record
Interface LimnRecorder

All Known Implementing Classes:
JPEGRecorder, QuicktimeRecorder

public interface LimnRecorder

LimnRecorder interface specifies the method signatures that an object will need to implement to be used as an animation building object in the Limn cycle.


Method Summary
 void newMovie(int frames, int speed, int length, LimnRender lr, LimnEngine le)
           
 void recordImage()
           
 void saveMovie()
           
 

Method Detail

newMovie

public void newMovie(int frames,
                     int speed,
                     int length,
                     LimnRender lr,
                     LimnEngine le)

recordImage

public void recordImage()

saveMovie

public void saveMovie()