Uses of Class
jmathlib.Axis

Uses of Axis in jmathlib
 

Fields in jmathlib declared as Axis
protected  Axis Plotter.xAxis
          x-axis
protected  Axis Plotter.yAxis
          y-axis
 

Methods in jmathlib with parameters of type Axis
 void Plotter.setXAxis(Axis axis)
          Set X-axis to the given Axis
 void Plotter.setYAxis(Axis axis)
          Set Y-axis to the given Axis
 

Constructors in jmathlib with parameters of type Axis
Plotter(Curve curve, java.lang.String title, java.awt.Color backGround, Axis xAxis, Axis yAxis)
          Construct a new plotter
 



jmathlib/ABMOdeSolver.java