de.jreality.plugin.menu
Class BackgroundColor
java.lang.Object
Plugin
de.jreality.plugin.menu.BackgroundColor
public class BackgroundColor
- extends Plugin
defaultBackgroundColor
public static Color[] defaultBackgroundColor
BackgroundColor
public BackgroundColor()
getColor
public String getColor()
setColor
public void setColor(String name)
- Sets the scene root's background color.
- Parameters:
colors
- list of colors with length = 1 or 4
getMenu
public JMenu getMenu()
getPluginInfo
public PluginInfo getPluginInfo()
install
public void install(Scene scene)
install
public void install(Controller c)
throws Exception
- Throws:
Exception
uninstall
public void uninstall(Controller c)
throws Exception
- Throws:
Exception
restoreStates
public void restoreStates(Controller c)
throws Exception
- Throws:
Exception
storeStates
public void storeStates(Controller c)
throws Exception
- Throws:
Exception