|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensourcephysics.controls.AbstractCalculation
org.opensourcephysics.sip.ch11.PolynomialFitApp
public class PolynomialFitApp
PolynomialFitApp implements a visualization of a polynomial lest squares fit to a function.
| Field Summary |
|---|
| Fields inherited from class org.opensourcephysics.controls.AbstractCalculation |
|---|
control, decimalFormat, mainFrame |
| Constructor Summary | |
|---|---|
PolynomialFitApp()
Constructs a PolynomialFitApp. |
|
| Method Summary | |
|---|---|
void |
calculate()
Calculates and displays the best polynomial fit. |
static void |
main(java.lang.String[] args)
Starts the Java applicaiton. |
void |
reset()
Resets the calculations's parameters and does the calculation. |
| Methods inherited from class org.opensourcephysics.controls.AbstractCalculation |
|---|
addChildFrame, clearChildFrames, getChildFrames, getLoader, getMainFrame, getOSPApp, resetCalculation, setControl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PolynomialFitApp()
| Method Detail |
|---|
public void reset()
reset in class AbstractCalculationpublic void calculate()
calculate in interface Calculationcalculate in class AbstractCalculationpublic static void main(java.lang.String[] args)
args - String[] command line parameters
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||