com.jidesoft.chart.fit
Class Areas
java.lang.Object
com.jidesoft.chart.fit.Areas
public class Areas
- extends Object
This class provides methods for computing the area under a curve (but assumes the points
of the curves are joined by straight line segments)
Constructor Summary |
Areas()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Areas
public Areas()
areaUnder
public static double areaUnder(ChartModel model)
areaUnder
public static double areaUnder(ChartModel model,
double from,
double to)