Class FunctionPlotter

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class FunctionPlotter extends Applet
This applet is a demonstration of the possible applications of the JEP mathematical expression parser.

The FunctionPlotter class arranges the text field and GraphCanvas 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 preformed in GraphCanvas class.

See Also:
  • Constructor Details

    • FunctionPlotter

      public FunctionPlotter()
  • Method Details

    • init

      public void init()
      Initializes the applet FunctionPlotter
      Overrides:
      init in class Applet