Class DynamicFunctionPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, PropertyChangeListener, Serializable, EventListener, Accessible

public class DynamicFunctionPanel extends ModelFunctionPanel
This is a FunctionPanel for dynamic particles.
Author:
Douglas Brown
See Also:
  • Constructor Details

    • DynamicFunctionPanel

      public DynamicFunctionPanel(UserFunctionEditor editor, DynamicParticle track)
      Constructor with user function editor and track.
      Parameters:
      editor - the user function editor
      track - a DynamicParticle
  • Method Details

    • getForceFunctions

      public UserFunction[] getForceFunctions()
      Returns the forcce functions.
      Returns:
      the x and y UserFunctions
    • refreshGUI

      protected void refreshGUI()
      Refreshes the GUI.
      Overrides:
      refreshGUI in class ModelFunctionPanel