public class Terrain extends Plugin implements ActionListener, ChangeListener, ViewPreferences.ColorPickerModeChangedListener
| Constructor and Description |
|---|
Terrain()
the constructor of the plugin
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
void |
colorPickerModeChanged(int mode) |
Appearance |
getAppearance() |
Color |
getFaceColor() |
double |
getFaceReflection() |
JPanel |
getPanel() |
PluginInfo |
getPluginInfo() |
SceneGraphComponent |
getSceneGraphComponent() |
TextureInspector |
getTextureInspector() |
double |
getTransparency() |
void |
install(Controller c) |
boolean |
isFacesReflecting() |
boolean |
isReflectSceneContent() |
boolean |
isTransparencyEnabled() |
boolean |
isVisible() |
void |
restoreStates(Controller c) |
void |
setFaceColor(Color c) |
void |
setFaceReflection(double d) |
void |
setFacesReflecting(boolean b) |
void |
setReflectSceneContent(boolean b) |
void |
setTransparency(double d) |
void |
setTransparencyEnabled(boolean b) |
void |
setVisible(boolean b) |
void |
stateChanged(ChangeEvent e) |
void |
storeStates(Controller c) |
void |
uninstall(Controller c) |
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic void stateChanged(ChangeEvent e)
stateChanged in interface ChangeListenerpublic void colorPickerModeChanged(int mode)
colorPickerModeChanged in interface ViewPreferences.ColorPickerModeChangedListenerpublic TextureInspector getTextureInspector()
public JPanel getPanel()
public boolean isFacesReflecting()
public void setFacesReflecting(boolean b)
public void setReflectSceneContent(boolean b)
public double getFaceReflection()
public void setFaceReflection(double d)
public boolean isReflectSceneContent()
public Color getFaceColor()
public void setFaceColor(Color c)
public double getTransparency()
public void setTransparency(double d)
public boolean isTransparencyEnabled()
public void setTransparencyEnabled(boolean b)
public SceneGraphComponent getSceneGraphComponent()
public boolean isVisible()
public void setVisible(boolean b)
public Appearance getAppearance()
public PluginInfo getPluginInfo()