All Packages Class Hierarchy This Package Previous Next Index
Class crw.data2.FunctionData2
java.lang.Object
|
+----crw.data2.Data2
|
+----crw.data2.FunctionData2
- public abstract class FunctionData2
- extends Data2
Superclass of all FunctionData types. Its superclass constructor
Data2() sets the x-range and y-range. As such, the function-f
may not depend on any instance variable values, but it
may depend on static class variables, initialized in a static
initializer .
-
FunctionData2(double, double)
-
-
f(double)
-
-
getX()
-
-
getY()
-
-
setRange()
- Sets y-range using calculated y-data.
FunctionData2
protected FunctionData2(double min,
double max)
f
public abstract double f(double x)
getX
public double[] getX()
- Overrides:
- getX in class Data2
getY
public double[] getY()
- Overrides:
- getY in class Data2
setRange
public void setRange()
- Sets y-range using calculated y-data.
X-range should have been set using setXRange(double, double).
Overrides Data2.setRange().
- Overrides:
- setRange in class Data2
All Packages Class Hierarchy This Package Previous Next Index