One of the possible styles for displaying a VectorField: as a field of tangent lines where the length
of the line is proportional to the length of the vector.
One of the possible styles for displaying a VectorField: as a vector field where a vector is shown as
an arrow with length proportional to the length of the vector.
If the value of autoAddRows is true, then an empty row is added to the table
automatically when the user attempts to move down from the last row of
the table, provided that the last row is non-empty (so there can only be
one auto-added row at a time).
If the parameter is true, then the limits on the CoordinateRect that contains
this ScatterPlot are automatically adjusted whenever the data is recomputed.
Put the given real number, val, in the cell in the specified row
and column, where rows are numbered starting from 1 and columns are
numbered starting from zero.
If the parameter is true, then a missing data value (an empty cell or
an undefined value for one of the expressions) is considered to be an
error, and a JCMError is thrown when it is encountered.
Change the value of nb :
0 : no transition point to this interval
1 : at least one transition has this interval as domain
2 : at least one transition has this interval as image
3 : at least one transition has this interval both as domain and image
If the Controller, c, is non-null, then its compute() method will be called whenever
the user presses the return key while typing in this text-input box.
Call this function with b = true if this is a function of one variable
and you want it to behave like a standard function in that parentheses
can be optional around the argument of the function.
This overrides the setText() method from the TextField class so that
it will also force the contents to be checked the next time
the checkInput() method is called.
Create the function of one variable such that the value
of the function at x is obtained by temporarily assigning x as the
value of the variable v and then evaluating e.
If the style of the function is set to SMOOTH,
then cubic interpolation is used to find the value
of the functions for x-values between the points that define the function.
Create a StandardFunction object to represent the standard
function with the given operation code, where opCode is one
of the codes for standard functions defined in class ExpressionProgram.
Create a StandardFunction object to represent the standard
function with the given operation code, where opCode is one
of the codes for stadard functions defined in class ExpressionProgram.
If the style of the function is set to STEP, then the function is
piecewise constant, and the value of the function at x is taken
from the nearest point in the list of points that define the function.
If the style of the function is set to STEP_LEFT, then the function is
piecewise constant, and the value of the function at x is taken
from the nearest point to the left in the list of points that define the function.
If the style of the function is set to STEP_RIGHT, then the function is
piecewise constant, and the value of the function at x is taken
from the nearest point to the right in the list of points that define the function.