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

S

SAVE - 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.
saveParams() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Save the current tmin, tmax, and tintervals.
SCALED_LINES - Static variable in class net.sourceforge.webcompmath.draw.VectorField
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.
SCALED_VECTORS - Static variable in class net.sourceforge.webcompmath.draw.VectorField
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.
ScatterPlot - Class in net.sourceforge.webcompmath.draw
A ScatterPlot graphs data taken from a DataTableInput.
ScatterPlot() - Constructor for class net.sourceforge.webcompmath.draw.ScatterPlot
Default constructor.
ScatterPlot(DataTableInput) - Constructor for class net.sourceforge.webcompmath.draw.ScatterPlot
Create a scatter plot to plot data from the specified table.
ScatterPlot(DataTableInput, int, int) - Constructor for class net.sourceforge.webcompmath.draw.ScatterPlot
Create a scatter plot to plot data from two specified columns in a table.
ScatterPlot(DataTableInput, Expression, Expression) - Constructor for class net.sourceforge.webcompmath.draw.ScatterPlot
Create scatter plot to plot specified expressions using data from a table.
ScatterPlotApplet - Class in net.sourceforge.webcompmath.applets
A ScatterPlotApplet shows a scatter plot of data from a DataTableInput.
ScatterPlotApplet() - Constructor for class net.sourceforge.webcompmath.applets.ScatterPlotApplet
 
SEC - Static variable in class net.sourceforge.webcompmath.data.ExpressionProgram
Code for a unary or binary operator or a standard function.
SecantTangent - Class in net.sourceforge.webcompmath.applets
The SecantTangent applet is a rather special purpose applet that is supposed to show secant lines converging on a tangent line.
SecantTangent() - Constructor for class net.sourceforge.webcompmath.applets.SecantTangent
 
SEMICIRCLE - Static variable in class net.sourceforge.webcompmath.draw.RiemannSlice
Semicircle cross section with diameter along the base.
SEMICIRCLE - Static variable in class net.sourceforge.webcompmath.draw.RiemannSumRects
Semicircle cross section with diameter along the base.
Sequence - Class in net.sourceforge.webcompmath.draw
A Sequence is like a Graph1D, except that only integer values of the independent variable are used, and discrete points are plotted.
Sequence() - Constructor for class net.sourceforge.webcompmath.draw.Sequence
Construct a Sequence object that initially has nothing to draw.
Sequence(Function, Value, Value, int) - Constructor for class net.sourceforge.webcompmath.draw.Sequence
Construct a new Sequence object.
serialNumber - Variable in class net.sourceforge.webcompmath.awt.VariableInput
This serial number is increased each time the value of the variable changes.
serialNumber - Variable in class net.sourceforge.webcompmath.awt.VariableJSlider
This increases every time the value of the variable changes.
serialNumber - Variable in class net.sourceforge.webcompmath.awt.VariableSlider
This increases every time the value of the variable changes.
serialNumber - Variable in class net.sourceforge.webcompmath.draw.LimitControlPanel
This is increased when the user changes the limits.
SET_LIMITS - 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.
setAbsError(double) - Method in class net.sourceforge.webcompmath.functions.ZeroFinder
Sets the AbsError attribute of the ZeroFinder object
setAllErrorReporters(ErrorReporter) - Method in class net.sourceforge.webcompmath.awt.Controller
Method for recursively setting this controller's error reporter and all child controllers.
setAspect(float) - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Set the aspect ration (width to height).
setAutoAddRows(boolean) - Method in class net.sourceforge.webcompmath.awt.DataTableInput
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).
setAutoChangeLimits(boolean) - Method in class net.sourceforge.webcompmath.draw.beans.WCMScatterPlotBean
Set whether the limits of the graph are automatically updated or not.
setAutoChangeLimits(boolean) - Method in class net.sourceforge.webcompmath.draw.ScatterPlot
If the parameter is true, then the limits on the CoordinateRect that contains this ScatterPlot are automatically adjusted whenever the data is recomputed.
setAutoTicks(boolean) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set both axes to use AUTO_TICKS if true, ABSOLUTE_TICKS if false
setAutoXTicks(int) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the style of x axis tick mark spacing.
setAutoYTicks(int) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the style of y axis tick mark spacing.
setAxesColor(Color) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the color that is used for drawing the axes, when they are drawn in their true position.
setAxis(Value) - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Set the axis of revolution.
setAxisDirection(int) - Method in class net.sourceforge.webcompmath.draw.beans.WCMMouseVariableBean
Set whether this variable represents the x or y position of the mouse.
setBackgroundColor(Color) - Method in class net.sourceforge.webcompmath.draw.DrawString
Set the color that is used to fill a rectangle on which the string is drawn.
setBlankBackground(Color) - Method in class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean
Set blank background color.
setBlankBackground(Color) - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Get the color to be used as a background blank areas in the table, below the rows of cells.
setBraces(boolean) - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
An option that can be set for this parser.
setBrackets(boolean) - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
An option that can be set for this parser.
setCanvas(DisplayCanvas) - Method in class net.sourceforge.webcompmath.awt.CopyButton
 
setCanvas1(DisplayCanvas) - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Set the canvas to be controlled by this limit control panel
setCanvas2(DisplayCanvas) - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Set the 2nd canvas to be controlled by this limit control panel
setCanvas3(DisplayCanvas) - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Set the 3rd canvas to be controlled by this limit control panel
setCanvasMinMax(DisplayCanvas) - Method in class net.sourceforge.webcompmath.awt.beans.WCMVariableJSliderBean
Set this property when you want the min and max of a variableJSlider to match the min and max of a graph.
setCaseSensitive(boolean) - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
An option that can be set for this parser.
setCellBackground(Color) - Method in class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean
Set cell background color.
setCellBackground(Color) - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Set the color to be used as a background for cells in the table.
setCellContents(int, int, double) - Method in class net.sourceforge.webcompmath.awt.DataTableInput
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.
setClamp(boolean) - Method in class net.sourceforge.webcompmath.draw.DrawString
Set the "clamp" property of the DrawString.
setClampX(boolean) - Method in class net.sourceforge.webcompmath.draw.MouseTracker
Set the "clampX" property of the MouseTracker.
setClampXFunction(Function) - Method in class net.sourceforge.webcompmath.draw.beans.WCMDraggablePointBean
Clamp the point to a function x = f(y).
setClampXValue(Value) - Method in class net.sourceforge.webcompmath.draw.beans.WCMDraggablePointBean
Clamp the point to a value.
setClampY(boolean) - Method in class net.sourceforge.webcompmath.draw.MouseTracker
Set the "clampY" property of the MouseTracker.
setClampYFunction(Function) - Method in class net.sourceforge.webcompmath.draw.beans.WCMDraggablePointBean
Clamp the point to a function y = f(x).
setClampYValue(Value) - Method in class net.sourceforge.webcompmath.draw.beans.WCMDraggablePointBean
Clamp the point to a value.
setColor(Color) - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Set the color to be used for drawing the integral curve.
setColor(Color) - Method in class net.sourceforge.webcompmath.draw.beans.WCMParametricCurveBean
Set the color of the graph.
setColor(Color) - Method in class net.sourceforge.webcompmath.draw.beans.WCMRiemannSumRectsBean
Set the fill color.
setColor(Color) - Method in class net.sourceforge.webcompmath.draw.beans.WCMVectorFieldBean
Set the color.
setColor(Color) - Method in class net.sourceforge.webcompmath.draw.DraggablePoint
Set the color to be used for drawing the point.
setColor(Color) - Method in class net.sourceforge.webcompmath.draw.DrawBorder
Set the color of the border to the specified color.
setColor(Color) - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Set the color that is used for drawing the shape.
setColor(Color) - Method in class net.sourceforge.webcompmath.draw.DrawString
Set the color for the string.
setColor(Color) - Method in class net.sourceforge.webcompmath.draw.Graph1D
Set the color to be used for drawing the graph.
setColor(Color) - Method in class net.sourceforge.webcompmath.draw.Grid
Method to set the Color used to draw grid lines.
setColor(Color) - Method in class net.sourceforge.webcompmath.draw.ParametricCurve
Set the color to be used for drawing the graph.
setColor(Color) - Method in class net.sourceforge.webcompmath.draw.RiemannArcLength
Set the color used to draw the line segments.
setColor(Color) - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Set the color used to draw the rectangles.
setColor(Color) - Method in class net.sourceforge.webcompmath.draw.VectorField
Set the color to be used for drawing the vector field.
setColor(Color) - Method in class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionGraphBean
Set the color.
setColor(Color) - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Set the color that is used for drawing the graph.
setColumnName(int, String) - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Set the name of column number i, where columns are numbered starting from zero.
setColumns(int, int) - Method in class net.sourceforge.webcompmath.draw.ScatterPlot
Specify that the data to be plotted should be taken from the specified columns in the table.
setController(Controller) - Method in class net.sourceforge.webcompmath.awt.beans.WCMPanelBean
Set the controller for this WCMPanelBean
setController(Controller) - Method in class net.sourceforge.webcompmath.awt.WcmPanel
Set the controller for the panel.
setCoord(Value) - Method in class net.sourceforge.webcompmath.draw.beans.WCMAxisTickBean
Set the value that defines the coordinate location of the tick mark.
setCoordinate(Value) - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Set the coordinate where the slice is to be drawn.
setCrossHalfSize(int) - Method in class net.sourceforge.webcompmath.draw.ScatterPlot
Set the width and height, in pixels, of crosses.
setCrossLineWidth(int) - Method in class net.sourceforge.webcompmath.draw.ScatterPlot
Set the width, in pixels, of lines for crosses.
setCTRLRequired(boolean) - Method in class net.sourceforge.webcompmath.draw.DisplayCanvas
Set whether the CTRL key is required for mouse zooms.
setCurrentRowNumber(int) - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Set the current row in the table.
setDashed(boolean) - Method in class net.sourceforge.webcompmath.draw.Graph1D
Set whether or not to use dashed style
setDataColor(Color) - Method in class net.sourceforge.webcompmath.draw.beans.WCMScatterPlotBean
Set the color for the points.
setDataColor(Color) - Method in class net.sourceforge.webcompmath.draw.ScatterPlot
Set the color that is used to draw the points in the data.
setDefinition(String) - Method in class net.sourceforge.webcompmath.functions.beans.WCMExpressionFunctionBean
Set the definition of the expression
setDelta(double) - Method in class net.sourceforge.webcompmath.functions.ImplicitFunction
Set the inteval for the ZeroFinder [ystart-delta, ystart+delta] d may be negative.
setDeltaT(Value) - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Set the delta t
setEmptyCellValue(double) - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Set the value that should be returned when the value of an empty cell is requested.
setEqualize(boolean) - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
This represents a button that will equalize the scales on the axes (of the first CoordinateRect that was added to this panel).
setEquation(String) - Method in class net.sourceforge.webcompmath.functions.ImplicitFunction
 
setErrorBackground(Color) - Method in class net.sourceforge.webcompmath.draw.DisplayCanvas
Set color to be used as a background when the canvas displays an error message.
setErrorForeground(Color) - Method in class net.sourceforge.webcompmath.draw.DisplayCanvas
Set color to be used for the text when the canvas displays an error message.
setErrorMessage(Controller, String) - Method in interface net.sourceforge.webcompmath.awt.ErrorReporter
Report the specifed message as an error.
setErrorMessage(Controller, String) - Method in class net.sourceforge.webcompmath.awt.MessagePopup
Show the given message in a dialog box or independent window, depending on whether the source component is contained in a Frame or not.
setErrorMessage(Controller, String) - Method in class net.sourceforge.webcompmath.draw.DisplayCanvas
Set an error message to be displayed on the canvas.
setErrorReporter(ErrorReporter) - Method in class net.sourceforge.webcompmath.awt.Controller
Set the ErrorReporter used to report errors that occur when the compute() method of this Controller is executed.
setErrorReporter(ErrorReporter) - Method in class net.sourceforge.webcompmath.draw.LimitControlPanel
Set the ErrorReporter that is used to report errors in the user's input.
setExample(String, int) - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Set an example string
setExample0(String) - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Set an example string
setExample1(String) - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Set an example string
setExample2(String) - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Set an example string
setExample3(String) - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Set an example string
setExample4(String) - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Set an example string
setExample5(String) - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Set an example string
setExample6(String) - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Set an example string
setExample7(String) - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Set an example string
setExample8(String) - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Set an example string
setExample9(String) - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Set an example string
setExpressions(Expression, Expression) - Method in class net.sourceforge.webcompmath.draw.ScatterPlot
Specify the data for the the plot is to be obtained by evaluating the two expressions that are given as parameters.
setFactorial(boolean) - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
An option that can be set for this parser.
setFactorString(String) - Method in class net.sourceforge.webcompmath.draw.RationalLabel
Set the factor (does nothing if argument is null)
setFGivenX(double) - Method in class net.sourceforge.webcompmath.functions.ImplicitFunction
Compute the function at a given x value.
setFillColor(Color) - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Set the color that is used for filling ovals and rects.
setFillColor(Color) - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Set the fill color.
setFillColor(Color) - Method in class net.sourceforge.webcompmath.draw.Sequence
Set the fill color.
setFont(Font) - Method in class net.sourceforge.webcompmath.draw.DrawString
Set the font that is used for drawing this string.
setForeground(Color) - Method in class net.sourceforge.webcompmath.awt.Animator
Set the foreground color of the animator's components.
setForeground(Color) - Method in class net.sourceforge.webcompmath.draw.LimitControlPanel
Overrides setForeground in order to set the foreground colors of all the contained buttons and fields.
setFrac(Fraction) - Method in class net.sourceforge.webcompmath.draw.RationalLabel
Set the fraction (does nothing if argument is null)
setFrameColor(Color) - Method in class net.sourceforge.webcompmath.draw.DrawString
Set the color that is used to draw a frame around the string.
setFrameWidth(int) - Method in class net.sourceforge.webcompmath.draw.DrawString
Set the width, in pixels, of a frame to draw around the string.
setFunction(Function) - Method in class net.sourceforge.webcompmath.awt.beans.WCMFunctionLabelBean
Set the function to use for the text string
setFunction(Function) - Method in class net.sourceforge.webcompmath.data.ValueMath
Set the function to use
setFunction(Function) - Method in class net.sourceforge.webcompmath.draw.beans.WCMRiemannSumRectsBean
Set the function.
setFunction(Function) - Method in class net.sourceforge.webcompmath.draw.beans.WCMTangentLineBean
set the function to be used for the tangent line.
setFunction(Function) - Method in class net.sourceforge.webcompmath.draw.Graph1D
Set the function to be graphed.
setFunction(Function) - Method in class net.sourceforge.webcompmath.draw.RiemannArcLength
Set the function whose arc length is to be computed.
setFunction(Function) - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Set the function whose Riemann sums are to be computed.
setFunction(Function) - Method in class net.sourceforge.webcompmath.draw.Sequence
Set the function whose sequence is to be computed.
setFunction(Function) - Method in class net.sourceforge.webcompmath.functions.beans.WCMDerivativeBean
Set this object's function to the derivative of the argument.
setFunction(TableFunction) - Method in class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionGraphBean
Set the table function to be graphed.
setFunction(TableFunction) - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Set the function whose graph is drawn by this TableFunctionGraph.
setFunction(Function) - Method in class net.sourceforge.webcompmath.functions.WrapperFunction
Set the function that is contained in this WrapperFunction.
setFunction(Function) - Method in class net.sourceforge.webcompmath.functions.ZeroFinder
Sets the Function attribute of the ZeroFinder object
setFunction2(Function) - Method in class net.sourceforge.webcompmath.draw.RiemannArcLength
Set the second function, used to specify the y function when computing the arc length of a parametric curve.
setFunctions(Function, Function) - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Sets the functions that give the components of the integral curve.
setFunctions(Function, Function) - Method in class net.sourceforge.webcompmath.draw.ParametricCurve
Sets the functions that gives the coordinates of the curve to be graphed.
setFunctions(Function, Function) - Method in class net.sourceforge.webcompmath.draw.VectorField
Sets the functions that give the components of the vector field.
setFunctionStyle(int) - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Provided as a convenience.
setGap(int) - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Set the gap.
setGhostColor(Color) - Method in class net.sourceforge.webcompmath.draw.DraggablePoint
Set the ghoseColor to be used for drawing the point when it location is undefined or is outside the proper limits.
setGridColor(Color) - Method in class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean
Set grid color.
setGridColor(Color) - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Get the color to be used for the lines between cells in the table.
setGridStyle(int) - Method in class net.sourceforge.webcompmath.draw.Grid
Set the style of the grid, either CROSS_HATCH or DOTS.
setH(int) - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Set the integer that gives the horizontal offset from (x1,y1).
setHandleMouseZooms(boolean) - Method in class net.sourceforge.webcompmath.draw.DisplayCanvas
Set the "handleMouseZooms" property of this DisplayCanvas.
setHistory(boolean) - Method in class net.sourceforge.webcompmath.functions.ImplicitFunction
Set the history switch
setInputStyle(int) - Method in class net.sourceforge.webcompmath.awt.VariableInput
Specify what types of things are allowed in the input box.
setIntegerValued(boolean) - Method in class net.sourceforge.webcompmath.awt.VariableJSlider
If set to true, restrict the values of the variable associated with this slider to be integers.
setIntegerValued(boolean) - Method in class net.sourceforge.webcompmath.awt.VariableSlider
If set to true, restrict the values of the variable associated with this slider to be integers.
setInteractive(boolean) - Method in class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionGraphBean
Set whether is interactive.
setInteractive(boolean) - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Set the value of the interactive property, which is true if the user can modify the function by dragging the points from the table.
setIntervalCount(Value) - Method in class net.sourceforge.webcompmath.draw.beans.WCMRiemannSumRectsBean
Set the number of intervals.
setIntervalCount(Value) - Method in class net.sourceforge.webcompmath.draw.RiemannArcLength
Set the interval count (the RiemannArcLength will be redrawn after this function is called).
setIntervalCount(Value) - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Set the interval count (the RiemannSumRects will be redrawn after this function is called).
setIntervals(Value) - Method in class net.sourceforge.webcompmath.awt.Animator
Set the Value object that specifies the number of frames in the animation.
setIntervals(int) - Method in class net.sourceforge.webcompmath.awt.Animator
A convenience method that simply calls setIntervals(new Constant(d)).
setIntervals(Value) - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Set the number of intervals.
setIntervals(int) - Method in class net.sourceforge.webcompmath.awt.VariableJSlider
Set the number of discrete slider steps
setIntervals(Value) - Method in class net.sourceforge.webcompmath.draw.beans.WCMParametricCurveBean
Set the number of intervals.
setIntervals(Value) - Method in class net.sourceforge.webcompmath.draw.ParametricCurve
Specify the number of subintervals into which the domain of the parametric curve is divided.
setIntervals(int) - Method in class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionBean
Set the number of intervals.
setIntervalsValue(Value) - Method in class net.sourceforge.webcompmath.awt.VariableJSlider
Set the number of slider steps as a Value object.
setInverse(boolean) - Method in class net.sourceforge.webcompmath.draw.Graph1D
Set whether to invert the graph
setInverse(boolean) - Method in class net.sourceforge.webcompmath.draw.RiemannArcLength
Set whether to show as inverse
setInverse(boolean) - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Set whether to show as inverse.
setInverse(boolean) - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Set whether to show as inverse.
setIterMax(int) - Method in class net.sourceforge.webcompmath.functions.ZeroFinder
Sets the IterMax attribute of the ZeroFinder object
setJustification(int) - Method in class net.sourceforge.webcompmath.draw.DrawString
Set the justification to be used if there are multiple lins in the string.
setLabelBackground(Color) - Method in class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean
set label background color.
setLabelBackground(Color) - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Set the color to be used as a background for row numbers and column titles.
setLabelColor(Color) - Method in class net.sourceforge.webcompmath.draw.beans.WCMAxisTickBean
Set the label color.
setLabelColor(Color) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the color that is used for drawing the labels (usually the names of the variables) on both the x- and y-axes.
setLabelFont(Font) - Method in class net.sourceforge.webcompmath.draw.beans.WCMAxisTickBean
Set the font that is used for drawing the label.
setLabelText(String) - Method in class net.sourceforge.webcompmath.draw.beans.WCMAxisTickBean
Set the label text.
setLightAxesColor(Color) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the color that is used for drawing an axis, when it is drawn along an edge of the CoordinateRect instead of in its proper x- or y-position.
setLimits(double[]) - Method in interface net.sourceforge.webcompmath.awt.Limits
Set the current limits.
setLimits(double[]) - Method in class net.sourceforge.webcompmath.draw.beans.WCMDisplayCanvasBean
Set the limits (of the embedded CoordinateRect).
setLimits(double, double, double, double) - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Set the limits on the CoordinteRect
setLimits(double[]) - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Set the coordinate limits from array; extra elements in array are ignored.
setLimits(double[]) - Method in class net.sourceforge.webcompmath.draw.LimitControlPanel
Set the values in the xmin, xmax, ymin, and ymax input boxes.
setLimits(Value, Value) - Method in class net.sourceforge.webcompmath.draw.ParametricCurve
Set the Value objects that specify the domain of the parameter.
setLimitsAndRestoreBuffer(double[]) - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Set the coordinate limits, and also set the restore buffer.
setLimitsLazy(double, double, double, double) - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Set the limits on the CoordinteRect, but don't call compute.
setLineColor(Color) - Method in class net.sourceforge.webcompmath.draw.beans.WCMScatterPlotBean
Set the line color.
setLineColor(Color) - Method in class net.sourceforge.webcompmath.draw.ScatterPlot
Set the color that is used to draw the regression line.
setLineStyle(int) - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Set the line style, SOLID_STYLE or DASHED_STYLE
setLineStyle(int) - Method in class net.sourceforge.webcompmath.draw.beans.WCMParametricCurveBean
Set the line style
setLineStyle(int) - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Set the line style, SOLID_STYLE or DASHED_STYLE
setLineStyle(int) - Method in class net.sourceforge.webcompmath.draw.ParametricCurve
Set the line style, SOLID_STYLE or DASHED_STYLE
setLineStyle(int) - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Set the line style, SOLID_STYLE or DASHED_STYLE
setLineWidth(int) - Method in class net.sourceforge.webcompmath.draw.beans.WCMAxisTickBean
Set the line width.
setLineWidth(int) - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Set the width, in pixels, of lines that are drawn.
setLineWidth(int) - Method in class net.sourceforge.webcompmath.draw.beans.WCMParametricCurveBean
Set the line width
setLineWidth(int) - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Set the width, in pixels, of lines that are drawn.
setLineWidth() - Method in class net.sourceforge.webcompmath.draw.Graph1D
setter of thickness of graph test pkhg 050422
setLineWidth(float) - Method in class net.sourceforge.webcompmath.draw.Graph1D
Setter for thickness of graph, only between 0.0f and 10.0f.
setLineWidth(float) - Method in class net.sourceforge.webcompmath.draw.Grid
Set the width of the grid lines (or dots), in pixels, from 0 to 5.
setLineWidth(int) - Method in class net.sourceforge.webcompmath.draw.ParametricCurve
Set the width, in pixels, of lines that are drawn.
setLineWidth(int) - Method in class net.sourceforge.webcompmath.draw.RiemannArcLength
Set the width, in pixels, of lines that are drawn.
setLineWidth(int) - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Set the width, in pixels, of outline lines.
setLineWidth(int) - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Set the width, in pixels, of lines that are drawn.
setLineWidth(int) - Method in class net.sourceforge.webcompmath.draw.ScatterPlot
Set the width, in pixels, of lines that are drawn.
setLineWidth(int) - Method in class net.sourceforge.webcompmath.draw.Sequence
Set the width, in pixels, of outlines.
setLineWidth(int) - Method in class net.sourceforge.webcompmath.draw.VectorField
Set the width, in pixels, of lines that are drawn.
setLineWidth() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
set default line width
setLineWidth(float) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the width of the axes for both axes.
setLineWidth(int) - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Set the width, in pixels, of lines that are drawn.
setListenForDrags(boolean) - Method in class net.sourceforge.webcompmath.draw.MouseTracker
Sets the "listenForDrags" property of the MouseTracker.
setLocation(double, double) - Method in class net.sourceforge.webcompmath.draw.DraggablePoint
Move the point to (x,y), then "clamp" the value of x or y, if a clamp Value has been set.
setLoopChoice(boolean) - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Set whether to use the choice.
setLoopStyle(int) - Method in class net.sourceforge.webcompmath.awt.Animator
Set the loop style, which determines what happens when the final frame of the animation is reached.
setLoopStyle(int) - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Set the loop style to ONCE, LOOP, or BACK_AND_FORTH.
setLowerFunction(Function) - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Set the lower function, when computing area between curves.
setLowerFunction(Function) - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Set the lower function, when computing area between curves.
setMajorTickWidth(float) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the major tick mark thickness.
setMajorXTickSpacing(double) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the major tick spacing for the x axis
setMajorXTickWidth(float) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the width of major tick marks on the x axis.
setMajorYTickSpacing(double) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the major tick spacing for the y axis
setMajorYTickWidth(float) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the width of major tick marks on the y axis.
setMathObject1(ParserMathObject) - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
Add a named object to the parser, usually a WCMVariableBean, WCMExpressionInputBean, WCMExpressionFunctionBean, WCMVariableInputBean, WCMVariableJSliderBean, or WCMConstantBean.
setMathObject2(ParserMathObject) - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
add another named object
setMathObject3(ParserMathObject) - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
add another named object
setMathObject4(ParserMathObject) - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
add another named object
setMathObject5(ParserMathObject) - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
add another named object
setMathObject6(ParserMathObject) - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
add another named object
setMathObject7(ParserMathObject) - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
add another named object
setMathObject8(ParserMathObject) - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
add another named object
setMathObject9(ParserMathObject) - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
add another named object
setMax(Value) - Method in class net.sourceforge.webcompmath.awt.Animator
Set the Value object that gives the final value of the Animator.
setMax(double) - Method in class net.sourceforge.webcompmath.awt.Animator
A convenience method that simply calls setMax(new Constant(d)).
setMax(Value) - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Set the maximum value.
setMax(double) - Method in class net.sourceforge.webcompmath.awt.VariableInput
Specify the largest allowed value for the content of this VariableInput box.
setMax(Value) - Method in class net.sourceforge.webcompmath.awt.VariableJSlider
Set the value that the variable has when the slider is at the right (or top) of the slider.
setMax(Value) - Method in class net.sourceforge.webcompmath.awt.VariableSlider
Set the value that the variable has when the slider is at the right (or top) of the scrollbar.
setMethod(int) - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Set the method.This should be one of the constants EULER, RK2 or RK4
setMethod(int) - Method in class net.sourceforge.webcompmath.draw.beans.WCMRiemannSumRectsBean
Set the method (LEFTENDPOINT, etc.)
setMethod(int) - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Set the method used to draw the slice.
setMethod(int) - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Set the method used to calculate the rectangles.
setMillisPerFrame(int) - Method in class net.sourceforge.webcompmath.awt.Animator
Set the nominal number of milliseconds per frame.
setMillisPerFrame(int) - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Set the number of milliseconds per animation step.
setMin(Value) - Method in class net.sourceforge.webcompmath.awt.Animator
Set the Value object that gives the starting value of the Animator.
setMin(double) - Method in class net.sourceforge.webcompmath.awt.Animator
A convenience method that simply calls setMin(new Constant(d)).
setMin(Value) - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Set the minimum value.
setMin(double) - Method in class net.sourceforge.webcompmath.awt.VariableInput
Specify the smallest allowed value for the content of this VariableInput box.
setMin(Value) - Method in class net.sourceforge.webcompmath.awt.VariableJSlider
Set the value that the variable has when the slider is at the left (or bottom) of the slider.
setMin(Value) - Method in class net.sourceforge.webcompmath.awt.VariableSlider
Set the value that the variable has when the slider is at the left (or bottom) of the scrollbar.
setMinorXTickSpacing(double) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the minor tick spacing for the x axis
setMinorYTickSpacing(double) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the minor tick spacing for the y axis
setMissingValueIsError(boolean) - Method in class net.sourceforge.webcompmath.draw.beans.WCMScatterPlotBean
Set whether missing values cause an error.
setMissingValueIsError(boolean) - Method in class net.sourceforge.webcompmath.draw.ScatterPlot
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.
setModifiers(int) - Method in class net.sourceforge.webcompmath.draw.Panner
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.
setMouse(MouseVar) - Method in class net.sourceforge.webcompmath.draw.beans.WCMMouseVariableBean
Set the MouseTracker or DraggablePoint to use when getting a position variable
setName(String) - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Set the animator's name, which is the same as it's variable, which defaults to "k" if it isn't set explicitly.
setName(String) - Method in class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean
Set the name of the bean.
setName(String) - Method in class net.sourceforge.webcompmath.awt.beans.WCMExpressionInputBean
Pass this on to func.
setName(String) - Method in class net.sourceforge.webcompmath.awt.beans.WCMVariableInputBean
Fire a property change event.
setName(String) - Method in class net.sourceforge.webcompmath.awt.beans.WCMVariableJSliderBean
Fire a property change event.
setName(String) - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Set the name of this DataTableInput.
setName(String) - Method in class net.sourceforge.webcompmath.awt.VariableInput
Set the name of the variable.
setName(String) - Method in class net.sourceforge.webcompmath.awt.VariableJSlider
Set the name of the associated variable.
setName(String) - Method in class net.sourceforge.webcompmath.awt.VariableSlider
Set the name of the associated variable.
setName(String) - Method in class net.sourceforge.webcompmath.data.beans.WCMVariableBean
Fire a property change event if the name changes.
setName(String) - Method in class net.sourceforge.webcompmath.data.Constant
Set the name of this Constant.
setName(String) - Method in interface net.sourceforge.webcompmath.data.MathObject
Set the name of this object.
setName(String) - Method in class net.sourceforge.webcompmath.data.StandardFunction
Change the name of this StandardFunction.
setName(String) - Method in class net.sourceforge.webcompmath.draw.beans.WCMMouseVariableBean
Passed through to the MouseVar variable.
setName(String) - Method in class net.sourceforge.webcompmath.functions.beans.WCMDerivativeBean
Fire a property change event if the name changes.
setName(String) - Method in class net.sourceforge.webcompmath.functions.beans.WCMExpressionFunctionBean
Fire a property change event if the name changes.
setName(String) - Method in class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionBean
Fire a property change event if the name changes.
setName(String) - Method in class net.sourceforge.webcompmath.functions.DerivParser
Set the name, which will be used in place of "Deriv" in expressions.
setName(String) - Method in class net.sourceforge.webcompmath.functions.FunctionParserExtension
Set the name of this object.
setName(String) - Method in class net.sourceforge.webcompmath.functions.NumDerivParser
Set the name, which will be used in place of "numDeriv" in expressions.
setName(String) - Method in class net.sourceforge.webcompmath.functions.NumIntParser
Set the name, which will be used in place of "numInt" in expressions.
setName(String) - Method in class net.sourceforge.webcompmath.functions.NumMinMaxParser
Set the name, which will be used in place of "numMin" or "numMax" in expressions.
setName(String) - Method in class net.sourceforge.webcompmath.functions.SummationParser
Set the name, which will be used in place of "sum" in expressions.
setNegFillColor(Color) - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Set the negative fill color.
setNegOutlineColor(Color) - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Set the negative outline color.
setNextButton(boolean) - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Set whether to use the button.
setNoDigitsInIdentifiers(boolean) - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
An option that can be set for this parser.
setNoUnderscoreInIdentifiers(boolean) - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
An option that can be set for this parser.
setNumSize(int) - Method in class net.sourceforge.webcompmath.awt.DisplayLabel
Set the desired maximum number of characters in displayed numbers.
setNumSize(int) - Method in class net.sourceforge.webcompmath.draw.DrawString
Set the desired maximum number of characters in displayed numbers.
setNumVariables(int) - Method in class net.sourceforge.webcompmath.awt.beans.WCMExpressionInputBean
Set the arity, which can be either 1 or 2.
setNumVariables(int) - Method in class net.sourceforge.webcompmath.functions.beans.WCMExpressionFunctionBean
Set the arity, which can be either 1 or 2.
setOffset(int) - Method in class net.sourceforge.webcompmath.draw.DrawString
Set the distance of the bounding box of the string from the reference point where it is drawn.
setOnChange(Computable) - Method in class net.sourceforge.webcompmath.awt.Animator
Set the Controller that is notified (by calling its compute() method) whenever the frame changes.
setOnChange(Controller) - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Specify a controller to be notified when the limits on this CoordinateRect change.
setOnChange(Controller) - Method in class net.sourceforge.webcompmath.functions.TableFunctionInput
Specify a controller whose compute() method will be called whenever the user edits the data in this TableFunctionInput panel.
setOnDrag(Computable) - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Specify a controller whose compute() method will be called repeatedly as the user drags one of the points from the table function.
setOnFinishDrag(Controller) - Method in class net.sourceforge.webcompmath.draw.Panner
Set a Controller that will be notified (by calling its compute method) whenever the user finishes a drag operation.
setOnFinishDrag(Computable) - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Specify a controller whose compute() method will be called once when the user finishes dragging one of the points from the table function.
setOnTextChange(Controller) - Method in class net.sourceforge.webcompmath.awt.ExpressionInput
If the parameter, c, is non-null, then its compute method will be called whenever the text in this input box changes.
setOnTextChange(Controller) - Method in class net.sourceforge.webcompmath.awt.VariableInput
If the Controller, cm is non-null, then its compute() method will be called whenever the text in this input box changes.
setOnUserAction(Controller) - Method in class net.sourceforge.webcompmath.awt.ComputeButton
Set the controller whose compute() method is called when the user clicks this button.
setOnUserAction(Controller) - Method in class net.sourceforge.webcompmath.awt.ExpressionInput
If the parameter 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.
setOnUserAction(Controller) - Method in class net.sourceforge.webcompmath.awt.VariableInput
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.
setOnUserAction(Controller) - Method in class net.sourceforge.webcompmath.awt.VariableJSlider
If the Controller, c, is non-null, then its compute method will be called whenever the user adjusts the position of the scroll bar.
setOnUserAction(Controller) - Method in class net.sourceforge.webcompmath.awt.VariableSlider
If the Controller, c, is non-null, then its compute method will be called whenever the user adjusts the position of the scroll bar.
setOnUserAction(Controller) - Method in class net.sourceforge.webcompmath.draw.DraggablePoint
Set the Controller that is to be notified when the user drags the point.
setOnUserAction(Controller) - Method in class net.sourceforge.webcompmath.draw.MouseTracker
Set a Controller to respond to user mouse actions tracked by this MouseTracker.
setOnUserAction(Controller) - Method in class net.sourceforge.webcompmath.draw.Panner
Set a Controller that will be notified (by calling its compute method) whenever the user moves the mouse during a drag.
setop(char) - Method in class net.sourceforge.webcompmath.data.ValueMath
Set the operation to use
setOptionalFunctions(boolean) - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
An option that can be set for this parser.
setOptionalParens(boolean) - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
An option that can be set for this parser.
setOptionalSpaces(boolean) - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
An option that can be set for this parser.
setOptionalStars(boolean) - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
An that can be set for this parser.
setOrientation(int) - Method in class net.sourceforge.webcompmath.awt.Animator
Set the orientation of the components in the Animator panel.
setOrientation(int) - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Set the orientation to Animator.HORIZONTAL or Animator.VERTICAL
setOutlineColor(Color) - Method in class net.sourceforge.webcompmath.draw.beans.WCMRiemannSumRectsBean
Set the outline color.
setOutlineColor(Color) - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Set the color that will be used to draw outlines around the rects.
setOutlineColor(Color) - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Set the color that will be used to draw outlines around the rects.
setOutlineColor(Color) - Method in class net.sourceforge.webcompmath.draw.Sequence
Set the color that will be used to draw outlines around the symbols.
setOwnerData(DisplayCanvas, CoordinateRect) - Method in class net.sourceforge.webcompmath.draw.beans.WCMAxisTickBean
Override to set the owner data for the embedded drawables and add them to a coordinate rect.
setOwnerData(DisplayCanvas, CoordinateRect) - Method in class net.sourceforge.webcompmath.draw.Drawable
Sets the values of member variables canvas and coords.
setOwnerData(DisplayCanvas, CoordinateRect) - Method in class net.sourceforge.webcompmath.draw.MouseTracker
This is called automatically by CoordinateRect when the MouseTracker is added to the CoordinateRect.
setOwnerData(DisplayCanvas, CoordinateRect) - Method in class net.sourceforge.webcompmath.draw.Panner
Called when this object is added to a DisplayCanvas.
setOwnerData(DisplayCanvas, CoordinateRect) - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Sets the values of member variables canvas and coords.
setPaintTicks(boolean) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the style for both axes
setParametricCurve1(WCMParametricCurveBean) - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Tell the parametric curve to use the fields in the limit control panel for its tmin, tmax, and tintervals.
setParametricCurve2(WCMParametricCurveBean) - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Tell the parametric curve to use the fields in the limit control panel for its tmin, tmax, and tintervals.
setParametricCurve3(WCMParametricCurveBean) - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Tell the parametric curve to use the fields in the limit control panel for its tmin, tmax, and tintervals.
setParametricFields(boolean) - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Set whether to use tmin, tmax, intervals fields.
setParamName(String) - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Set the name of the parameter variable.
setParensCanBeOptional(boolean) - Method in class net.sourceforge.webcompmath.awt.beans.WCMExpressionInputBean
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.
setParensCanBeOptional(boolean) - Method in class net.sourceforge.webcompmath.functions.FunctionParserExtension
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.
setParser(Parser) - Method in class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean
Set the parser to use.
setParser(Parser) - Method in class net.sourceforge.webcompmath.awt.ExpressionInput
Set the parser that is used to parse the user's input strings.
setParser(WCMParserBean) - Method in class net.sourceforge.webcompmath.functions.beans.WCMExpressionFunctionBean
Set the parser
setPauseButton(boolean) - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Set whether to use the button.
setPixelSpacing(int) - Method in class net.sourceforge.webcompmath.draw.beans.WCMVectorFieldBean
Set the pixel spacing.
setPixelSpacing(int) - Method in class net.sourceforge.webcompmath.draw.VectorField
Set the value of the pixelSpacing property, which determines the grid spacing for the vector field.
setPoints(Value, Value, Value, Value) - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Set the Value objects that specify the two points that determine the shape.
setPoints(Value, Value, int, int) - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Set the values that specify a point (x1,y1) and an offset (h,v) from that point.
setPolarFunction(Function) - Method in class net.sourceforge.webcompmath.draw.beans.WCMPolarCurveBean
Set the polar function
setPosFillColor(Color) - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Set the positive fill color
setPosition(int) - Method in class net.sourceforge.webcompmath.draw.beans.WCMAxisTickBean
Set the label position, one of BELOW_LEFT or ABOVE_RIGHT
setPositioning(int) - Method in class net.sourceforge.webcompmath.draw.DrawString
Set the positioning of the string.
setPosOutlineColor(Color) - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Set the positive outline color
setPrefixText(String) - Method in class net.sourceforge.webcompmath.awt.beans.WCMFunctionLabelBean
set the text to be displayed in front of the function
setPrevButton(boolean) - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Set whether to use the button.
setRadius(int) - Method in class net.sourceforge.webcompmath.draw.DraggablePoint
Set the radius that determines the size of the point when it is drawn.
setRationalExponents(boolean) - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
An option that can be set for this parser.
setRationalText(boolean) - Method in class net.sourceforge.webcompmath.draw.RationalLabel
Set whether to use text or typeset label
setRationalXText(boolean) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
For rational labels, set whether to use text or typeset labels for the x axis.
setRationalYText(boolean) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
For rational labels, set whether to use text or typeset labels for the y axis.
setRealXSpacing(double) - Method in class net.sourceforge.webcompmath.draw.VectorField
Set the value of the realXSpacing property, which determines the grid spacing for the vector field in the x direction.
setRealYSpacing(double) - Method in class net.sourceforge.webcompmath.draw.VectorField
Set the value of the realYSpacing property, which determines the grid spacing for the vector field in the x direction.
setReferencePoint(Value, Value) - Method in class net.sourceforge.webcompmath.draw.DrawString
Set the values of the (x,y) coordinates of the reference point for the stirng.
setRelError(double) - Method in class net.sourceforge.webcompmath.functions.ZeroFinder
Sets the RelError attribute of the ZeroFinder object
setRestore(boolean) - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
This represents a button that will restore previously saved coordinates.
setRestoreBuffer() - Method in class net.sourceforge.webcompmath.draw.beans.WCMDisplayCanvasBean
Set the restore buffer limits for the embedded CoordinateRect.
setRestoreBuffer() - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Save current limits in buffer.
setRestoreBuffer(double[]) - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Save specific limits in buffer.
setSave(boolean) - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
This represents a button that will save the current limits, so they can be restored later with the restore button.
setSelectedExample(int) - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Set which example is selected.
setShape(int) - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Set the shape, which should be given as one of the shape constants such as LINE_ABSOLUTE or CROSS.
setShape(int) - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Set the shape for this slice.
setShape(int) - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Set the shape for the Riemann sum.
setShape(int) - Method in class net.sourceforge.webcompmath.draw.Sequence
Set the shape for the symbols.
setShowColumnTitles(boolean) - Method in class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean
Set whether to show column titles.
setShowColumnTitles(boolean) - Method in class net.sourceforge.webcompmath.awt.DataTableInput
If set to true, then the column name is shown at the top of each column.
setShowPoints(boolean) - Method in class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionGraphBean
Set whether to show points
setShowPoints(boolean) - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Set the showPoints property, which determines whether the points from the table that defines the function are visible as little disks.
setShowRegressionLine(boolean) - Method in class net.sourceforge.webcompmath.draw.beans.WCMScatterPlotBean
Set whether to show the regression line.
setShowRegressionLine(boolean) - Method in class net.sourceforge.webcompmath.draw.ScatterPlot
If the parameter is true, then a regression line for the data is drawn.
setShowRowNumbers(boolean) - Method in class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean
Set whether to show row numbers.
setShowRowNumbers(boolean) - Method in class net.sourceforge.webcompmath.awt.DataTableInput
If set to true, then the row number is shown at the left of each row.
setSlant(float) - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Set the slant offset.
setSliceWidth(float) - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Set the width of the slice.
setSpeedChoice(boolean) - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Set whether to use the choice.
setStartButton(boolean) - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Set whether to use the button.
setStartButtonName(String) - Method in class net.sourceforge.webcompmath.awt.Animator
The name of the Start/Stop button is managed by the Animator, so changing it directly makes no sense.
setStartButtonName(String) - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Set the start button name.
setStartStopButton(boolean) - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Set whether to use the button.
setStepsMinus(Value) - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Set the number of steps in the minus direction
setStepsPlus(Value) - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Set the number of steps in the positive direction
setStopButton(boolean) - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Set whether to use the button.
setStopButtonName(String) - Method in class net.sourceforge.webcompmath.awt.Animator
The name of the Start/Stop button is managed by the Animator, so changing it directly makes no sense.
setStopButtonName(String) - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Set the text for the stop button.
setString(String) - Method in class net.sourceforge.webcompmath.draw.DrawString
Set the string that is displayed.
setStyle(int) - Method in class net.sourceforge.webcompmath.draw.beans.WCMVectorFieldBean
set the style.
setStyle(int) - Method in class net.sourceforge.webcompmath.draw.DraggablePoint
Set the visual style of the point.
setStyle(int) - Method in class net.sourceforge.webcompmath.draw.VectorField
Set the style in which the vector field is displayed.
setStyle(int) - Method in class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionBean
Set the style.
setStyle(int) - Method in class net.sourceforge.webcompmath.functions.TableFunction
Set the style of this TableFunction, to specify how values are interpolated between points on the curve.
setStyleXAxis(int) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the style of the x axis.
setStyleYAxis(int) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the style of the y axis.
setSymbolSize(float) - Method in class net.sourceforge.webcompmath.draw.Sequence
Set the size in pixels.
setSyncWith(Tie) - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Set the Tie object that is used to synchronize this CoordinareRect with other objects.
setSyncX(boolean) - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Set whether to sync xmin and xmax with limits
setSyncY(boolean) - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Get whether to sync ymin and ymax with limits
setTable(DataTableInput) - Method in class net.sourceforge.webcompmath.draw.beans.WCMScatterPlotBean
Set the DataTableInput being plotted.
setTable(DataTableInput) - Method in class net.sourceforge.webcompmath.draw.ScatterPlot
Specify the table from which the plotted data is to be taken.
setTableStyle(int) - Method in class net.sourceforge.webcompmath.functions.ImplicitFunction
Set the Style of the TableFunction(s)
setText(String) - Method in class net.sourceforge.webcompmath.awt.DisplayLabel
Set text for display -- text should include as many (single) #'s as there are values to display.
setText(String) - Method in class net.sourceforge.webcompmath.awt.ExpressionInput
Set the text displayed in this input box.
setText(String) - Method in class net.sourceforge.webcompmath.awt.VariableInput
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.
setThrowErrors(boolean) - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Set the throwErrors property.
setThrowErrors(boolean) - Method in class net.sourceforge.webcompmath.awt.ExpressionInput
Set the throwErrors property.
setThrowErrors(boolean) - Method in class net.sourceforge.webcompmath.awt.VariableInput
Set the throwErrors property.
setTickColor(Color) - Method in class net.sourceforge.webcompmath.draw.beans.WCMAxisTickBean
Set the tick color.
setTickColor(Color) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the color used for ticks and tick labels on both axes.
setTickSpacing(double, double, double, double) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set all tick spacings at once.
setTie1(Tie) - Method in class net.sourceforge.webcompmath.awt.beans.WCMPanelBean
Convenience setter method to add a tie to the controller for a panel.
setTie2(Tie) - Method in class net.sourceforge.webcompmath.awt.beans.WCMPanelBean
Convenience setter method to add a tie to the controller for a panel.
setTie3(Tie) - Method in class net.sourceforge.webcompmath.awt.beans.WCMPanelBean
Convenience setter method to add a tie to the controller for a panel.
setTieable1(Tieable) - Method in class net.sourceforge.webcompmath.awt.beans.WCMTieBean
Set method to add a tieable to a tie
setTieable2(Tieable) - Method in class net.sourceforge.webcompmath.awt.beans.WCMTieBean
Set method to add a tieable to a tie
setTieable3(Tieable) - Method in class net.sourceforge.webcompmath.awt.beans.WCMTieBean
Set method to add a tieable to a tie
setTIntervals(int) - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Set the number of intervals.
setTMax(double) - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Set the maximum value for the parameter.
setTMax(Value) - Method in class net.sourceforge.webcompmath.draw.beans.WCMParametricCurveBean
Set t max.
setTMax(Value) - Method in class net.sourceforge.webcompmath.draw.ParametricCurve
Set the Value object that gives the right endpoint of the domain of the parameter.
setTMin(double) - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Set the minimum value for the parameter.
setTMin(Value) - Method in class net.sourceforge.webcompmath.draw.beans.WCMParametricCurveBean
Set t min.
setTMin(Value) - Method in class net.sourceforge.webcompmath.draw.ParametricCurve
Set the Value object that gives the left endpoint of the domain of the parameter.
setTValue(Value) - Method in class net.sourceforge.webcompmath.draw.beans.WCMTangentLineBean
set the t value to use when finding the slope and position of the tangent line for a parametric curve
setType(int) - Method in class net.sourceforge.webcompmath.draw.RiemannArcLength
Set the type, one of STANDARD, PARAMETRIC, or POLAR
setUIFontSize(float) - Static method in class net.sourceforge.webcompmath.applets.AppletUtilities
Set the default font size for all Swing default fonts.
setUndefinedWhenNotDragging(boolean) - Method in class net.sourceforge.webcompmath.draw.MouseTracker
Sets the "undefinedWhenNotDragging" property of the MouseTracker.
setUndefinedWhenNotRunning(boolean) - Method in class net.sourceforge.webcompmath.awt.Animator
Set the value of the undefinedWhenNotRunning property.
setUndefinedWhenNotRunning(boolean) - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Set whether value is Double.NaN when not running.
setUpBottomPanel() - Method in class net.sourceforge.webcompmath.applets.AnimatedGraph
Overridden to add the sliders at the bottom of the applet.
setUpBottomPanel() - Method in class net.sourceforge.webcompmath.applets.Continuity
Add check on user editing the function input
setUpBottomPanel() - Method in class net.sourceforge.webcompmath.applets.EpsilonDelta
set up the sliders and function def.
setUpBottomPanel() - Method in class net.sourceforge.webcompmath.applets.FamiliesOfGraphs
Overridden to add the sliders at the bottom of the applet.
setUpBottomPanel() - Method in class net.sourceforge.webcompmath.applets.GenericGraphApplet
This method checks the applet parameter "UseFunctionInput".
setUpBottomPanel() - Method in class net.sourceforge.webcompmath.applets.IntegralCurves
Override this to make a panel containing controls.
setUpBottomPanel() - Method in class net.sourceforge.webcompmath.applets.MultiGraph
Overridden to create an appropriate input panel
setUpBottomPanel() - Method in class net.sourceforge.webcompmath.applets.Parametric
override this to make a panel containing inputs for two functions
setUpBottomPanel() - Method in class net.sourceforge.webcompmath.applets.SecantTangent
 
setUpCanvas() - Method in class net.sourceforge.webcompmath.applets.AnimatedGraph
Overridden to add the graph to the canvas and do other chores.
setUpCanvas() - Method in class net.sourceforge.webcompmath.applets.Continuity
Adds the points and ticks to the canvas.
setUpCanvas() - Method in class net.sourceforge.webcompmath.applets.Derivatives
Override this to add more stuff to the canvas.
setUpCanvas() - Method in class net.sourceforge.webcompmath.applets.EpsilonDelta
Override this to add more stuff to the canvas.
setUpCanvas() - Method in class net.sourceforge.webcompmath.applets.FamiliesOfGraphs
Overridden to add the graph to the canvas.
setUpCanvas() - Method in class net.sourceforge.webcompmath.applets.GenericGraphApplet
This method is called by mainPanel() to set up the display canvas and add it to the main panel.
setUpCanvas() - Method in class net.sourceforge.webcompmath.applets.IntegralCurves
Override this to add more stuff to the canvas.
setUpCanvas() - Method in class net.sourceforge.webcompmath.applets.MultiGraph
Overridden to add the graph to the canvas.
setUpCanvas() - Method in class net.sourceforge.webcompmath.applets.Parametric
Override this to add more stuff to the canvas.
setUpCanvas() - Method in class net.sourceforge.webcompmath.applets.RiemannSums
Override this to add more stuff to the canvas.
setUpCanvas() - Method in class net.sourceforge.webcompmath.applets.SecantTangent
Override this to add more stuff to the canvas.
setUpCanvas() - Method in class net.sourceforge.webcompmath.applets.SimpleGraph
Overridden to add more stuff to the canvas.
setUpExampleMenu() - Method in class net.sourceforge.webcompmath.applets.GenericGraphApplet
This method processes applet parameters that specify examples for the applet and adds them to a menu of examples.
setUpLimitsPanel() - Method in class net.sourceforge.webcompmath.applets.AnimatedGraph
add animator inputs to limits panel
setUpLimitsPanel() - Method in class net.sourceforge.webcompmath.applets.GenericGraphApplet
This method sets up the limit control panel and adds it to the main panel.
setUpLimitsPanel() - Method in class net.sourceforge.webcompmath.applets.MultiGraph
add compute button if it hasn't been put somewhere else
setUpLimitsPanel() - Method in class net.sourceforge.webcompmath.applets.Parametric
overridden to add parameter inputs to the limit panel
setUpMainPanel() - Method in class net.sourceforge.webcompmath.applets.AnimatedGraph
Set up the main panel.
setUpMainPanel() - Method in class net.sourceforge.webcompmath.applets.Continuity
Set up the tick inputs and add stuff to controllers
setUpMainPanel() - Method in class net.sourceforge.webcompmath.applets.Derivatives
add a bunch of extra components at the end
setUpMainPanel() - Method in class net.sourceforge.webcompmath.applets.EpsilonDelta
Set up the tick inputs and add stuff to controllers
setUpMainPanel() - Method in class net.sourceforge.webcompmath.applets.FunctionCombination
Set up the applet.
setUpMainPanel() - Method in class net.sourceforge.webcompmath.applets.FunctionComposition
Set up the applet.
setUpMainPanel() - Method in class net.sourceforge.webcompmath.applets.GenericGraphApplet
This method is called to set up the main panel of the applet.
setUpMainPanel() - Method in class net.sourceforge.webcompmath.applets.Parametric
Override to set up controller for tracer, if there is one
setUpMainPanel() - Method in class net.sourceforge.webcompmath.applets.RiemannSums
Override this method to add the methodChoice menu and interval count inputs, if any, to the panel.
setUpMainPanel() - Method in class net.sourceforge.webcompmath.applets.SecantTangent
Set up the tick inputs and add stuff to controllers
setUpMainPanel() - Method in class net.sourceforge.webcompmath.applets.SimpleGraph
Overridden to handle the point marked on the graph
setUpParameterDefaults() - Method in class net.sourceforge.webcompmath.applets.Derivatives
I don't want to use abs(x)^x as the default function, since it's derivative is so funny
setUpParameterDefaults() - Method in class net.sourceforge.webcompmath.applets.GenericGraphApplet
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.
setUpParameterDefaults() - Method in class net.sourceforge.webcompmath.applets.Parametric
set default parameter values
setUpParameterDefaults() - Method in class net.sourceforge.webcompmath.applets.RiemannSums
Override to give a different default function
setUpParameterDefaults() - Method in class net.sourceforge.webcompmath.applets.SecantTangent
Overridden to set up default function.
setUpParser() - Method in class net.sourceforge.webcompmath.applets.AnimatedGraph
Override this to create the animator and add its variable to the parser.
setUpParser() - Method in class net.sourceforge.webcompmath.applets.FamiliesOfGraphs
Override this to add VariableSliders to parser.
setUpParser() - Method in class net.sourceforge.webcompmath.applets.GenericGraphApplet
This method is called by setUpMainPanel() to set up the parser to be used in the applet.
setUpParser() - Method in class net.sourceforge.webcompmath.applets.IntegralCurves
create the "y" variable; also set up some parameter defaults.
setUpParser() - Method in class net.sourceforge.webcompmath.applets.MultiGraph
Override this to add VariableSliders to parser.
setUpperFunction(Function) - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Set the upper function that defines the top of the slice.
setUpTopPanel() - Method in class net.sourceforge.webcompmath.applets.GenericGraphApplet
This method is called by setUpMainPanel() to add a panel at the top of the applet.
setUseLoadButton(boolean) - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
 
setUseTwoColumnsIfPossible(boolean) - Method in class net.sourceforge.webcompmath.draw.LimitControlPanel
Set to true if you want the components to be shown in two columns (provided the panel is wide enough).
setV(int) - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Set the integer that gives the vertical offset from (x1,y1).
setVal(double) - Method in class net.sourceforge.webcompmath.awt.Animator
Set the value of the animation.
setVal(double) - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Set the value (typically used to set the initial value).
setVal(double) - Method in class net.sourceforge.webcompmath.awt.VariableInput
Set the value of the associated variable.
setVal(double) - Method in class net.sourceforge.webcompmath.awt.VariableJSlider
Set the value of the variable to x.
setVal(double) - Method in class net.sourceforge.webcompmath.awt.VariableSlider
Set the value of the variable to x.
setVal(double) - Method in class net.sourceforge.webcompmath.data.Variable
Set the value of this Variable to the specified value.
setVal(double) - Method in class net.sourceforge.webcompmath.draw.beans.WCMMouseVariableBean
Passed through to the MouseVar variable.
setValue(Value) - Method in class net.sourceforge.webcompmath.awt.DisplayLabel
A convenience method that can be used when the display string contains just a single #.
setValue(double) - Method in class net.sourceforge.webcompmath.data.beans.WCMConstantBean
Set the value of the constant.
setValue1(Value) - Method in class net.sourceforge.webcompmath.awt.beans.WCMDisplayLabelBean
Set the values.
setValue1(Value) - Method in class net.sourceforge.webcompmath.draw.beans.WCMDrawStringBean
Method to set a value for use by DrawString
setValue2(Value) - Method in class net.sourceforge.webcompmath.awt.beans.WCMDisplayLabelBean
Set the values.
setValue2(Value) - Method in class net.sourceforge.webcompmath.draw.beans.WCMDrawStringBean
Method to set a value for use by DrawString
setValue3(Value) - Method in class net.sourceforge.webcompmath.awt.beans.WCMDisplayLabelBean
Set the values.
setValue3(Value) - Method in class net.sourceforge.webcompmath.draw.beans.WCMDrawStringBean
Method to set a value for use by DrawString
setValue4(Value) - Method in class net.sourceforge.webcompmath.awt.beans.WCMDisplayLabelBean
Set the values.
setValue4(Value) - Method in class net.sourceforge.webcompmath.draw.beans.WCMDrawStringBean
Method to set a value for use by DrawString
setValues(Value[]) - Method in class net.sourceforge.webcompmath.awt.DisplayLabel
Set the array of Value objects whose values are displayed in this DisplayLabel, and change the display to show the new values.
setValues(Value[]) - Method in class net.sourceforge.webcompmath.draw.DrawString
Set the Values that are substituted for (single) #'s in the string.
setVariable(Variable) - Method in class net.sourceforge.webcompmath.awt.beans.WCMExpressionInputBean
Set the variable to be used when this class is treated as a function of one variable.
setVariable(Variable) - Method in class net.sourceforge.webcompmath.data.Parser
added by PKHG 050415 to make visual building of GraphApplet1 possible
setVariable(WCMVariableBean) - Method in class net.sourceforge.webcompmath.functions.beans.WCMExpressionFunctionBean
Set the first variable to be used when this class is treated as a function of one or two variables.
setVariable2(Variable) - Method in class net.sourceforge.webcompmath.awt.beans.WCMExpressionInputBean
Set the variable to be used when this class is treated as a function of one variable.
setVariable2(WCMVariableBean) - Method in class net.sourceforge.webcompmath.functions.beans.WCMExpressionFunctionBean
Set the 2nd variable to be used when this class is treated as a function of two variables.
setVariableInput(VariableInput) - Method in class net.sourceforge.webcompmath.draw.Graph1D
to make thicknes of graph variable with the help of an VariableInput
setVisible(boolean) - Method in class net.sourceforge.webcompmath.draw.beans.WCMAxisTickBean
Set the visibility of this WCMAxisTickBean.
setVisible(boolean) - Method in class net.sourceforge.webcompmath.draw.Drawable
Set the visibility of this Drawable.
setWidth(int) - Method in class net.sourceforge.webcompmath.draw.DrawBorder
Set the width of the border to be w pixels.
setWithDash() - Method in class net.sourceforge.webcompmath.draw.Graph1D
Deprecated. 
setWithoutDash() - Method in class net.sourceforge.webcompmath.draw.Graph1D
Deprecated. 
setX(Value) - Method in class net.sourceforge.webcompmath.data.ValueMath
Set the X value to use
setX1(Value) - Method in class net.sourceforge.webcompmath.draw.beans.WCMCrossHairBean
Overrides setX1 in DrawGeometric to also set Y1 if a function has been set
setX1(Value) - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Set the value that gives the x-coordinate of the first point that determines the shape.
setX2(Value) - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Set the value that gives the x-coordinate of the second point that determines the shape.
setXAvoidOverlap(boolean) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set whether or not x tick labels are allowed to overlap.
setXAxis(boolean) - Method in class net.sourceforge.webcompmath.draw.beans.WCMAxisTickBean
Set whether the tick is on the x axis
setXAxisColor(Color) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the color for the x axis.
setXAxisPosition(int) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the positioning constant that tells where the x-axis is drawn.
setXColumnName(String) - Method in class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean
Set the column name for the first column.
setXCoord(Value) - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Set the starting x coord
setXFunction(Function) - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Set the function that gives the x-component of the integral curve.
setXFunction(Function) - Method in class net.sourceforge.webcompmath.draw.beans.WCMParametricCurveBean
Set the x function.
setXFunction(Function) - Method in class net.sourceforge.webcompmath.draw.beans.WCMTangentLineBean
set the x function to be used for the tangent line to a parametric curve.
setXFunction(Function) - Method in class net.sourceforge.webcompmath.draw.beans.WCMVectorFieldBean
Set the x function.
setXFunction(Function) - Method in class net.sourceforge.webcompmath.draw.ParametricCurve
Set the function that gives the x-coordinate of the curve to be graphed.
setXFunction(Function) - Method in class net.sourceforge.webcompmath.draw.VectorField
Set the function that gives the x-component of the vector field.
setXLabel(String) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the label that appears on the x-axis.
setXLabelColor(Color) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the color for the x axis label.
setXLabelFontSize(int) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the font size for the x axis label
setXLabelsAbove(boolean) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set whether to prefer x labels above the axis (default is true)
setXLineWidth(float) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the line width for the x axis.
setXLoc(double) - Method in class net.sourceforge.webcompmath.draw.beans.WCMDraggablePointBean
Set the initial x location of the point.
setXLoc(double) - Method in class net.sourceforge.webcompmath.draw.beans.WCMMouseTrackerBean
 
setXMax(double) - Method in class net.sourceforge.webcompmath.draw.beans.WCMDisplayCanvasBean
Set the max value for the x axis;
setXMax(double) - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
This method sets the xMax property.
setXMax(Value) - Method in class net.sourceforge.webcompmath.draw.beans.WCMRiemannSumRectsBean
Get the maximum x value.
setXMax(Value) - Method in class net.sourceforge.webcompmath.draw.RiemannArcLength
Set the max x value.
setXMax(Value) - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Set the max x value.
setXMax(Value) - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Set the max x value.
setXMax(Value) - Method in class net.sourceforge.webcompmath.draw.Sequence
Set the max x value.
setXmax(double) - Method in class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionBean
Set the maximum x value.
setXMin(double) - Method in class net.sourceforge.webcompmath.draw.beans.WCMDisplayCanvasBean
Set the min value for the x axis;
setXMin(double) - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
This method sets the xMin property.
setXMin(Value) - Method in class net.sourceforge.webcompmath.draw.beans.WCMRiemannSumRectsBean
Set the maximum x value.
setXMin(Value) - Method in class net.sourceforge.webcompmath.draw.RiemannArcLength
Set the min x value.
setXMin(Value) - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Set the min x value.
setXMin(Value) - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Set the min x value.
setXMin(Value) - Method in class net.sourceforge.webcompmath.draw.Sequence
Set the min x value.
setXmin(double) - Method in class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionBean
Set the minimum x value.
setXSP(double) - Method in class net.sourceforge.webcompmath.draw.Grid
Method to set the x spacing between grid lines.
setXTickColor(Color) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the color of tick marks and labels on the x axis.
setXTickFontSize(int) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the x axis tick label font size
setXValue(Value) - Method in class net.sourceforge.webcompmath.draw.beans.WCMTangentLineBean
set the x value to use when finding the slope and position of the tangent line
setY(Value) - Method in class net.sourceforge.webcompmath.data.ValueMath
Set the Y value to use
setY(int, double) - Method in class net.sourceforge.webcompmath.functions.TableFunction
Set the y-coordinate in the i-th point to y, where the first point is number zero.
setY1(Value) - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Set the value that gives the y-coordinate of the first point that determines the shape.
setY2(Value) - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Set the value that gives the y-coordinate of the second point that determines the shape.
setYAvoidOverlap(boolean) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set whether or not y tick labels are allowed to overlap.
setYAxisColor(Color) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the color for the y axis.
setYAxisPosition(int) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the positioning constant that tells where the y-axis is drawn.
setYColumnName(String) - Method in class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean
Set the column name for the second column.
setYCoord(Value) - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Set the starting y coordinate
setYFunction(Function) - Method in class net.sourceforge.webcompmath.draw.beans.WCMCrossHairBean
Method to set the Y1 value when a function is used.
setYFunction(Function) - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Set the function that gives the y-component of the integral curve.
setYFunction(Function) - Method in class net.sourceforge.webcompmath.draw.beans.WCMParametricCurveBean
Set the y function.
setYFunction(Function) - Method in class net.sourceforge.webcompmath.draw.beans.WCMTangentLineBean
set the y function to be used for the tangent line to a parametric curve.
setYFunction(Function) - Method in class net.sourceforge.webcompmath.draw.beans.WCMVectorFieldBean
Set the y function.
setYFunction(Function) - Method in class net.sourceforge.webcompmath.draw.ParametricCurve
Set the function that gives the y-coordinate of the curve to be graphed.
setYFunction(Function) - Method in class net.sourceforge.webcompmath.draw.VectorField
Set the function that gives the y-component of the vector field.
setYLabel(String) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the label that appears on the y-axis.
setYLabelColor(Color) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the color for the y axis label.
setYLabelFontSize(int) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the y axis label font size
setYLabelsLeft(boolean) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set whether to prefer y labels to the left of the axis (default is true)
setYLineWidth(float) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the line width for the y axis.
setYLoc(double) - Method in class net.sourceforge.webcompmath.draw.beans.WCMDraggablePointBean
Set the y location of the point.
setYLoc(double) - Method in class net.sourceforge.webcompmath.draw.beans.WCMMouseTrackerBean
 
setYMax(double) - Method in class net.sourceforge.webcompmath.draw.beans.WCMDisplayCanvasBean
Set the max value for the y axis;
setYMax(double) - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
This method sets the yMax property.
setYMin(double) - Method in class net.sourceforge.webcompmath.draw.beans.WCMDisplayCanvasBean
Set the min value for the y axis;
setYMin(double) - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
This method sets the yMin property.
setYSP(double) - Method in class net.sourceforge.webcompmath.draw.Grid
Method to set the y spacing between grid lines.
setYStart(double) - Method in class net.sourceforge.webcompmath.functions.ImplicitFunction
Set the startvalue for the ZeroFinder
setYTickColor(Color) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the color of tick marks and labels on the y axis.
setYTickFontSize(int) - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Set the y axis tick label font size
setZoomIn(boolean) - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
This represents a button that will zoom in on the center of the coordinate rect.
setZoomOut(boolean) - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
This represents a button that will zoom out from the center of the coordinate rect.
shape - Variable in class net.sourceforge.webcompmath.draw.DrawGeometric
One of the constants such as OVAL_CENTERED, specifying the shape to be drawn
SimpleFunction - Class in net.sourceforge.webcompmath.data
An object belonging to this class is a function of one or more variables.
SimpleFunction(Expression, Variable) - Constructor for class net.sourceforge.webcompmath.data.SimpleFunction
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.
SimpleFunction(Expression, Variable[]) - Constructor for class net.sourceforge.webcompmath.data.SimpleFunction
Create a function.
SimpleGraph - Class in net.sourceforge.webcompmath.applets
SimpleGraph is a configureable applet that shows the graph of a function and, optionally, marks a point on the graph.
SimpleGraph() - Constructor for class net.sourceforge.webcompmath.applets.SimpleGraph
 
SIN - Static variable in class net.sourceforge.webcompmath.data.ExpressionProgram
Code for a unary or binary operator or a standard function.
SINH - Static variable in class net.sourceforge.webcompmath.data.ExpressionProgram
Code for a unary or binary operator or a standard function.
size() - Method in class net.sourceforge.webcompmath.data.StackOfDouble
Return the number of items on the stack.
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.
SOLID_STYLE - Static variable in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Specifies that the shape should be drawn with solid line(s).
SOLID_STYLE - Static variable in class net.sourceforge.webcompmath.draw.DrawGeometric
Specifies that the shape should be drawn with solid line(s).
SOLID_STYLE - Static variable in class net.sourceforge.webcompmath.draw.ParametricCurve
Specifies that the shape should be drawn with solid line(s).
SOLID_STYLE - Static variable in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Specifies that the shape should be drawn with solid line(s).
solution - Variable in class net.sourceforge.webcompmath.functions.ZeroFinder
Place of a zero ( within precision )
Solve(double, double) - Method in class net.sourceforge.webcompmath.functions.ZeroFinder
The 'Regula Falsi' extended ZeroFinder zero-finder:
solved - Variable in class net.sourceforge.webcompmath.functions.ZeroFinder
Solution with given precision found or not
sourceString - Variable in class net.sourceforge.webcompmath.data.ExpressionProgram
If this is non-null, it is used as the print string for this expression in the toString() method.
SPEED_CHOICE - Static variable in class net.sourceforge.webcompmath.awt.Animator
Specifies to add a speed choice menu; used in constructor, addControl(), or getControl()
SQRT - Static variable in class net.sourceforge.webcompmath.data.ExpressionProgram
Code for a unary or binary operator or a standard function.
SQUARE - Static variable in class net.sourceforge.webcompmath.draw.DraggablePoint
A style constant that specifies the visual appearance of a DraggablePoint to be a square.
SQUARE - Static variable in class net.sourceforge.webcompmath.draw.Sequence
Square shape
SQUARE_DIAG_FRONT - Static variable in class net.sourceforge.webcompmath.draw.RiemannSlice
Square cross section with diagonal along the base.
SQUARE_DIAG_FRONT - Static variable in class net.sourceforge.webcompmath.draw.RiemannSumRects
Square cross section with diagonal along the base.
SQUARE_DIAG_REAR - Static variable in class net.sourceforge.webcompmath.draw.RiemannSlice
Square cross section with diagonal along the base.
SQUARE_DIAG_REAR - Static variable in class net.sourceforge.webcompmath.draw.RiemannSumRects
Square cross section with diagonal along the base.
SQUARE_SIDE - Static variable in class net.sourceforge.webcompmath.draw.RiemannSlice
Square cross section with side along the base.
SQUARE_SIDE - Static variable in class net.sourceforge.webcompmath.draw.RiemannSumRects
Square cross section with side along the base.
StackOfDouble - Class in net.sourceforge.webcompmath.data
A standard stack of values of type double, which can grow to arbitrary size.
StackOfDouble() - Constructor for class net.sourceforge.webcompmath.data.StackOfDouble
Create an initially empty stack.
StackOfDouble(int) - Constructor for class net.sourceforge.webcompmath.data.StackOfDouble
Create an empty stack that initially has space for initialSize items pre-allocated.
STANDARD - Static variable in class net.sourceforge.webcompmath.draw.RiemannArcLength
Type of curve is a standard function
STANDARD_FUNCTIONS - Static variable in class net.sourceforge.webcompmath.data.Parser
An option that can be set for this parser.
STANDARDERROR - 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.
StandardFunction - Class in net.sourceforge.webcompmath.data
This class exists to associate standard functions, such as sin and abs, with their names.
StandardFunction(int) - Constructor for class net.sourceforge.webcompmath.data.StandardFunction
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.
StandardFunction(String, int) - Constructor for class net.sourceforge.webcompmath.data.StandardFunction
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.
standardFunctionName(int) - Static method in class net.sourceforge.webcompmath.data.StandardFunction
Return the usual name for the standard function with the specified opCode.
start() - Method in class net.sourceforge.webcompmath.awt.Animator
Start the animation from the first frame, or continue it if it was paused.
START_BUTTON - Static variable in class net.sourceforge.webcompmath.awt.Animator
Specifies to add a start button; used in constructor, addControl(), or getControl()
START_STOP_BUTTON - Static variable in class net.sourceforge.webcompmath.awt.Animator
Specifies to add a start/stop button; used in constructor, addControl(), or getControl()
startCurve(double, double) - Method in class net.sourceforge.webcompmath.applets.IntegralCurves
Start an integral curve at the point (x,y)
startDrag(MouseEvent) - Method in interface net.sourceforge.webcompmath.draw.Draggable
Tell the object that a drag operation might be beginning.
startDrag(MouseEvent) - Method in class net.sourceforge.webcompmath.draw.DraggablePoint
Check whether a mouse click (as specified in the MouseEvent parameter) is a click on this DraggablePoint.
startEdit(TableFunction) - Method in class net.sourceforge.webcompmath.functions.TableFunctionInput
Install a function to be edited.
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.
STEP_RIGHT - Static variable in class net.sourceforge.webcompmath.functions.TableFunction
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.
stop() - Method in class net.sourceforge.webcompmath.applets.AnimatedGraph
stop animator when applet is stopped
stop() - Method in class net.sourceforge.webcompmath.applets.IntegralCurves
stop animator when applet is stopped
stop() - Method in class net.sourceforge.webcompmath.applets.MeanValue
 
stop() - Method in class net.sourceforge.webcompmath.applets.Parametric
stop animator when applet is stopped
stop() - Method in class net.sourceforge.webcompmath.awt.Animator
Stop the animation, if it is running or paused.
STOP_BUTTON - Static variable in class net.sourceforge.webcompmath.awt.Animator
Specifies to add a stop button; used in constructor, addControl(), or getControl()
STRING - Static variable in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
For methods like WCMExpressionInputBean.setText(String s).
strings - Variable in class net.sourceforge.webcompmath.draw.DrawString
The actual lines to draw, derived from baseString.
stringToReal(String) - Static method in class net.sourceforge.webcompmath.data.NumUtils
Return the real number represented by the String s, or return Double.NaN if s does not represent a legal real number.
SummationParser - Class in net.sourceforge.webcompmath.functions
The SummationParser class makes it possible to use summations such as sum(i,1,5,x^i) in a Parser.
SummationParser() - Constructor for class net.sourceforge.webcompmath.functions.SummationParser
 
symbols - Variable in class net.sourceforge.webcompmath.data.Parser
The symbol table that contains the MathObjects that have been registered with this parser.
symbols - Variable in class net.sourceforge.webcompmath.data.ParserContext
The Parser's symbol table, which is used for looking up tokens of type IDENTIFIER.
SymbolTable - Class in net.sourceforge.webcompmath.data
A symbol table contains MathObjects, associating them with their names.
sync(Tie, Tieable) - Method in class net.sourceforge.webcompmath.awt.Animator
Part of the Tieable interface.
sync(Tie, Tieable) - Method in interface net.sourceforge.webcompmath.awt.Tieable
This routine is called to tell this Tieable that the serial numbers of the Tieables that have been added to the Tie do not match.
sync(Tie, Tieable) - Method in class net.sourceforge.webcompmath.awt.VariableInput
Synchronize serial number and value with newest, unless this VariableInput is itself newest.
sync(Tie, Tieable) - Method in class net.sourceforge.webcompmath.awt.VariableJSlider
Change the value and serial number of this object to match those of newest.
sync(Tie, Tieable) - Method in class net.sourceforge.webcompmath.awt.VariableSlider
Change the value and serial number of this object to match those of newest.
sync(Tie, Tieable) - Method in class net.sourceforge.webcompmath.draw.beans.WCMMouseVariableBean
Passed through to the MouseVar variable.
sync(Tie, Tieable) - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Part of the Tieable interface.
sync(Tie, Tieable) - Method in class net.sourceforge.webcompmath.draw.LimitControlPanel
Part of the Tieable interface, and not meant to be called directly.
syncWith - Variable in class net.sourceforge.webcompmath.draw.CoordinateRect
This contains other Limit objects with which the CoordinateRect is synchronizing.
syncWith - Variable in class net.sourceforge.webcompmath.draw.LimitControlPanel
A Tie holding this panel and the CoordinateRects that it controls.

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