JIDE 3.5.15

com.jidesoft.chart.fit
Class Areas

java.lang.Object
  extended by 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()
           
 
Method Summary
static double areaUnder(ChartModel model)
           
static double areaUnder(ChartModel model, double from, double to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Areas

public Areas()
Method Detail

areaUnder

public static double areaUnder(ChartModel model)

areaUnder

public static double areaUnder(ChartModel model,
                               double from,
                               double to)

JIDE 3.5.15