A B C D E F G H I J L M N O P R S T U V W X Y Z

R

RATIONAL_EXPONENTS - Static variable in class net.sourceforge.webcompmath.data.Parser
An option that can be set for this parser.
RATIONAL_TICKS - Static variable in class net.sourceforge.webcompmath.draw.WcmAxes
Explicitly specify the tick mark spacing, and make the labels rationals (i.e., fractions) if possible
RationalLabel - Class in net.sourceforge.webcompmath.draw
RationalLabels provide a way to label an axis with fractions, with an optional constant factor such as pi.
RationalLabel() - Constructor for class net.sourceforge.webcompmath.draw.RationalLabel
Default Constructor
RationalLabel(Fraction, String) - Constructor for class net.sourceforge.webcompmath.draw.RationalLabel
Construct a rational label.
RationalLabel.HJust - Enum in net.sourceforge.webcompmath.draw
Specify the horizontal justification for the rational label
RationalLabel.VJust - Enum in net.sourceforge.webcompmath.draw
Specify the vertical justification for the rational label
readFromStream(Reader) - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Read data for table from the specified Reader.
REAL - Static variable in class net.sourceforge.webcompmath.awt.VariableInput
A constant for use in the setInputStyle() method.
realToString(double) - Static method in class net.sourceforge.webcompmath.data.NumUtils
Return a string representation of the real number x occupying, if possible, at most 10 spaces.
realToString(double, int) - Static method in class net.sourceforge.webcompmath.data.NumUtils
Goal is to return a reasonable string representation of x, using at most width spaces.
RECT_ABSOLUTE - Static variable in class net.sourceforge.webcompmath.draw.DrawGeometric
Specifies a rectangle with corners at (x1,y1) and (x2,y2).
RECT_CENTERED - Static variable in class net.sourceforge.webcompmath.draw.DrawGeometric
Specifies a Rectangle centered on (x1,y1).
RECT_RELATIVE - Static variable in class net.sourceforge.webcompmath.draw.DrawGeometric
Specifies a rectangle with one corner at (x1,y1), and with width given by x2, or h if if x2 is null, and with height given by y2, or by v if y2 is null.
RECTANGLE - Static variable in class net.sourceforge.webcompmath.draw.RiemannSlice
Rectangle (or trapezoid) shape
RECTANGLE - Static variable in class net.sourceforge.webcompmath.draw.RiemannSumRects
Rectangle (or trapezoid) shape
redefine() - Method in class net.sourceforge.webcompmath.functions.beans.WCMDerivativeBean
Update the derivative if the function changes.
redefine() - Method in class net.sourceforge.webcompmath.functions.beans.WCMExpressionFunctionBean
Overloads the version of redefine so that the WCMExpressionFunctionBean's parser is always used.
redefine(String) - Method in class net.sourceforge.webcompmath.functions.ExpressionFunction
Set the definition of this function by parsing the given string, using a default parser.
redefine(String, Parser) - Method in class net.sourceforge.webcompmath.functions.ExpressionFunction
Set the definition of this function, using the specified parser (or a default parser if parser is null).
RELERROR - Variable in class net.sourceforge.webcompmath.functions.ZeroFinder
Default value of relative error bound
remove(Component) - Method in class net.sourceforge.webcompmath.awt.beans.WCMPanelBean
Handle removing the wiring for components
remove(Object) - Method in class net.sourceforge.webcompmath.awt.Controller
Remove the object from the controller (if present).
remove(String) - Method in class net.sourceforge.webcompmath.data.Parser
Deregister the MathObject with the given name, if there is one registered with the Parser.
remove(String) - Method in class net.sourceforge.webcompmath.data.SymbolTable
Remove the object with the given name from the symbol table, but NOT from the parent symbol table.
remove(Drawable) - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Remove the given Drawable item, if present in this CoordinateRect.
removeAllPoints() - Method in class net.sourceforge.webcompmath.functions.TableFunction
Remove all points.
removeControl(int) - Method in class net.sourceforge.webcompmath.awt.Animator
Remove the control, if it has already been added.
removeFromParent() - Method in class net.sourceforge.webcompmath.awt.Controller
If this controller has a parent, remove it from its parent.
removePointAt(int) - Method in class net.sourceforge.webcompmath.functions.TableFunction
Removes the i-th point from the list of points.
removePropertyChangeListener(PropertyChangeListener) - Method in interface net.sourceforge.webcompmath.data.beans.ParserMathObject
Add a property change listener (typically only called by a WCMParserBean)
removePropertyChangeListener(PropertyChangeListener) - Method in class net.sourceforge.webcompmath.data.beans.WCMVariableBean
just pass through to the support class )
removePropertyChangeListener(PropertyChangeListener) - Method in class net.sourceforge.webcompmath.draw.beans.WCMMouseVariableBean
just pass through to the support class )
removePropertyChangeListener(PropertyChangeListener) - Method in class net.sourceforge.webcompmath.functions.beans.WCMDerivativeBean
just pass through to the support class )
removePropertyChangeListener(PropertyChangeListener) - Method in class net.sourceforge.webcompmath.functions.beans.WCMExpressionFunctionBean
just pass through to the support class )
removePropertyChangeListener(PropertyChangeListener) - Method in class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionBean
just pass through to the support class )
removeSetLimitsButton() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Used to remove the default Set Limits button, so you can add buttons in pairs for two column mode.
removeUpdate(DocumentEvent) - Method in class net.sourceforge.webcompmath.awt.ExpressionInput
Overridden to call onTextChange.compute() if onTextChange is non-null.
removeUpdate(DocumentEvent) - Method in class net.sourceforge.webcompmath.awt.VariableInput
Overridden to call onTextChange.compute() if onTextChange is non-null.
reportError(String) - Method in class net.sourceforge.webcompmath.awt.Controller
Report the specified error message.
restore() - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
A CoordinateRect can store its current limits in a buffer.
RESTORE - Static variable in class net.sourceforge.webcompmath.draw.LimitControlPanel
A constant that can be used in the addButton() method to add a button to the LimitControlPanel.
restoreParams() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Restore tmin, tmax, and tintervals.
resultOfIteration - Variable in class net.sourceforge.webcompmath.functions.ZeroFinder
Description of kind of soulution
revert() - Method in class net.sourceforge.webcompmath.data.ParserContext
After a call to mark(), revert() must be called to restore the state of the symbol table.
revertEditFunction() - Method in class net.sourceforge.webcompmath.functions.TableFunctionInput
If a function has been specified using startEdit(), and neither finishEdit() nor cancelEdit have been called, then this method will discard the current data in and replace it with data from the edit function.
RiemannArcLength - Class in net.sourceforge.webcompmath.draw
A RiemannArcLength displays segments used in computing the length of a curve.
RiemannArcLength() - Constructor for class net.sourceforge.webcompmath.draw.RiemannArcLength
Construct a RiemannArcLength object that initially has nothing to draw and that is set up to use the default number of intervals, 5.
RiemannArcLength(Function, Value, int) - Constructor for class net.sourceforge.webcompmath.draw.RiemannArcLength
Construct a new RiemannArcLength object.
RiemannArcLength(Function, Function, Value, int) - Constructor for class net.sourceforge.webcompmath.draw.RiemannArcLength
Construct a new RiemannArcLength object
RiemannSlice - Class in net.sourceforge.webcompmath.draw
A RiemannSlice shows one slice in a Riemann sum, useful for area and volume applets.
RiemannSlice() - Constructor for class net.sourceforge.webcompmath.draw.RiemannSlice
Construct a RiemannSumRects object that initially has nothing to draw and that is set up to use the default number of intervals, 5.
RiemannSlice(Function, Function, Value, int, int) - Constructor for class net.sourceforge.webcompmath.draw.RiemannSlice
Construct a new RiemannSlice object.
RiemannSumRects - Class in net.sourceforge.webcompmath.draw
A RiemannSumRects calculates a Riemann sum for a function.
RiemannSumRects() - Constructor for class net.sourceforge.webcompmath.draw.RiemannSumRects
Construct a RiemannSumRects object that initially has nothing to draw and that is set up to use the default number of intervals, 5.
RiemannSumRects(Function, Value) - Constructor for class net.sourceforge.webcompmath.draw.RiemannSumRects
Construct a new RiemannSumRects object.
RiemannSumRects(Function, Function, Value) - Constructor for class net.sourceforge.webcompmath.draw.RiemannSumRects
Construct a new RiemannSumRects object.
RiemannSums - Class in net.sourceforge.webcompmath.applets
The RiemannSums applet computes a Riemann sum for a given function and displays the sum and the rectangles that define the sum.
RiemannSums() - Constructor for class net.sourceforge.webcompmath.applets.RiemannSums
 
RIGHT - Static variable in class net.sourceforge.webcompmath.draw.DrawString
For specifying justification of lines in multiline strings.
RIGHT - Static variable in class net.sourceforge.webcompmath.draw.WcmAxes
A constant that can be used in the setXAxisPosition() method to indicate the placement of the x-axis.
RIGHTENDPOINT - Static variable in class net.sourceforge.webcompmath.draw.RiemannSlice
Slice method type: right end point
RIGHTENDPOINT - Static variable in class net.sourceforge.webcompmath.draw.RiemannSumRects
Summation method type: right end point
RK2 - Static variable in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Use Runge-Kutta 2
RK4 - Static variable in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Use Runge-Kutta 4
ROUND - Static variable in class net.sourceforge.webcompmath.data.ExpressionProgram
Code for a unary or binary operator or a standard function.
run() - Method in class net.sourceforge.webcompmath.awt.Animator
The method that is run by the animation thread.

A B C D E F G H I J L M N O P R S T U V W X Y Z