| |
|
| java.lang.Object org.jdesktop.j3dfly.plugins.J3dFlyPlugin org.jdesktop.j3dfly.plugins.AppearanceAttributesPlugin
AppearanceAttributesPlugin | public class AppearanceAttributesPlugin extends J3dFlyPlugin (Code) | | author: Paul Byrne version: $Id: AppearanceAttributesPlugin.java,v 1.1 2005/04/20 21:04:38 paulby Exp $ |
Inner Class :public static class AppearanceAttributesPluginPreference extends PluginPreference | |
AppearanceAttributesPlugin | public AppearanceAttributesPlugin()(Code) | | Creates new EnvironmentPlugin
|
getMenuItem | public JMenuItem getMenuItem()(Code) | | Returns the menu for 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
|
setBehaviorsEnabled | void setBehaviorsEnabled(boolean enabled)(Code) | | |
setCullFace | void setCullFace(int mode)(Code) | | Set the polygon cull of all Appearances in the universe
|
setLightsEnabled | void setLightsEnabled(boolean enabled)(Code) | | |
setPolygonMode | void setPolygonMode(int mode)(Code) | | Set the polygon mode of all Appearances in the universe
|
setTexturesEnabled | void setTexturesEnabled(boolean enabled)(Code) | | |
uninstallPlugin | public void uninstallPlugin()(Code) | | |
|
|
|