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.
Add a named object to the parser, usually a WCMVariableBean,
WCMExpressionInputBean, WCMExpressionFunctionBean, WCMVariableInputBean,
WCMVariableJSliderBean, or WCMConstantBean.
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.
setMode(int) -
Method in class net.sourceforge.webcompmath.draw.Grid
Set the mode of the grid, either PIXEL_BASED or COORD_BASED.
Set the combination of MouseEvent.SHIFT_MASK, MouseEvent.CTRL_MASK,
MouseEvent.META_MASK, and MouseEvent.ALT_MASK that must be present in the
mouse-pressed event for a drag to start.
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.
Set this property 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.
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.
This method, which is empty in the GenericGraphApplet class, can be
defined in a subclass to set default values for applet params that are
different from the ones provided in this class.
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.
SLOPE -
Static variable in class net.sourceforge.webcompmath.draw.ScatterPlot
A constant that can be used in the getValueObject() method to indicate
which statistic the object should represent.
SMART -
Static variable in class net.sourceforge.webcompmath.draw.WcmAxes
A constant that can be used in the setXAxisPosition() and
setYAxisPosition() methods to indicate the placement of the axes.
SMOOTH -
Static variable in class net.sourceforge.webcompmath.functions.TableFunction
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.
STEP -
Static variable in class net.sourceforge.webcompmath.functions.TableFunction
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.
STEP_LEFT -
Static variable in class net.sourceforge.webcompmath.functions.TableFunction
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.