|
Class Summary |
| ParametricInput |
ParametricInput is the panel that enables the user to input
functions for the 2D Parametric plotter. |
| ParametricOptions |
Creates and lays out the components used in the options panel
for the Parametric Plotter. |
| ParametricTool |
This tool allows users to plot 2D Parametric Equations. |
| Plot2DInput |
Creates an input panel to take in a function string and low and
high values for the function range along with the button
functionality with it. |
| Plot2DOptions |
Creates and lays out the components used in the options panel
for the Function Plotter. |
| Plot2DTool |
This tool plots functions of the form: y = f(x) |
| Plot3DInput |
The class Plot3DInput makes the GUI input panel for the
3D function plotter. |
| Plot3DOptions |
The class Plot3DOptions makes the GUI options
panel for the 3D function plotter. |
| Plot3DTool |
Tool that plots functions of the form: f(x,y) |
| PlotTool |
|