org.limn.render.ui
Class ViewControlPane

java.lang.Object
  |
  +--org.limn.render.ui.ViewControlPane
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class ViewControlPane
extends java.lang.Object
implements java.awt.event.ActionListener

GUI panel used by the View program to allow interaction controls for animation playback.


Constructor Summary
ViewControlPane(ViewPane v)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
 java.awt.Panel getPanel()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewControlPane

public ViewControlPane(ViewPane v)
Method Detail

getPanel

public java.awt.Panel getPanel()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Specified by:
actionPerformed in interface java.awt.event.ActionListener