Uses of Class
org.faceless.graph.math.DataCurve

Packages that use DataCurve
org.faceless.graph.math Contains "curves" which are plotted on AbstractLineGraph and subclasses. 
 

Uses of DataCurve in org.faceless.graph.math
 

Methods in org.faceless.graph.math with parameters of type DataCurve
static Polynomial Polynomial.fit(DataCurve d)
          Return a new polynomial that is fitted to the specified data curve within the tolerance set by setFitTolerance.
 

Constructors in org.faceless.graph.math with parameters of type DataCurve
Spline(Matrix matrix, DataCurve d)
          Return a new Spline curve of the specified type fitted to the supplied DataCurve.
 



Copyright © 2001-2012 Big Faceless Organization