de.jreality.plugin.scene
Class SceneShrinkPanel

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

public abstract class SceneShrinkPanel
extends ShrinkPanelPlugin

A ShrinkPanel 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
 Class<? extends SideContainerPerspective> getPerspectivePluginClass()
           
 void install(Controller c)
           
 void setTriggerComponent(SceneGraphComponent cmp)
           
 void uninstall(Controller c)
           
 
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)

getPerspectivePluginClass

public Class<? extends SideContainerPerspective> getPerspectivePluginClass()