public static interface FunctionPlotter.FuncAxis
Modifier and Type | Method | Description |
---|---|---|
java.lang.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.
|
java.lang.String getAxisName()
double[] getXValues(Surface surface)
surface
- plot surface on which function will be drawnboolean 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)
Copyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.