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