org.limn.render.ui
Interface ViewPane

All Known Implementing Classes:
JPEGImageProducer, QuicktimeImageProducer

public interface ViewPane

ViewPane interface provides the basic method signatures needed to control playback of an animation. The SimpleView class implements these interfaces.


Method Summary
 void backward()
           
 void clear()
           
 void forward()
           
 void rest()
           
 void stepBack()
           
 void stepForward()
           
 

Method Detail

rest

public void rest()

forward

public void forward()

backward

public void backward()

stepBack

public void stepBack()

stepForward

public void stepForward()

clear

public void clear()