de.jreality.vr
Class TexturePluginVR

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

public class TexturePluginVR
extends AbstractPluginVR


Constructor Summary
TexturePluginVR()
           
 
Method Summary
 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()
           
 
Methods inherited from class de.jreality.vr.AbstractPluginVR
contentChanged, environmentChanged, getName, getViewerVR, setViewerVR, terrainChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TexturePluginVR

public TexturePluginVR()
Method Detail

getPanel

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

getTextureScale

public double getTextureScale()

setTextureScale

public void setTextureScale(double d)

getTexture

public String getTexture()

setTexture

public void setTexture(String name)

switchToTextureBrowser

public void switchToTextureBrowser()

restoreDefaults

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

storePreferences

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

restorePreferences

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