de.jreality.vr
Class AbstractPluginVR
java.lang.Object
de.jreality.vr.AbstractPluginVR
- All Implemented Interfaces:
- PluginVR
- Direct Known Subclasses:
- AlignPluginVR, AppearancePluginVR, AvatarAppearancePluginVR, EnvironmentPluginVR, LoadPluginVR, TerrainPluginVR, TexturePluginVR, ToolPluginVR
public class AbstractPluginVR
- extends java.lang.Object
- implements PluginVR
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPluginVR
public AbstractPluginVR(java.lang.String pluginName)
setViewerVR
public void setViewerVR(ViewerVR vvr)
- Description copied from interface:
PluginVR
- this method is called only once after initialization
- Specified by:
setViewerVR
in interface PluginVR
getViewerVR
public ViewerVR getViewerVR()
- Specified by:
getViewerVR
in interface PluginVR
contentChanged
public void contentChanged()
- Specified by:
contentChanged
in interface PluginVR
environmentChanged
public void environmentChanged()
- Specified by:
environmentChanged
in interface PluginVR
terrainChanged
public void terrainChanged()
- Specified by:
terrainChanged
in interface PluginVR
getName
public java.lang.String getName()
- Specified by:
getName
in interface PluginVR
getPanel
public javax.swing.JPanel getPanel()
- Specified by:
getPanel
in interface PluginVR
storePreferences
public void storePreferences(java.util.prefs.Preferences prefs)
- Specified by:
storePreferences
in interface PluginVR
restoreDefaults
public void restoreDefaults()
- Specified by:
restoreDefaults
in interface PluginVR
restorePreferences
public void restorePreferences(java.util.prefs.Preferences prefs)
- Specified by:
restorePreferences
in interface PluginVR