|
|||||||||
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.LagrangeInterpolatorApp
public class LagrangeInterpolatorApp
LagrangeInterpolatorApp implements a visualization of Lagrange interpolating polynomials.
Field Summary |
---|
Fields inherited from class org.opensourcephysics.controls.AbstractCalculation |
---|
control, decimalFormat, mainFrame |
Constructor Summary | |
---|---|
LagrangeInterpolatorApp()
|
Method Summary | |
---|---|
void |
calculate()
Calculates and displays the Lagrange interpolating polynomial. |
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 LagrangeInterpolatorApp()
Method Detail |
---|
public void reset()
reset
in class AbstractCalculation
public void calculate()
calculate
in interface Calculation
calculate
in class AbstractCalculation
public 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 |