|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FunctionByPointsI
A function which is defined (empirically) from a set of points.
Method Summary | |
---|---|
double[] |
getAscissae()
Returns an array with the ascissae of the points that define this function. |
double[] |
getOrdinate()
Returns an array with the ordinate of the points that define this function. |
void |
setAscissae(double[] ascissae)
Changes the ascissae of the points that define this function. |
void |
setOrdinate(double[] ordinate)
Changes the ordinate of the points that define this function. |
Methods inherited from interface net.moioli.chart.DrawableI |
---|
drawMe, maxY, minY |
Methods inherited from interface net.moioli.drawables.FunctionI |
---|
f |
Method Detail |
---|
double[] getAscissae()
void setAscissae(double[] ascissae)
ascissae
- the ascissae to set.double[] getOrdinate()
void setOrdinate(double[] ordinate)
ordinate
- the ascissae to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |