de.jreality.plugin.menu
Class CameraMenu

java.lang.Object
  extended by Plugin
      extended by de.jreality.plugin.menu.CameraMenu

public class CameraMenu
extends Plugin


Constructor Summary
CameraMenu()
           
 
Method Summary
 PluginInfo getPluginInfo()
           
 void install(Controller c)
           
 void restoreStates(Controller c)
           
 void storeStates(Controller c)
           
 void uninstall(Controller c)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CameraMenu

public CameraMenu()
Method Detail

getPluginInfo

public PluginInfo getPluginInfo()

install

public void install(Controller c)
             throws java.lang.Exception
Throws:
java.lang.Exception

uninstall

public void uninstall(Controller c)
               throws java.lang.Exception
Throws:
java.lang.Exception

storeStates

public void storeStates(Controller c)
                 throws java.lang.Exception
Throws:
java.lang.Exception

restoreStates

public void restoreStates(Controller c)
                   throws java.lang.Exception
Throws:
java.lang.Exception