de.jreality.plugin.geometry
Class ParametricSurfaceFactoryPlugin
java.lang.Object
ShrinkPanelPlugin
de.jreality.plugin.basic.ViewShrinkPanelPlugin
de.jreality.plugin.scene.SceneShrinkPanel
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
ParametricSurfaceFactoryPlugin
public ParametricSurfaceFactoryPlugin(ParametricSurfaceFactory psf)
getPluginInfo
public PluginInfo getPluginInfo()
restoreStates
public void restoreStates(Controller c)
throws Exception
- Throws:
Exception
storeStates
public void storeStates(Controller c)
throws Exception
- Throws:
Exception