|
|||||||||
| 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.PolynomialApp
public class PolynomialApp
PolynomialApp test the Polynomial class.
| Field Summary |
|---|
| Fields inherited from class org.opensourcephysics.controls.AbstractCalculation |
|---|
control, decimalFormat, mainFrame |
| Constructor Summary | |
|---|---|
PolynomialApp()
|
|
| Method Summary | |
|---|---|
void |
calculate()
Calculates and displays the polynomial. |
void |
derivative()
|
static void |
main(java.lang.String[] args)
Starts the Java application. |
void |
reset()
Resets the default polynomial. |
| 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 PolynomialApp()
| Method Detail |
|---|
public void reset()
reset in class AbstractCalculationpublic void calculate()
calculate in interface Calculationcalculate in class AbstractCalculationpublic void derivative()
public static void main(java.lang.String[] args)
args - command line parameters
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||