An object of type Cases stores a list of "case values" that is generated
while an expression is being evaluated using the routine
Expression.getValuesWithCases().
Cases() -
Constructor for class net.sourceforge.webcompmath.data.Cases
cc -
Variable in class net.sourceforge.webcompmath.applets.SimpleGraph
One of the possible styles for displaying a VectorField: as a vector
field where a vector is shown as an arrow from (x,y) to
(x+xFunc(x,y),y+xFunc(x,y)), except that a maximum length is imposed.
Clamp the x-value of the point to the function f, so that the point is
constrained to move along the graph of x = f(y).
clampX -
Variable in class net.sourceforge.webcompmath.draw.MouseTracker
If thie is true, then the value of the variable associated with the
x-ccordinate of the mouse is clamped to lie within the xmin and xmax of
the coordinate rect.
Clamp the y-value of the point to the function f, so that the point is
constrained to move along the graph of y = f(x).
clampY -
Variable in class net.sourceforge.webcompmath.draw.MouseTracker
If thie is true, then the value of the variable associated with the
y-ccordinate of the mouse is clamped to lie within the ymin and ymax of
the coordinate rect.