| |
|
| java.lang.Object org.jdesktop.j3dfly.plugins.J3dFlyPlugin org.jdesktop.j3dfly.plugins.FollowViewPlugin
FollowViewPlugin | public class FollowViewPlugin extends J3dFlyPlugin (Code) | | This Plugin updates the View side of the scene graph and adds a Behavior
so that the ViewPlatform follows the ViewingPlatform instead of
being coincident
author: Paul Byrne version: $Revision: 1.1 $ |
Inner Class :public static class FollowViewPluginPreference extends PluginPreference | |
FollowViewPlugin | public FollowViewPlugin()(Code) | | Parameters: enabled - true if the plugin should add it's scene graph componentsto the scene and begin operation at construction time Parameters: toolBG - the BranchGraph which should contain any scene graph componentsfor the plugin |
getControlPanel | public javax.swing.JPanel getControlPanel()(Code) | | Returns the control panel for this plugin, or null if there
is no control panel
|
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
|
uninstallPlugin | public void uninstallPlugin()(Code) | | |
|
|
|