public class MoveAverageEquation extends Equation
构造器和说明 |
---|
MoveAverageEquation() |
限定符和类型 | 方法和说明 |
---|---|
double |
execute(double x)
待说明
|
void |
fitting(double[] xVal,
double[] yVal)
待说明
|
ChartEquationType |
getEquationType() |
java.awt.geom.GeneralPath |
getShapePath(java.awt.geom.Rectangle2D bounds) |
getAverage, getSquare, setAverage, setSquare
public void fitting(double[] xVal, double[] yVal)
public java.awt.geom.GeneralPath getShapePath(java.awt.geom.Rectangle2D bounds)
getShapePath
在类中 Equation
public ChartEquationType getEquationType()
getEquationType
在类中 Equation