de.jreality.plugin.geometry
Class ParametricSurfaceFactoryPlugin

java.lang.Object
  extended by ShrinkPanelPlugin
      extended by de.jreality.plugin.basic.ViewShrinkPanelPlugin
          extended by de.jreality.plugin.scene.SceneShrinkPanel
              extended by de.jreality.plugin.geometry.ParametricSurfaceFactoryPlugin

public class ParametricSurfaceFactoryPlugin
extends SceneShrinkPanel

Wraps a ParametricSurfaceFactoryCustomizer into a plugin. This takes care of showing up somewhere (see SceneShrinkPanel) in JRViewer and storing its properties by overriding the corresponding methods of Plugin.

Author:
G. Paul Peters, 16.06.2010

Constructor Summary
ParametricSurfaceFactoryPlugin(ParametricSurfaceFactory psf)
           
 
Method Summary
 PluginInfo getPluginInfo()
           
 void restoreStates(Controller c)
           
 void storeStates(Controller c)
           
 
Methods inherited from class de.jreality.plugin.scene.SceneShrinkPanel
install, setTriggerComponent, uninstall
 
Methods inherited from class de.jreality.plugin.basic.ViewShrinkPanelPlugin
getPerspectivePluginClass
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParametricSurfaceFactoryPlugin

public ParametricSurfaceFactoryPlugin(ParametricSurfaceFactory psf)
Method Detail

getPluginInfo

public PluginInfo getPluginInfo()

restoreStates

public void restoreStates(Controller c)
                   throws Exception
Throws:
Exception

storeStates

public void storeStates(Controller c)
                 throws Exception
Throws:
Exception