de.jreality.plugin.scene
Class Terrain
java.lang.Object
Plugin
de.jreality.plugin.scene.Terrain
- All Implemented Interfaces:
- ViewPreferences.ColorPickerModeChangedListener, java.awt.event.ActionListener, java.util.EventListener, javax.swing.event.ChangeListener
public class Terrain
- extends Plugin
- implements java.awt.event.ActionListener, javax.swing.event.ChangeListener, ViewPreferences.ColorPickerModeChangedListener
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Terrain
public Terrain()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
stateChanged
public void stateChanged(javax.swing.event.ChangeEvent e)
- Specified by:
stateChanged
in interface javax.swing.event.ChangeListener
colorPickerModeChanged
public void colorPickerModeChanged(int mode)
- Specified by:
colorPickerModeChanged
in interface ViewPreferences.ColorPickerModeChangedListener
getTextureInspector
public TextureInspector getTextureInspector()
getPanel
public javax.swing.JPanel getPanel()
isFacesReflecting
public boolean isFacesReflecting()
setFacesReflecting
public void setFacesReflecting(boolean b)
setReflectSceneContent
public void setReflectSceneContent(boolean b)
getFaceReflection
public double getFaceReflection()
setFaceReflection
public void setFaceReflection(double d)
isReflectSceneContent
public boolean isReflectSceneContent()
getFaceColor
public java.awt.Color getFaceColor()
setFaceColor
public void setFaceColor(java.awt.Color c)
getTransparency
public double getTransparency()
setTransparency
public void setTransparency(double d)
isTransparencyEnabled
public boolean isTransparencyEnabled()
setTransparencyEnabled
public void setTransparencyEnabled(boolean b)
getSceneGraphComponent
public SceneGraphComponent getSceneGraphComponent()
isVisible
public boolean isVisible()
setVisible
public void setVisible(boolean b)
install
public void install(Controller c)
throws java.lang.Exception
- Throws:
java.lang.Exception
uninstall
public void uninstall(Controller c)
throws java.lang.Exception
- Throws:
java.lang.Exception
getAppearance
public Appearance getAppearance()
getPluginInfo
public PluginInfo getPluginInfo()
restoreStates
public void restoreStates(Controller c)
throws java.lang.Exception
- Throws:
java.lang.Exception
storeStates
public void storeStates(Controller c)
throws java.lang.Exception
- Throws:
java.lang.Exception