de.jreality.plugin.content
Class DirectContent

java.lang.Object
  extended by Plugin
      extended by de.jreality.plugin.basic.Content
          extended by de.jreality.plugin.content.DirectContent

public class DirectContent
extends Content


Nested Class Summary
 
Nested classes/interfaces inherited from class de.jreality.plugin.basic.Content
Content.ChangeEventType, Content.ContentChangedEvent, Content.ContentChangedListener
 
Constructor Summary
DirectContent()
           
 
Method Summary
 PluginInfo getPluginInfo()
           
 void setContent(SceneGraphNode node)
           
 void uninstall(Scene scene, Controller c)
           
 
Methods inherited from class de.jreality.plugin.basic.Content
addContentChangedListener, addContentTool, fireContentChanged, fireContentChanged, install, removeContentChangedListener, removeContentTool
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectContent

public DirectContent()
Method Detail

setContent

public void setContent(SceneGraphNode node)
Specified by:
setContent in class Content

uninstall

public void uninstall(Scene scene,
                      Controller c)

getPluginInfo

public PluginInfo getPluginInfo()