Package kg.apc.charting
Class CubicSpline
- java.lang.Object
-
- kg.apc.charting.CubicSpline
-
public class CubicSpline extends java.lang.ObjectCubic interpolation utility
-
-
Constructor Summary
Constructors Constructor Description CubicSpline(AbstractGraphRow row)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(AbstractGraphRow row)doubleinterpolate(double xx)
-
-
-
Constructor Detail
-
CubicSpline
public CubicSpline(AbstractGraphRow row)
-
-
Method Detail
-
init
public final void init(AbstractGraphRow row)
-
interpolate
public double interpolate(double xx)
-
-