|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
com.numobjects.mathbeans.CalcWindow
Calc window is a universal calc set that is created based only on a string representing a mathematical formula. It has the ability to transform itself into either a mini-calculator for this formula, a solver or a graph plotter.
The whole set is displayed in a separate window with the ability to switch
between the calculator, solver or plotter through a pop-up menu. The graph
attached to the plotter can be detached and resized as desired.
CalcSet,
CalcSolveSet,
CalcGraphSet, Serialized Form| Constructor Summary | |
CalcWindow()
Constructor |
|
CalcWindow(java.awt.Frame parent)
Constructor |
|
CalcWindow(java.awt.Frame parent,
java.lang.String formulae)
Constructor |
|
| Method Summary | |
java.lang.String |
getFormulae()
Sets formulae |
void |
setFormulae(java.lang.String formulae)
Sets formulae |
| Constructor Detail |
public CalcWindow()
public CalcWindow(java.awt.Frame parent)
parent - parent frame
public CalcWindow(java.awt.Frame parent,
java.lang.String formulae)
parent - parent frameformulae - a string representing a set of formulas| Method Detail |
public void setFormulae(java.lang.String formulae)
formulae - a string representing a set of formulaepublic java.lang.String getFormulae()
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||