public class TexturePluginVR extends AbstractPluginVR
Constructor and Description |
---|
TexturePluginVR() |
Modifier and Type | Method and Description |
---|---|
JPanel |
getPanel() |
String |
getTexture() |
double |
getTextureScale() |
void |
restoreDefaults() |
void |
restorePreferences(Preferences prefs) |
void |
setTexture(String name) |
void |
setTextureScale(double d) |
void |
storePreferences(Preferences prefs) |
void |
switchToTextureBrowser() |
contentChanged, environmentChanged, getName, getViewerVR, setViewerVR, terrainChanged
public JPanel getPanel()
getPanel
in interface PluginVR
getPanel
in class AbstractPluginVR
public double getTextureScale()
public void setTextureScale(double d)
public String getTexture()
public void setTexture(String name)
public void switchToTextureBrowser()
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