[back] [home] [content] [continue]
The easiest way of using the mathExpr
library is using the class mathExpr.ExpressionConfiguration
.
The following steps
show you how to use it. Further more you will be linked to more exact
descriptions about the code is working and to the
api-documentation of important classes.
To reconstruct the mentioned examples or to try your own examples, you
can use either Oorange or MathExprJTerm
.
Using Oorange:
Start Oorange and create an ExpressionConfiguration
instance. Use the BeanShell to call the methods on this
ExpressionConfiguration
.
Using MathExprJTerm:
MathExprJTerm
is an independent
runnable application based on the jterm
architecture. The executable java-file is
mathExpr.example.MathExprJTerm
.