de.jreality.plugin.scene
Class SceneShrinkPanel

java.lang.Object
  extended by ShrinkPanelPlugin
      extended by de.jreality.plugin.basic.ViewShrinkPanelPlugin
          extended by de.jreality.plugin.scene.SceneShrinkPanel
Direct Known Subclasses:
ContentAppearance, ParametricSurfaceFactoryPlugin, ShrinkPanelAggregator, ShrinkPanelPluginCollector, VRExamples

public abstract class SceneShrinkPanel
extends ViewShrinkPanelPlugin

A ViewShrinkPanelPlugin that flops into the Scene when double-clicking on the terrain. Use the setTriggerComponent to attach it to another part of the scene.

Author:
Steffen Weissmann

Constructor Summary
SceneShrinkPanel()
           
 
Method Summary
 void install(Controller c)
           
 void setTriggerComponent(SceneGraphComponent cmp)
           
 void uninstall(Controller c)
           
 
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

SceneShrinkPanel

public SceneShrinkPanel()
Method Detail

install

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

uninstall

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

setTriggerComponent

public void setTriggerComponent(SceneGraphComponent cmp)