de.jreality.vr
Class ToolPluginVR

java.lang.Object
  extended by de.jreality.vr.AbstractPluginVR
      extended by de.jreality.vr.ToolPluginVR
All Implemented Interfaces:
PluginVR

public class ToolPluginVR
extends AbstractPluginVR


Constructor Summary
ToolPluginVR()
           
 
Method Summary
 void contentChanged()
           
 javax.swing.JPanel getPanel()
           
 boolean isDragEnabled()
           
 boolean isInvertMouse()
           
 boolean isRotationEnabled()
           
 void restoreDefaults()
           
 void restorePreferences(java.util.prefs.Preferences prefs)
           
 void setDragEnabled(boolean b)
           
 void setInvertMouse(boolean b)
           
 void setPickEdges(boolean b)
           
 void setPickFaces(boolean b)
           
 void setPickVertices(boolean b)
           
 void setRotationEnabled(boolean b)
           
 void setViewerVR(ViewerVR vvr)
          this method is called only once after initialization
 void storePreferences(java.util.prefs.Preferences prefs)
           
 
Methods inherited from class de.jreality.vr.AbstractPluginVR
environmentChanged, getName, getViewerVR, terrainChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolPluginVR

public ToolPluginVR()
Method Detail

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
Overrides:
setViewerVR in class AbstractPluginVR

contentChanged

public void contentChanged()
Specified by:
contentChanged in interface PluginVR
Overrides:
contentChanged in class AbstractPluginVR

getPanel

public javax.swing.JPanel getPanel()
Specified by:
getPanel in interface PluginVR
Overrides:
getPanel in class AbstractPluginVR

setInvertMouse

public void setInvertMouse(boolean b)

isInvertMouse

public boolean isInvertMouse()

setPickVertices

public void setPickVertices(boolean b)

setPickEdges

public void setPickEdges(boolean b)

setPickFaces

public void setPickFaces(boolean b)

isDragEnabled

public boolean isDragEnabled()

setDragEnabled

public void setDragEnabled(boolean b)

isRotationEnabled

public boolean isRotationEnabled()

setRotationEnabled

public void setRotationEnabled(boolean b)

restoreDefaults

public void restoreDefaults()
Specified by:
restoreDefaults in interface PluginVR
Overrides:
restoreDefaults in class AbstractPluginVR

storePreferences

public void storePreferences(java.util.prefs.Preferences prefs)
Specified by:
storePreferences in interface PluginVR
Overrides:
storePreferences in class AbstractPluginVR

restorePreferences

public void restorePreferences(java.util.prefs.Preferences prefs)
Specified by:
restorePreferences in interface PluginVR
Overrides:
restorePreferences in class AbstractPluginVR