|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface FunctionPlotter.FuncAxis
Defines the geometric role of the dependent and independent variables for a function.
Method Summary | |
---|---|
String |
getAxisName()
Returns the name of the geometry type for this object. |
double[] |
getXValues(Surface surface)
Returns the values of the independent variable at which the function must be evaluated for a given plot surface. |
boolean |
xfToData(Surface surface,
double x,
double f,
double[] dataPos)
Converts the result of a function evaluation to a position in the data space of the plot. |
Method Detail |
---|
String getAxisName()
double[] getXValues(Surface surface)
surface
- plot surface on which function will be drawn
boolean xfToData(Surface surface, double x, double f, double[] dataPos)
surface
- plotting surfacex
- independent variablef
- dependent variabledataPos
- nDataDim-element array to receive data position
corresponding to x
,f(x)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |