Class FunctionPlotter

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, ListSelectionListener
Direct Known Subclasses:
FieldFunctionPlotter

public class FunctionPlotter extends JRootPane implements ListSelectionListener
This application is a demonstration of the possible use of the Jep mathematical expression parser.

The FunctionPlotter class arranges the text field and FunctionCanvas classes and requests a repainting of the graph when the expression in the text field changes. All plotting (and interaction with the Jep API) is performed in FunctionCanvas class.

See Also:
  • Field Details

    • jep

      protected Jep jep
  • Constructor Details

    • FunctionPlotter

      public FunctionPlotter()
  • Method Details