| |
|
| java.lang.Object org.jdesktop.j3dfly.plugins.J3dFlyPlugin org.jdesktop.j3dfly.plugins.DefaultLightingPlugin
DefaultLightingPlugin | public class DefaultLightingPlugin extends J3dFlyPlugin implements FlyEventListener(Code) | | author: Paul Byrne version: $Id: DefaultLightingPlugin.java,v 1.1 2005/04/20 21:04:39 paulby Exp $ |
Inner Class :public static class DefaultLightingPluginPreference extends PluginPreference | |
Field Summary | |
static boolean | askUser |
askUser | static boolean askUser(Code) | | Ask the user before adding default lights
|
DefaultLightingPlugin | public DefaultLightingPlugin()(Code) | | Creates new form J3dFlyMenu
|
DefaultLightingPlugin | public DefaultLightingPlugin(boolean askUser)(Code) | | |
getControlPanel | public javax.swing.JPanel getControlPanel()(Code) | | Returns the control panel for this plugin, or null if there
is no control panel
|
getLights | Light[] getLights()(Code) | | Return the lights controlled by this plugin
|
getPluginPreferenceClass | public Class getPluginPreferenceClass()(Code) | | Returns the class of the plugin preference.
Plugins that require more preference information should provide a
subclass of PluginPrefernece that contains all the extra preference
data. This class must be Serializable.
|
getPluginTitle | public String getPluginTitle()(Code) | | Get the title of the plugin
|
setAskUser | public void setAskUser(boolean askUser)(Code) | | If true the plugin will ask the user if they
want to add default lights to a scene, when
that scene requires lights
|
uninstallPlugin | public void uninstallPlugin()(Code) | | |
|
|
|