public class ToolPluginVR extends AbstractPluginVR
Constructor and Description |
---|
ToolPluginVR() |
Modifier and Type | Method and Description |
---|---|
void |
contentChanged() |
JPanel |
getPanel() |
boolean |
isDragEnabled() |
boolean |
isInvertMouse() |
boolean |
isRotationEnabled() |
void |
restoreDefaults() |
void |
restorePreferences(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(Preferences prefs) |
environmentChanged, getName, getViewerVR, terrainChanged
public void setViewerVR(ViewerVR vvr)
PluginVR
setViewerVR
in interface PluginVR
setViewerVR
in class AbstractPluginVR
public void contentChanged()
contentChanged
in interface PluginVR
contentChanged
in class AbstractPluginVR
public JPanel getPanel()
getPanel
in interface PluginVR
getPanel
in class AbstractPluginVR
public void setInvertMouse(boolean b)
public boolean isInvertMouse()
public void setPickVertices(boolean b)
public void setPickEdges(boolean b)
public void setPickFaces(boolean b)
public boolean isDragEnabled()
public void setDragEnabled(boolean b)
public boolean isRotationEnabled()
public void setRotationEnabled(boolean b)
public void restoreDefaults()
restoreDefaults
in interface PluginVR
restoreDefaults
in class AbstractPluginVR
public void storePreferences(Preferences prefs)
storePreferences
in interface PluginVR
storePreferences
in class AbstractPluginVR
public void restorePreferences(Preferences prefs)
restorePreferences
in interface PluginVR
restorePreferences
in class AbstractPluginVR