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

G

gatherInputs() - Method in class net.sourceforge.webcompmath.awt.Controller
Calles notifyControllerOnChange(this).
gatherInputs() - Method in class net.sourceforge.webcompmath.awt.WcmPanel
This method will set all the input objects in this WcmPanel and in sub-WcmPanels, as well as any other input objects that have been added to the panels' Controllers, to notify the Controller of this WcmPanel when they change.
gcd(long, long) - Static method in class net.sourceforge.webcompmath.data.Fraction
Compute the nonnegative greatest common divisor of a and b.
GE - Static variable in class net.sourceforge.webcompmath.data.ExpressionProgram
Code for a unary or binary operator or a standard function.
GenericGraphApplet - Class in net.sourceforge.webcompmath.applets
GenericGraphApplet serves as a base class for applets that have a DisplayCanvas in the CENTER of a BorderLayout and that are configurable by a large number of applet parameters.
GenericGraphApplet() - Constructor for class net.sourceforge.webcompmath.applets.GenericGraphApplet
 
get(String) - Method in class net.sourceforge.webcompmath.data.Parser
Get the MathObject that has been registered with the parser under the given name.
get(String) - Method in class net.sourceforge.webcompmath.data.ParserContext
Get the MathObject associated with name in the symbol table.
get(String) - Method in class net.sourceforge.webcompmath.data.SymbolTable
Look up the object with the given name, if any.
getAbsError() - Method in class net.sourceforge.webcompmath.functions.ZeroFinder
Gets the AbsError attribute of the ZeroFinder object
getArity() - Method in class net.sourceforge.webcompmath.awt.beans.WCMExpressionInputBean
Pass this through to func.
getArity() - Method in interface net.sourceforge.webcompmath.data.Function
Return the number of arguments of this function.
getArity() - Method in class net.sourceforge.webcompmath.data.SimpleFunction
Return the number of arguments of this function.
getArity() - Method in class net.sourceforge.webcompmath.functions.ExpressionFunction
Return the number of arguments of this function.
getArity() - Method in class net.sourceforge.webcompmath.functions.TableFunction
Returns the arity of the function, which is 1.
getArity() - Method in class net.sourceforge.webcompmath.functions.WrapperFunction
Return the number of arguments of this function.
getAspect() - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Get the aspect ratio
getAutoAddRows() - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Get the value of the autoAddRows property, which determines whether empty rows are automatically added to the bottom of the table when needed.
getAutoChangeLimits() - Method in class net.sourceforge.webcompmath.draw.beans.WCMScatterPlotBean
Get whether the limits of the graph are automatically updated or not.
getAutoChangeLimits() - Method in class net.sourceforge.webcompmath.draw.ScatterPlot
The return value indicates whether the limits on the CoordinateRect are automatically adjusted when the data is recomputed.
getAutoTicks() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get whether autoticks is in use.
getAutoXTicks() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the style of x axis tick mark spacing.
getAutoYTicks() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the style of y axis tick mark spacing.
getAxesColor() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the color that is used for drawing the axes, when they are drawn in their true position.
getAxis() - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Get the axis of revolution
getAxisDirection() - Method in class net.sourceforge.webcompmath.draw.beans.WCMMouseVariableBean
Get whether this variable represents the x or y position of the mouse.
getBackgroundColor() - Method in class net.sourceforge.webcompmath.draw.DrawString
Get the color that is used to fill a rectangle on which the string is drawn.
getBaseText() - Method in class net.sourceforge.webcompmath.awt.DisplayLabel
Return the basic text, including the #'s where Values are inserted in the displayed text.
getBlankBackground() - Method in class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean
get blank background color.
getBlankBackground() - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Returns the color that is used for blank areas in the table, below the rows of cells.
getBooleans() - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
Get the booleans option.
getBounds(Graphics2D) - Method in class net.sourceforge.webcompmath.draw.RationalLabel
This method returns a bounding rectangle for the rational label.
getBraces() - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
Get the braces option
getBrackets() - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
Get the brackets option
getButton(int) - Method in class net.sourceforge.webcompmath.draw.LimitControlPanel
Get a Button corresponding to one of the six button types defined by the constants SET_LIMITS, EQUALIZE, ZOOM_IN, ZOOM_OUT, SAVE, and RESTORE in this class.
getButtonOptions() - Method in class net.sourceforge.webcompmath.draw.LimitControlPanel
Get the button options; meant to be used only by WCMLimitControlPanelBean
getCanvas() - Method in class net.sourceforge.webcompmath.awt.CopyButton
 
getCaseSensitive() - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
Get the case sensitive option
getCellBackground() - Method in class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean
Get cell background color.
getCellBackground() - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Returns the color that is used as a background for cells in the table.
getCellContents(int, int) - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Get the number in the specified row and column.
getClamp() - Method in class net.sourceforge.webcompmath.draw.DrawString
Returns true if the string is set to be clamped to lie within the CoordinateRect.
getClampX() - Method in class net.sourceforge.webcompmath.draw.MouseTracker
Get the "clampX" property of the MouseTracker.
getClampY() - Method in class net.sourceforge.webcompmath.draw.MouseTracker
Get the "clampY" property of the MouseTracker.
getColor() - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Get the color that is used to draw the integral curve.
getColor() - Method in class net.sourceforge.webcompmath.draw.beans.WCMParametricCurveBean
Get the color of the graph.
getColor() - Method in class net.sourceforge.webcompmath.draw.beans.WCMRiemannSumRectsBean
Get the fill color.
getColor() - Method in class net.sourceforge.webcompmath.draw.beans.WCMVectorFieldBean
Get the color.
getColor() - Method in class net.sourceforge.webcompmath.draw.DraggablePoint
Get the color used for drawing the point.
getColor() - Method in class net.sourceforge.webcompmath.draw.DrawBorder
Get the color of the border.
getColor() - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Get the non-null color that is used for drawing the shape.
getColor() - Method in class net.sourceforge.webcompmath.draw.DrawString
Get the non-null color that is used for drawing the string.
getColor() - Method in class net.sourceforge.webcompmath.draw.Graph1D
Get the color that is used to draw the graph.
getColor() - Method in class net.sourceforge.webcompmath.draw.Grid
Access method which returns the Color of the grid lines.
getColor() - Method in class net.sourceforge.webcompmath.draw.ParametricCurve
Get the color that is used to draw the graph.
getColor() - Method in class net.sourceforge.webcompmath.draw.RiemannArcLength
Get the current (positive) color used to draw the line segments
getColor() - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Get the current (positive) color used to draw the rectangles
getColor() - Method in class net.sourceforge.webcompmath.draw.VectorField
Get the color that is used to draw the vector field.
getColor() - Method in class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionGraphBean
Get the color.
getColor() - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Get the non-null color that is used for drawing the graph.
getColorParam(Applet, String) - Static method in class net.sourceforge.webcompmath.applets.AppletUtilities
Get The value of an applet parameter that specifies a color.
getColorParam(Applet, String, Color) - Static method in class net.sourceforge.webcompmath.applets.AppletUtilities
Get The value of an applet parameter that specifies a color.
getColorParam(String, Color) - Method in class net.sourceforge.webcompmath.applets.Evaluator
Get The value of an applet parameter that specifies a color.
getColorParam(String) - Method in class net.sourceforge.webcompmath.applets.GenericGraphApplet
Get The value of an applet parameter that specifies a color.
getColorParam(String, Color) - Method in class net.sourceforge.webcompmath.applets.GenericGraphApplet
Get The value of an applet parameter that specifies a color.
getColorParam(String) - Method in class net.sourceforge.webcompmath.applets.LaunchButtonApplet
Get The value of an applet parameter that specifies a color.
getColorParam(String, Color) - Method in class net.sourceforge.webcompmath.applets.LaunchButtonApplet
Get The value of an applet parameter that specifies a color.
getColumnCount() - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Get the number of columns in the table.
getColumnName(int) - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Get the name of column number i, where columns are numbered starting from zero.
getColumnVariable(int) - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Return a column variable for the specified column, where columns are numbered starting from 1.
getControl(int) - Method in class net.sourceforge.webcompmath.awt.Animator
Get one of controls associated with the Animator.
getController() - Method in class net.sourceforge.webcompmath.awt.beans.WCMPanelBean
Return the controller associated with this WCMPanelBean
getController() - Method in class net.sourceforge.webcompmath.awt.WcmPanel
Return the controller associated with this WcmPanel.
getCoord() - Method in class net.sourceforge.webcompmath.draw.beans.WCMAxisTickBean
Get the value that defines the coordinate location of the tick mark.
getCoordinate() - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Get the coordinate where the slice is to be drawn.
getCoordinateRect() - Method in class net.sourceforge.webcompmath.draw.DisplayCanvas
Get the first CoordinateRect in this canvas.
getCoordinateRect(int) - Method in class net.sourceforge.webcompmath.draw.DisplayCanvas
Get the i-th CoordinateRect in this DisplayCanvas.
getCrossHalfSize() - Method in class net.sourceforge.webcompmath.draw.ScatterPlot
Get the width and height, in pixels, of crosses.
getCrossLineWidth() - Method in class net.sourceforge.webcompmath.draw.ScatterPlot
Get the width, in pixels, of lines that are drawn.
getCurrentRowNumber() - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Return the current row number.
getDataColor() - Method in class net.sourceforge.webcompmath.draw.beans.WCMScatterPlotBean
Get the color for the points.
getDataColor() - Method in class net.sourceforge.webcompmath.draw.ScatterPlot
Get the color that is used to draw the points in the data.
getDefiningEquation() - Method in class net.sourceforge.webcompmath.functions.ImplicitFunction
 
getDefinitionString() - Method in class net.sourceforge.webcompmath.functions.beans.WCMExpressionFunctionBean
Overridden to check if a redefine is needed.
getDefinitionString() - Method in class net.sourceforge.webcompmath.functions.ExpressionFunction
Return the expression that defines this function, as a string.
getDeltaT() - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Get the delta T
getDrawable(int) - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Get the i-th Drawable in this Rect, or null if i is less than zero or greater than or equal to the number of items.
getDrawableCount() - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Returns the number of Drawable items that are in this CoordinateRect.
getDydxImplicit() - Method in class net.sourceforge.webcompmath.functions.ImplicitFunction
Vectorfield (-Dx/Dy)(x,y) from equation(x,y) = 0
getDyDxRemembered() - Method in class net.sourceforge.webcompmath.functions.ImplicitFunction
The computed derivative y'(x) if the history switch was on.
getEmptyCellValue() - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Get the value that is represented by an empty cell.
getEqualize() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Get the equilize option
getEquation() - Method in class net.sourceforge.webcompmath.functions.ImplicitFunction
 
getEquationValueIn(double, double) - Method in class net.sourceforge.webcompmath.functions.ImplicitFunction
The value of the given equation(x,y)
getErrorBackground() - Method in class net.sourceforge.webcompmath.draw.DisplayCanvas
Get color that is used as a background when the canvas displays an error message.
getErrorForeground() - Method in class net.sourceforge.webcompmath.draw.DisplayCanvas
Get color that is used for the text when the canvas displays an error message.
getErrorMessage() - Method in interface net.sourceforge.webcompmath.awt.ErrorReporter
Get the error message that is currently being displayed, or return null if there is no error message.
getErrorMessage() - Method in class net.sourceforge.webcompmath.awt.ExpressionInput
Get error message from previous call to checkInput().
getErrorMessage() - Method in class net.sourceforge.webcompmath.awt.MessagePopup
Get the currently displayed error message.
getErrorMessage() - Method in class net.sourceforge.webcompmath.awt.VariableInput
Get error message from previous call to checkInput().
getErrorMessage() - Method in class net.sourceforge.webcompmath.draw.DisplayCanvas
Get the error message that is currently displayed on the canvas.
getErrorReporter() - Method in class net.sourceforge.webcompmath.awt.Controller
Get the ErrorReporter for this Controller.
getErrorReporter() - Method in class net.sourceforge.webcompmath.draw.LimitControlPanel
Get the ErrorReporter that is used to report errors in the user's input.
getExample(int) - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Get an example that has been set.
getExample0() - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Get an example string
getExample1() - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Get an example string
getExample2() - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Get an example string
getExample3() - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Get an example string
getExample4() - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Get an example string
getExample5() - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Get an example string
getExample6() - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Get an example string
getExample7() - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Get an example string
getExample8() - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Get an example string
getExample9() - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Get an example string
getExampleMenu() - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Get the example menu itself.
getExpression() - Method in class net.sourceforge.webcompmath.awt.ExpressionInput
Get the Expression associated with this ExpressionInput.
getFactorial() - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
Get the factorial option
getFactorString() - Method in class net.sourceforge.webcompmath.draw.RationalLabel
Get the factor
getFGivenX() - Method in class net.sourceforge.webcompmath.functions.ImplicitFunction
The function equation(givenX, variable) of variable
getFillColor() - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Get the color that is used for filling ovals and rects.
getFillColor() - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Get the current fill color
getFillColor() - Method in class net.sourceforge.webcompmath.draw.Sequence
Get the fill color
getFont() - Method in class net.sourceforge.webcompmath.draw.DrawString
Return the font that is used for drawing the string.
getFrac() - Method in class net.sourceforge.webcompmath.draw.RationalLabel
Get the fraction
getFrameColor() - Method in class net.sourceforge.webcompmath.draw.DrawString
Get the color that is used to draw a frame around the string.
getFrameWidth() - Method in class net.sourceforge.webcompmath.draw.DrawString
Get the width, in pixels, of the frame that is drawn around the string.
getFuction() - Method in class net.sourceforge.webcompmath.draw.beans.WCMRiemannSumRectsBean
Get the function.
getFuction() - Method in class net.sourceforge.webcompmath.draw.RiemannArcLength
Returns the function whose arc length is computed.
getFuction() - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Returns the function whose Riemann sums are computed.
getFuction() - Method in class net.sourceforge.webcompmath.draw.Sequence
Returns the function whose sequence is computed.
getFuction2() - Method in class net.sourceforge.webcompmath.draw.RiemannArcLength
Returns the second function.
getFunction() - Method in class net.sourceforge.webcompmath.awt.beans.WCMExpressionInputBean
Just pass this method on to func
getFunction() - Method in class net.sourceforge.webcompmath.awt.beans.WCMFunctionLabelBean
Get the function to be displayed
getFunction(Variable) - Method in class net.sourceforge.webcompmath.awt.ExpressionInput
Get a function of one variable whose value at a real number x is computed by assigning x to the variable v and then returning the value of the expression associated with this ExpressionInput.
getFunction(Variable[]) - Method in class net.sourceforge.webcompmath.awt.ExpressionInput
Get a function of one or more variables whose value at arguments x1, x2, etc is computed by assigning the x's to the variables and then returning the value of the expression associated with this ExpressionInput.
getFunction() - Method in class net.sourceforge.webcompmath.draw.beans.WCMTangentLineBean
Get the function being used for the tangent line
getFunction() - Method in class net.sourceforge.webcompmath.draw.Graph1D
Get the (possibly null) function whose graph is drawn.
getFunction() - Method in class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionGraphBean
Get the table function to be graphed.
getFunction() - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Get the TableFunction whose graph is drawn by this TableFunctionGraph.
getFunction() - Method in class net.sourceforge.webcompmath.functions.WrapperFunction
Return the function that is currently wrapped in this WrapperFunction.
getFX1in() - Method in class net.sourceforge.webcompmath.functions.ZeroFinder
Gets the FX1in attribute of the ZeroFinder object
getFX2in() - Method in class net.sourceforge.webcompmath.functions.ZeroFinder
Gets the FX2in attribute of the ZeroFinder object
getGap() - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Get the gap, in pixels, between the edges of the CoordinateRect and the limits specified by xmin, xmax, ymin, and ymax.
getGhostColor() - Method in class net.sourceforge.webcompmath.draw.DraggablePoint
Get the "ghostColor" of the point.
getGridColor() - Method in class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean
Get grid color.
getGridColor() - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Returns the color that is used for the lines between cells in the table.
getGridStyle() - Method in class net.sourceforge.webcompmath.draw.Grid
Get the style of the grid, either CROSS_HATCH or DOTS.
getH() - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Get the horizontal offset from (x1,y1).
getHandleMouseZooms() - Method in class net.sourceforge.webcompmath.draw.DisplayCanvas
Get the "handleMouseZooms" property of this DisplayCanvas, which determines whether the canvas reacts to mouse events by zooming the CoordinateRect that is clicked.
getHeight() - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Get the height in pixels of this CoordinateRect in the DisplayCanvas that contains it.
getHistory() - Method in class net.sourceforge.webcompmath.functions.ImplicitFunction
Status of the history switch
getInputStyle() - Method in class net.sourceforge.webcompmath.awt.VariableInput
Return the input style, which determines what types of things are allowed in the input box.
getInsets() - Method in class net.sourceforge.webcompmath.functions.TableFunctionInput
Leave a 3-pixel gap around the edges of the panel.
getIntegerValued() - Method in class net.sourceforge.webcompmath.awt.VariableJSlider
Return a boolean which is true if the VariableJSlider restricts ranges of values to integers, false otherwise.
getIntegerValued() - Method in class net.sourceforge.webcompmath.awt.VariableSlider
Return a boolean which is true if the VariableSlider restricts ranges of values to integers, false otherwise.
getInteractive() - Method in class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionGraphBean
Get whether is interactive.
getInteractive() - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Get the value of the interactive property, which is true if the user can modify the function by dragging the points from the table.
getIntervalCount() - Method in class net.sourceforge.webcompmath.draw.beans.WCMRiemannSumRectsBean
Get the number of intervals.
getIntervalCount() - Method in class net.sourceforge.webcompmath.draw.RiemannArcLength
Get the number of intervals used.
getIntervalCount() - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Get the number of intervals used.
getIntervals() - Method in class net.sourceforge.webcompmath.awt.Animator
Get the Value object that specifies the number of frames in the animation.
getIntervals() - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Get the number of intervals.
getIntervals() - Method in class net.sourceforge.webcompmath.awt.VariableJSlider
Get the number of discrete slider steps
getIntervals() - Method in class net.sourceforge.webcompmath.draw.beans.WCMParametricCurveBean
Get the number of intervals.
getIntervals() - Method in class net.sourceforge.webcompmath.draw.ParametricCurve
Get the value object, possibly null, that determines the number of points on the curve.
getIntervals() - Method in class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionBean
Get the number of intervals.
getIntervalsValue() - Method in class net.sourceforge.webcompmath.awt.VariableJSlider
Get the number of slider steps as a Value object.
getIter() - Method in class net.sourceforge.webcompmath.functions.ZeroFinder
Gets the Iter attribute of the ZeroFinder object
getIterMax() - Method in class net.sourceforge.webcompmath.functions.ZeroFinder
Gets the IterMax attribute of the ZeroFinder object
getJustification() - Method in class net.sourceforge.webcompmath.draw.DrawString
Get the justification that is used for a multiple-line string.
getLabelBackground() - Method in class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean
Get label background color.
getLabelBackground() - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Returns the color that is used as a background for row numbers and column titles.
getLabelColor() - Method in class net.sourceforge.webcompmath.draw.beans.WCMAxisTickBean
Get the label color.
getLabelColor() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the color that is used for drawing the labels on the x- and y-axes.
getLabelFont() - Method in class net.sourceforge.webcompmath.draw.beans.WCMAxisTickBean
Get the font.
getLabelText() - Method in class net.sourceforge.webcompmath.draw.beans.WCMAxisTickBean
Get the label text.
getLeft() - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Get the left edge of this CoordinateRect in the DisplayCanvas that contains it.
getLightAxesColor() - 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.
getLimits() - Method in interface net.sourceforge.webcompmath.awt.Limits
Return a 4-element array containing xmin, xmax, ymin, and ymax.
getLimits() - Method in class net.sourceforge.webcompmath.draw.beans.WCMDisplayCanvasBean
Get the limits (of the embedded CoordinateRect).
getLimits() - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Get an array containing the limits on the CoordinateRect in the order xmin, xmax, ymin, ymax.
getLimits() - Method in class net.sourceforge.webcompmath.draw.LimitControlPanel
Get the values in the xmin, xmax, ymin, and ymax input boxes.
getLineColor() - Method in class net.sourceforge.webcompmath.draw.beans.WCMScatterPlotBean
Get the line color.
getLineColor() - Method in class net.sourceforge.webcompmath.draw.ScatterPlot
Get the color that is used to draw the regression line.
getLineStyle() - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Get the line style, SOLID_STYLE or DASHED_STYLE
getLineStyle() - Method in class net.sourceforge.webcompmath.draw.beans.WCMParametricCurveBean
Get the line style
getLineStyle() - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Get the line style, SOLID_STYLE or DASHED_STYLE
getLineStyle() - Method in class net.sourceforge.webcompmath.draw.ParametricCurve
Get the line style, SOLID_STYLE or DASHED_STYLE
getLineStyle() - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Get the line style, SOLID_STYLE or DASHED_STYLE
getLineWidth() - Method in class net.sourceforge.webcompmath.draw.beans.WCMAxisTickBean
Get the line width.
getLineWidth() - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Get the width, in pixels, of lines that are drawn.
getLineWidth() - Method in class net.sourceforge.webcompmath.draw.beans.WCMParametricCurveBean
Get the line width
getLineWidth() - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Get the width, in pixels, of lines that are drawn.
getLineWidth() - Method in class net.sourceforge.webcompmath.draw.Graph1D
Get the line width
getLineWidth() - Method in class net.sourceforge.webcompmath.draw.Grid
Get the width of the grid lines (or dots), in pixels.
getLineWidth() - Method in class net.sourceforge.webcompmath.draw.ParametricCurve
Get the width, in pixels, of lines that are drawn.
getLineWidth() - Method in class net.sourceforge.webcompmath.draw.RiemannArcLength
Get the width, in pixels, of lines that are drawn.
getLineWidth() - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Get the width, in pixels, of outline lines.
getLineWidth() - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Get the width, in pixels, of lines that are drawn.
getLineWidth() - Method in class net.sourceforge.webcompmath.draw.ScatterPlot
Get the width, in pixels, of lines for crosses.
getLineWidth() - Method in class net.sourceforge.webcompmath.draw.Sequence
Get the width, in pixels, of outlines that are drawn.
getLineWidth() - Method in class net.sourceforge.webcompmath.draw.VectorField
Get the width, in pixels, of lines that are drawn.
getLineWidth() - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Get the width, in pixels, of lines that are drawn.
getListenForDrags() - Method in class net.sourceforge.webcompmath.draw.MouseTracker
Gets the "listenForDrags" property of the MouseTracker, which determines if the MouseTracker responds to both clicks and drags, or only to clicks.
getLoadExampleButton() - Method in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
Get the load button itself.
getLoopStyle() - Method in class net.sourceforge.webcompmath.awt.Animator
Get the loop style, which determines what happens when the final frame of the animation is reached.
getLoopStyle() - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Get the loop style.
getLowerFuction() - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Returns the lower function.
getLowerFuction() - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Returns the lower function.
getMainController() - Static method in class net.sourceforge.webcompmath.awt.beans.WCMPanelBean
Get the main controller for all the WCMPanelBeans.
getMajorXTickSpacing() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the major tick spacing for the x axis
getMajorXTickWidth() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the width of major tick marks on the x axis.
getMajorYTickSpacing() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the major tick spacing for the y axis
getMajorYTickWidth() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the width of major tick marks on the y axis.
getMathObject() - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
return the embedded variable.
getMathObject() - Method in class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean
Returns the object that can be added to a parser.
getMathObject() - Method in class net.sourceforge.webcompmath.awt.beans.WCMExpressionInputBean
Since this is a ParserExtension, just returns itself.
getMathObject() - Method in class net.sourceforge.webcompmath.awt.beans.WCMVariableInputBean
Calls getVariable to get the proper object to be added to a parser.
getMathObject() - Method in class net.sourceforge.webcompmath.awt.beans.WCMVariableJSliderBean
Returns the result of getVariable.
getMathObject() - Method in interface net.sourceforge.webcompmath.data.beans.ParserMathObject
Get the MathObject for adding to a parser.
getMathObject() - Method in class net.sourceforge.webcompmath.data.beans.WCMVariableBean
Just returns itself.
getMathObject() - Method in class net.sourceforge.webcompmath.draw.beans.WCMMouseVariableBean
Just return the variable.
getMathObject() - Method in class net.sourceforge.webcompmath.functions.beans.WCMDerivativeBean
Returns itself
getMathObject() - Method in class net.sourceforge.webcompmath.functions.beans.WCMExpressionFunctionBean
Since this is a ParserExtension, just returns itself.
getMathObject() - Method in class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionBean
Since this is a ParserExtension, just returns itself.
getMax() - Method in class net.sourceforge.webcompmath.awt.Animator
Get the Value object that specifies the final value of the Animator.
getMax() - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Get the maximum value.
getMax() - Method in class net.sourceforge.webcompmath.awt.VariableInput
Return the maximum value that will be accepted in this VariableInput box.
getMax() - Method in class net.sourceforge.webcompmath.awt.VariableJSlider
Get the Value object that gives the value of the variable when the slider is at the right (or top) of the slider.
getMax() - Method in class net.sourceforge.webcompmath.awt.VariableSlider
Get the Value object that gives the value of the variable when the slider is at the right (or top) of the scrollbar.
getMethod() - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Get the method.
getMethod() - Method in class net.sourceforge.webcompmath.draw.beans.WCMRiemannSumRectsBean
Get the method (LEFTENDPOINT, etc.)
getMethod() - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Return the current method used to draw the slice
getMethod() - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Return the current method used to find the rectangle sums
getMillisPerFrame() - Method in class net.sourceforge.webcompmath.awt.Animator
Get the nominal number of milliseconds per frame.
getMillisPerFrame() - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Get the number of milliseconds per frame.
getMin() - Method in class net.sourceforge.webcompmath.awt.Animator
Get the Value object that specifies the starting value of the Animator.
getMin() - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Get the minimum value.
getMin() - Method in class net.sourceforge.webcompmath.awt.VariableInput
Return the minimum value that will be accepted in this VariableInput box.
getMin() - Method in class net.sourceforge.webcompmath.awt.VariableJSlider
Get the Value object that gives the value of the variable when the slider is at the left (or bottom) of the slider.
getMin() - Method in class net.sourceforge.webcompmath.awt.VariableSlider
Get the Value object that gives the value of the variable when the slider is at the left (or bottom) of the scrollbar.
getMinorXTickSpacing() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the minor tick spacing for the x axis
getMinorYTickSpacing() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the minor tick spacing for the y axis
getMissingValueIsError() - Method in class net.sourceforge.webcompmath.draw.beans.WCMScatterPlotBean
Get whether missing values cause an error.
getMissingValueIsError() - Method in class net.sourceforge.webcompmath.draw.ScatterPlot
The return value indicates whether missing data is considered to be an error.
getMode() - Method in class net.sourceforge.webcompmath.draw.Grid
Get the mode of the grid, either PIXEL_BASED or COORD_BASED.
getModifiers() - Method in class net.sourceforge.webcompmath.draw.Panner
Get 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.
getMouse() - Method in class net.sourceforge.webcompmath.draw.beans.WCMMouseVariableBean
Get the MouseTracker or DraggablePoint being referenced
getName() - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Get the animator's name, which is the same as it's variable, which defaults to "k".
getName() - Method in class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean
Get the name of the bean.
getName() - Method in class net.sourceforge.webcompmath.awt.beans.WCMExpressionInputBean
Just pass this method on to func
getName() - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Get the name of the DataInputTable (which might be null).
getName() - Method in class net.sourceforge.webcompmath.data.Constant
Return the name of this Constant.
getName() - Method in interface net.sourceforge.webcompmath.data.MathObject
Get the name of this object.
getName() - Method in class net.sourceforge.webcompmath.data.StandardFunction
Return the name of this StandardFunction oject.
getName() - Method in class net.sourceforge.webcompmath.draw.beans.WCMMouseVariableBean
Passed through to the MouseVar variable.
getName() - Method in class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionBean
Get the name.
getName() - Method in class net.sourceforge.webcompmath.functions.DerivParser
Get the name, which will be used in place of "Deriv" in expressions.
getName() - Method in class net.sourceforge.webcompmath.functions.FunctionParserExtension
Get the name of this MathObject.
getName() - Method in class net.sourceforge.webcompmath.functions.NumDerivParser
Get the name, which will be used in place of "numDeriv" in expressions.
getName() - Method in class net.sourceforge.webcompmath.functions.NumIntParser
Get the name, which will be used in place of "numInt" in expressions.
getName() - Method in class net.sourceforge.webcompmath.functions.NumMinMaxParser
Get the name, which will be used in place of "numMin" or "numMax" in expressions.
getName() - Method in class net.sourceforge.webcompmath.functions.SummationParser
Get the name, which will be used in place of "sum" in expressions.
getNegFillColor() - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Get the negative fill color
getNegOutlineColor() - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Get the negative outline color
getNoDigitsInIdentifiers() - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
Get the no digits in identifiers option
getNonEmptyRowCount() - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Return the number of rows in the table, ignoring empty rows at the bottom of the table.
getNoUnderscoreInIdentifiers() - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
Get the no underscore in identifiers option
getNumericParam(Applet, String) - Static method in class net.sourceforge.webcompmath.applets.AppletUtilities
Get The value of an applet parameter that consists of a list of numbers.
getNumericParam(Applet, String, double[]) - Static method in class net.sourceforge.webcompmath.applets.AppletUtilities
Get The value of an applet parameter that consists of a list of numbers.
getNumericParam(String) - Method in class net.sourceforge.webcompmath.applets.GenericGraphApplet
Get The value of an applet parameter that consists of a list of numbers.
getNumericParam(String, double[]) - Method in class net.sourceforge.webcompmath.applets.GenericGraphApplet
Get The value of an applet parameter that consists of a list of numbers.
getNumericParam(String) - Method in class net.sourceforge.webcompmath.applets.LaunchButtonApplet
Get The value of an applet parameter that consists of a list of numbers.
getNumericParam(String, double[]) - Method in class net.sourceforge.webcompmath.applets.LaunchButtonApplet
Get The value of an applet parameter that consists of a list of numbers.
getNumSize() - Method in class net.sourceforge.webcompmath.awt.DisplayLabel
Return the desired maximum number of characters in displayed numbers.
getNumSize() - Method in class net.sourceforge.webcompmath.draw.DrawString
Return the desired maximum number of characters in displayed numbers.
getNumVariables() - Method in class net.sourceforge.webcompmath.awt.beans.WCMExpressionInputBean
Just pass this method on to func
getNumVariables() - Method in class net.sourceforge.webcompmath.functions.beans.WCMExpressionFunctionBean
Just pass this method on to the super class.
getOffset() - Method in class net.sourceforge.webcompmath.draw.DrawString
Get the distance of the bounding box of the string from the reference point where it is drawn.
getOnChange() - Method in class net.sourceforge.webcompmath.awt.Animator
Get the Controller that is notified (by calling its compute() method) whenever the frame changes.
getOnChange() - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Get the controller that is notified when the limits on this CoordinateRect change.
getOnChange() - Method in class net.sourceforge.webcompmath.functions.TableFunctionInput
Get the Controller that is notified when the user edits the data in this panel.
getOnDrag() - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Get the Computable that is notified as the user drags a point.
getOnFinishDrag() - Method in class net.sourceforge.webcompmath.draw.Panner
Get the Controller that is notified when the user finishs a drag.
getOnFinishDrag() - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Get the Computable that is notified when the user finishes dragging a point.
getOnTextChange() - Method in class net.sourceforge.webcompmath.awt.ExpressionInput
Return the Controller, if any, that is notified whenever the text in this input box changes
getOnTextChange() - Method in class net.sourceforge.webcompmath.awt.VariableInput
Return the Controller, if any, that is notified when the text in this input box changes
getOnUserAction() - Method in class net.sourceforge.webcompmath.awt.ComputeButton
Return the controlller whose compute() method is called when the user clicks this button.
getOnUserAction() - Method in class net.sourceforge.webcompmath.awt.ExpressionInput
Return the Controller, if any, that is notified when the user presses return in this text-input box.
getOnUserAction() - Method in class net.sourceforge.webcompmath.awt.VariableInput
Return the Controller, if any, that is notified when the user presses return in this text-input box.
getOnUserAction() - Method in class net.sourceforge.webcompmath.awt.VariableJSlider
Return the Controller, if any, that is notified when the user adjusts the position of the scroll bar.
getOnUserAction() - Method in class net.sourceforge.webcompmath.awt.VariableSlider
Return the Controller, if any, that is notified when the user adjusts the position of the scroll bar.
getOnUserAction() - Method in class net.sourceforge.webcompmath.draw.DraggablePoint
Get the Controller that is notified when the user drags the point.
getOnUserAction() - Method in class net.sourceforge.webcompmath.draw.MouseTracker
Get the Controller that responds when a user mouse action is detected by this MouseTracker.
getOnUserAction() - Method in class net.sourceforge.webcompmath.draw.Panner
Get the Controller that is notified when the user moves the mouse during a drag.
getOpCode() - Method in class net.sourceforge.webcompmath.data.StandardFunction
Return the operation code for this standard function.
getOptionalFunctions() - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
Get the optional functions option
getOptionalParens() - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
Get the optional parens option
getOptionalSpaces() - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
Get the optional spaces option
getOptionalStars() - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
Get the optional stars option
getOptions() - Method in class net.sourceforge.webcompmath.data.Parser
Gets the current options.
getOrientation() - Method in class net.sourceforge.webcompmath.awt.Animator
Get the constant, VERTICAL or HORIZONTAL, that was used to specify whether the components in the animator are arranged veritcally or horizontally.
getOrientation() - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Get the orientation.
getOutlineColor() - Method in class net.sourceforge.webcompmath.draw.beans.WCMRiemannSumRectsBean
Get the outline color.
getOutlineColor() - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Get the color that is used to draw outlines around the rects.
getOutlineColor() - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Get the (positive) color that is used to draw outlines around the rects.
getOutlineColor() - Method in class net.sourceforge.webcompmath.draw.Sequence
Get the (positive) color that is used to draw outlines around the symbols.
getPaintTicks() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get whether ticks and labels are in use.
getParameter(Applet, String, String) - Static method in class net.sourceforge.webcompmath.applets.AppletUtilities
Get the value of an applet parameter, but return a default if the value is null.
getParameter(String) - Method in class net.sourceforge.webcompmath.applets.GenericGraphApplet
Override the standard applet method getParameter(String) so that when no param value is provided in the applet tag, and if parameterDefaults is non-null, it will check for a value in the parameterDefaults.
getParameter(String, String) - Method in class net.sourceforge.webcompmath.applets.GenericGraphApplet
Get the value of an applet parameter, but return a default if the value is null.
getParameter(String, String) - Method in class net.sourceforge.webcompmath.applets.ScatterPlotApplet
Return the applet parameter with a given param name, but if no such applet param exists, return a default value instead.
getParametricCurve1() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Get parametric curve controlled by this panel.
getParametricCurve2() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Get parametric curve controlled by this panel.
getParametricCurve3() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Get parametric curve controlled by this panel.
getParametricFields() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Get whether parametric fields are used.
getParamName() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Get the name of the parameter variable.
getParent() - Method in class net.sourceforge.webcompmath.awt.Controller
Get the parent of this controller.
getParser() - Method in class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean
Get the parser.
getParser() - Method in class net.sourceforge.webcompmath.awt.ExpressionInput
test pkhg 050418
getParser() - Method in class net.sourceforge.webcompmath.functions.beans.WCMExpressionFunctionBean
Get the parser
getParser() - Method in class net.sourceforge.webcompmath.functions.ImplicitFunction
 
getPixelHeight() - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Return the height of one pixel in this coordinate system.
getPixelSpacing() - Method in class net.sourceforge.webcompmath.draw.beans.WCMVectorFieldBean
Get the pixel spacing.
getPixelSpacing() - Method in class net.sourceforge.webcompmath.draw.VectorField
Get the value of the pixelSpacing property, which determines the grid spacing for the vector field.
getPixelWidth() - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Return the width of one pixel in this coordinate system.
getPointCount() - Method in class net.sourceforge.webcompmath.functions.TableFunction
Gets the number of points in the table.
getPolarFunction() - Method in class net.sourceforge.webcompmath.draw.beans.WCMPolarCurveBean
Get the polar function.
getPosFillColor() - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Get the positive fill color
getPosition() - Method in class net.sourceforge.webcompmath.draw.beans.WCMAxisTickBean
Get the label position, one of BELOW_LEFT or ABOVE_RIGHT
getPositioning() - Method in class net.sourceforge.webcompmath.draw.DrawString
Return the positioning, as set by setPositioning().
getPosOutlineColor() - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Get the positive outline color
getPreferredSize() - Method in class net.sourceforge.webcompmath.awt.DisplayLabel
Return the preferred size of this DisplayLabel.
getPreferredSize() - Method in class net.sourceforge.webcompmath.awt.VariableJSlider
Modify getPreferredSize to return a width of 200, if the slider is horzontal, or a height of 200, if it is vertical.
getPreferredSize() - Method in class net.sourceforge.webcompmath.awt.VariableSlider
Modify getPreferredSize to return a width of 200, if the scrollbar is horzontal, or a height of 200, if it is vertical.
getPreferredSize() - Method in class net.sourceforge.webcompmath.draw.DisplayCanvas
This has been overridden to return a default size of 350-by-350 pixels.
getPreferredSize() - Method in class net.sourceforge.webcompmath.draw.LimitControlPanel
Compute the preferred size of this panel.
getPrefixText() - Method in class net.sourceforge.webcompmath.awt.beans.WCMFunctionLabelBean
get the text to be displayed in front of the function
getRadius() - Method in class net.sourceforge.webcompmath.draw.DraggablePoint
Get the radius used for drawing the point.
getRationalExponents() - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
Get the rational exponents option
getRealXSpacing() - Method in class net.sourceforge.webcompmath.draw.VectorField
Get the value of the realXSpacing property, which determines the grid spacing for the vector field in the x direction.
getRealYSpacing() - Method in class net.sourceforge.webcompmath.draw.VectorField
Get the value of the realYSpacing property, which determines the grid spacing for the vector field in the x direction.
getRelError() - Method in class net.sourceforge.webcompmath.functions.ZeroFinder
Gets the RelError attribute of the ZeroFinder object
getRestore() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Get the restore option
getRestoreBuffer() - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Get an array containing the limits for the restore buffer in the order xmin, xmax, ymin, ymax.
getResultOfIteration() - Method in class net.sourceforge.webcompmath.functions.ZeroFinder
Gets the ResultOfIteration attribute of the ZeroFinder object
getRowNumberVariable() - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Get a variable that represents the current row number in the table, as set by the setCurrentRowNumber() method.
getSave() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Get the save option
getSerialNumber() - Method in class net.sourceforge.webcompmath.awt.Animator
Part of the Tieable interface.
getSerialNumber() - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Get the serial number of the table.
getSerialNumber() - Method in interface net.sourceforge.webcompmath.awt.Tieable
Get the serial number associated with this Tieable.
getSerialNumber() - Method in class net.sourceforge.webcompmath.awt.VariableInput
Return this object's serial number, which increases whenever the value of the associated variable changes.
getSerialNumber() - Method in class net.sourceforge.webcompmath.awt.VariableJSlider
Return this object's serial number, which is increased every time the value changes.
getSerialNumber() - Method in class net.sourceforge.webcompmath.awt.VariableSlider
Return this object's serial number, which is increased every time the value changes.
getSerialNumber() - Method in class net.sourceforge.webcompmath.draw.beans.WCMMouseVariableBean
Passed through to the MouseVar variable.
getSerialNumber() - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Return the serial number of the CoordinateRect, which is incremented each time the limits change.
getSerialNumber() - Method in class net.sourceforge.webcompmath.draw.LimitControlPanel
Part of the Tieable interface, and not meant to be called directly.
getSetLimits() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Get the set limits option
getShape() - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Get the shape
getShape() - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Get the shape for this slice.
getShape() - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Get the shape for the Riemann sum.
getShape() - Method in class net.sourceforge.webcompmath.draw.Sequence
Get the shape for the symbols.
getShowColumnTitles() - Method in class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean
Get whether to show column titles.
getShowColumnTitles() - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Test whether the column name is shown at the top of each column.
getShowPoints() - Method in class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionGraphBean
Get whether to show points.
getShowPoints() - Method in class net.sourceforge.webcompmath.functions.TableFunctionGraph
Get the showPoints property, which determines whether the points from the table that defines the function are visible as little disks.
getShowRegressionLine() - Method in class net.sourceforge.webcompmath.draw.beans.WCMScatterPlotBean
Get whether to show the regression line.
getShowRegressionLine() - Method in class net.sourceforge.webcompmath.draw.ScatterPlot
The return value tells whether a regression line is drawn.
getShowRowNumbers() - Method in class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean
Get whether to show row numbers.
getShowRowNumbers() - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Test whether row numbers are shown.
getSlant() - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Get the amount of slant offset
getSliceWidth() - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Get the width of the slice, in pixels.
getSolution() - Method in class net.sourceforge.webcompmath.functions.ZeroFinder
Gets the Solution attribute of the ZeroFinder object
getStandardFunctions() - Method in class net.sourceforge.webcompmath.data.beans.WCMParserBean
Get the standard functions option.
getStartButtonName() - Method in class net.sourceforge.webcompmath.awt.Animator
Get the Start button name.
getStartButtonName() - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Get the start button name.
getStepsMinus() - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Get the number of steps in the minus direction
getStepsPlus() - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Get the number of steps in the positive direction
getStopButtonName() - Method in class net.sourceforge.webcompmath.awt.Animator
Get the name of the stop button;
getStopButtonName() - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Get the text of the stop button.
getString() - Method in class net.sourceforge.webcompmath.draw.DrawString
Get a copy of the display string (with \n's #'s, not with substitued values.)
getStyle() - Method in class net.sourceforge.webcompmath.draw.beans.WCMVectorFieldBean
Get the style.
getStyle() - Method in class net.sourceforge.webcompmath.draw.DraggablePoint
Get the visual style of the point, which must be one of the constants DraggablePoint.DISK, DraggablePoint.SQUARE, or DraggablePoint.CROSS.
getStyle() - Method in class net.sourceforge.webcompmath.draw.VectorField
Get the style in which the vector field is displayed.
getStyle() - Method in class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionBean
Get the style.
getStyle() - Method in class net.sourceforge.webcompmath.functions.TableFunction
Get the style of this TableFunction, which specifies how values are interpolated between points on the curve.
getStyleXAxis() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the style of the x axis.
getStyleYAxis() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the style of the y axis.
getSymbolSize() - Method in class net.sourceforge.webcompmath.draw.Sequence
Get the size in pixels.
getTable() - Method in class net.sourceforge.webcompmath.draw.beans.WCMScatterPlotBean
Get the DataTableInput being plotted.
getTable() - Method in class net.sourceforge.webcompmath.draw.ScatterPlot
Get the DataTableInput from which the plotted data is obtained.
getTableStyle() - Method in class net.sourceforge.webcompmath.functions.ImplicitFunction
Style of the TableFunctions
getThrowErrors() - Method in class net.sourceforge.webcompmath.awt.DataTableInput
Get the value of the throwErrors property, which determines whether an error is thrown when an attempt is made to refer to the value of a cell that contains an invalid string.
getThrowErrors() - Method in class net.sourceforge.webcompmath.awt.ExpressionInput
Return the value of the throwErrors property, which determines whether errors can be thrown when checkInput() is called.
getThrowErrors() - Method in class net.sourceforge.webcompmath.awt.VariableInput
Return the value of the throwErrors property.
getTickColor() - Method in class net.sourceforge.webcompmath.draw.beans.WCMAxisTickBean
Get the tick color.
getTickColor() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the color used for ticks and tick labels
getTIntervals() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Get the number of intervals.
getTIntervalsValue() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Returns as a Value the tIntervals VariableInput.
getTMax() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Get the maximum parameter value.
getTMax() - Method in class net.sourceforge.webcompmath.draw.beans.WCMParametricCurveBean
Get t max.
getTMax() - Method in class net.sourceforge.webcompmath.draw.ParametricCurve
Get the Value object, possibly null, that gives the right endpoint of the domain of the parameter.
getTMaxValue() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Returns as a Value the tMax VariableInput.
getTMin() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Get the minimum parameter value.
getTMin() - Method in class net.sourceforge.webcompmath.draw.beans.WCMParametricCurveBean
Get t min.
getTMin() - Method in class net.sourceforge.webcompmath.draw.ParametricCurve
Get the Value object, possibly null, that gives the left endpoint of the domain of the parameter.
getTMinValue() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Returns as a Value the tMin VariableInput.
getTop() - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Get the top edge of this CoordinateRect in the DisplayCanvas that contains it.
getTValue() - Method in class net.sourceforge.webcompmath.draw.beans.WCMTangentLineBean
get the t value to use when finding the slope and position of the tangent line for a parametric curve
getType() - Method in class net.sourceforge.webcompmath.draw.RiemannArcLength
Get the type.
getUndefinedWhenNotDragging() - Method in class net.sourceforge.webcompmath.draw.MouseTracker
Gets the "undefinedWhenNotDragging" property of the MouseTracker.
getUndefinedWhenNotRunning() - Method in class net.sourceforge.webcompmath.awt.Animator
Get the value of the undefinedWhenNotRunning property.
getUndefinedWhenNotRunning() - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Get whether value is Double.NaN when not running.
getUpperFuction() - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Returns the upper function for the Riemann slice.
getUseTwoColumnsIfPossible() - Method in class net.sourceforge.webcompmath.draw.LimitControlPanel
Get the value of the "useTwoColumnsIfPossible" property of this panel.
getV() - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Get the vertical offset from (x1,y1).
getVal() - Method in class net.sourceforge.webcompmath.awt.Animator
Get the current value of the Animator.
getVal() - Method in class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Get the value.
getVal(double[]) - Method in class net.sourceforge.webcompmath.awt.beans.WCMExpressionInputBean
Just pass this method on to func
getVal() - Method in class net.sourceforge.webcompmath.awt.ExpressionInput.EI
Returns the value of the expression
getVal() - Method in class net.sourceforge.webcompmath.awt.ExpressionInput
Return the current value of the expression associated with this ExpressionInput.
getVal() - Method in class net.sourceforge.webcompmath.awt.VariableInput
Return the value of the associated variable, which might not reflect the value of the contents of the input box.
getVal() - Method in class net.sourceforge.webcompmath.awt.VariableJSlider
Get the value of this VariableJSlider.
getVal() - Method in class net.sourceforge.webcompmath.awt.VariableSlider
Get the value of this VariableSlider.
getVal() - Method in class net.sourceforge.webcompmath.data.Constant
Return the value of this Constant.
getVal() - Method in class net.sourceforge.webcompmath.data.ExpressionProgram
Run the ExprssionProgram and return the value that it computes.
getVal(double[]) - Method in interface net.sourceforge.webcompmath.data.Function
Find the value of the function at the argument values given by arguments[0], arguments[1], ...
getVal(double[]) - Method in class net.sourceforge.webcompmath.data.SimpleFunction
Find the value of the function at the argument values argument[0], argument[1]....
getVal() - Method in interface net.sourceforge.webcompmath.data.Value
Gets the current value of this object.
getVal() - Method in class net.sourceforge.webcompmath.data.ValueMath
Get the value of this object.
getVal() - Method in class net.sourceforge.webcompmath.draw.beans.WCMMouseVariableBean
Passed through to the MouseVar variable.
getVal() - Method in class net.sourceforge.webcompmath.draw.beans.WCMRiemannSumRectsBean
Get the value, based on the current method.
getVal() - Method in class net.sourceforge.webcompmath.functions.beans.WCMExpressionFunctionBean
get the value (for use when this represents an expression, not a function
getVal(double[]) - Method in class net.sourceforge.webcompmath.functions.ExpressionFunction
Find the value of the function at the argument values given by arguments[0], arguments[1], ...
getVal(double) - Method in class net.sourceforge.webcompmath.functions.TableFunction
Get the value of the function at x, using interpolation if x lies between two x-coordinates in the list of points that define the function.
getVal(double[]) - Method in class net.sourceforge.webcompmath.functions.TableFunction
Get the value of the function at the specified parameter value.
getVal(double[]) - Method in class net.sourceforge.webcompmath.functions.WrapperFunction
Find the value of the function at the argument value argument[0], ....
getValueAsVariable() - Method in class net.sourceforge.webcompmath.awt.Animator
Get a variable whose value is always equal to the value of the animator.
getValueAsVariable(String) - Method in class net.sourceforge.webcompmath.awt.Animator
Get a variable whose value is always equal to the value of the animator.
getValueObject(int) - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Get a Value object representing one of the limits on this CoordinateRect.
getValueObject() - Method in class net.sourceforge.webcompmath.draw.RiemannArcLength
Gets a Value object that gives the value of the Riemann arc length
getValueObject(int) - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Gets a Value object that gives the value of the Riemann sum for the specified method.
getValueObject(int) - Method in class net.sourceforge.webcompmath.draw.ScatterPlot
Get a Value that represents a statistic about the data that is shown in the scatter plot.
getValueObject() - Method in class net.sourceforge.webcompmath.draw.Sequence
Gets a Value object that gives the value of the partial sum for the sequence.
getValues() - Method in class net.sourceforge.webcompmath.awt.DisplayLabel
Get the array of Value objects whose values are displayed in this DisplayLabel.
getValues() - Method in class net.sourceforge.webcompmath.draw.DrawString
Return the array of values that are substituted for #'s in the string.
getValueWithCases(double[], Cases) - Method in class net.sourceforge.webcompmath.awt.beans.WCMExpressionInputBean
Just pass this method on to func
getValueWithCases(Cases) - Method in class net.sourceforge.webcompmath.awt.ExpressionInput.EI
Returns the value of the expression
getValueWithCases(Cases) - Method in class net.sourceforge.webcompmath.data.Constant
Return the value of the Constant.
getValueWithCases(Cases) - Method in interface net.sourceforge.webcompmath.data.Expression
Compute and return the value of this expression.
getValueWithCases(Cases) - Method in class net.sourceforge.webcompmath.data.ExpressionProgram
Run the ExprssionProgram and return the value that it computes.
getValueWithCases(double[], Cases) - Method in interface net.sourceforge.webcompmath.data.Function
Find the value of the function at the argument values given by arguments[0], arguments[1], ...
getValueWithCases(double[], Cases) - Method in class net.sourceforge.webcompmath.data.SimpleFunction
Find the value of the function at the argument values argument[0], argument[1]....
getValueWithCases(Cases) - Method in class net.sourceforge.webcompmath.draw.beans.WCMMouseVariableBean
Passed through to the MouseVar variable.
getValueWithCases(double[], Cases) - Method in class net.sourceforge.webcompmath.functions.beans.WCMExpressionFunctionBean
Overridden to check if a redefine is needed.
getValueWithCases(double[], Cases) - Method in class net.sourceforge.webcompmath.functions.ExpressionFunction
Find the value of the function at the argument values given by arguments[0], arguments[1], ...
getValueWithCases(double[], Cases) - Method in class net.sourceforge.webcompmath.functions.TableFunction
Get the value of the function at the specified parameter value.
getValueWithCases(double[], Cases) - Method in class net.sourceforge.webcompmath.functions.WrapperFunction
Find the value of the function at the argument values argument[0],....
getValWithCases(Cases) - Method in class net.sourceforge.webcompmath.awt.beans.WCMExpressionInputBean
Get the value, when used as just an expression, but with cases.
getVariable() - Method in class net.sourceforge.webcompmath.awt.beans.WCMExpressionInputBean
Get the variable to be used when this class is treaded as a function of one variable
getVariable() - Method in class net.sourceforge.webcompmath.awt.VariableInput
Get the associated variable for the VariableInput box.
getVariable() - Method in class net.sourceforge.webcompmath.awt.VariableJSlider
Return the variable associated with this VariableJSlider.
getVariable() - Method in class net.sourceforge.webcompmath.awt.VariableSlider
Return the variable associated with this VariableSlider.
getVariable() - Method in class net.sourceforge.webcompmath.functions.beans.WCMExpressionFunctionBean
Get the first variable to be used when this class is treaded as a function of one or two variables.
getVariable2() - Method in class net.sourceforge.webcompmath.awt.beans.WCMExpressionInputBean
Get the variable to be used when this class is treaded as a function of one variable
getVariable2() - Method in class net.sourceforge.webcompmath.functions.beans.WCMExpressionFunctionBean
Get the 2nd variable to be used when this class is treaded as a function of two variables.
getVisible() - Method in class net.sourceforge.webcompmath.draw.beans.WCMAxisTickBean
Return true if this WCMAxisTickBean is visible, false if it is hidden.
getVisible() - Method in class net.sourceforge.webcompmath.draw.Drawable
Return true if this Drawable is visible, false if it is hidden.
getWidth() - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Get the width in pixels of this CoordinateRect in the DisplayCanvas that contains it.
getWidth() - Method in class net.sourceforge.webcompmath.draw.DrawBorder
Get the width of the border, in pixels.
getX(int) - Method in class net.sourceforge.webcompmath.functions.TableFunction
Get the x-coordinate in the i-th point, where the first point is number zero.
getX1() - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Get the value that gives the x-coordinate of the first point that determines the shape.
getX2() - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Get the value that gives the x-coordinate of the second point that determines the shape.
getXAxisColor() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the color for the x axis.
getXAxisPosition() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the positioning constant that tells where the x-axis is drawn.
getXColumnName() - Method in class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean
Get the column name for the first column.
getXCoord() - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Get the starting x coord
getXFunction() - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Get the (possibly null) function that gives the x-component of the integral curve
getXFunction() - Method in class net.sourceforge.webcompmath.draw.beans.WCMParametricCurveBean
Get the x function.
getXFunction() - Method in class net.sourceforge.webcompmath.draw.beans.WCMTangentLineBean
Get the x function being used for the tangent line to a parametric curve
getXFunction() - Method in class net.sourceforge.webcompmath.draw.beans.WCMVectorFieldBean
Get the x function.
getXFunction() - Method in class net.sourceforge.webcompmath.draw.ParametricCurve
Get the (possibly null) function that gives the x-coordinate of the curve.
getXFunction() - Method in class net.sourceforge.webcompmath.draw.VectorField
Get the (possibly null) function that gives the x-component of the vector field.
getXLabel() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the label that appears on the x-axis.
getXLabelColor() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the color for the x axis label.
getXLabelFontSize() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the x axis font size
getXLineWidth() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the line width for the x axis.
getXLoc() - Method in class net.sourceforge.webcompmath.draw.beans.WCMDraggablePointBean
Get the initial x location of the point
getXLoc() - Method in class net.sourceforge.webcompmath.draw.beans.WCMMouseTrackerBean
 
getXMax() - Method in class net.sourceforge.webcompmath.draw.beans.WCMDisplayCanvasBean
Get the max value for the x axis;
getXMax() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Get the xMax value.
getXMax() - Method in class net.sourceforge.webcompmath.draw.beans.WCMRiemannSumRectsBean
Get the minimum x value.
getXmax() - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Get the maximum x-coordinate.
getXMax() - Method in class net.sourceforge.webcompmath.draw.RiemannArcLength
Get the max x value
getXMax() - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Get the max x value
getXMax() - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Get the max x value
getXMax() - Method in class net.sourceforge.webcompmath.draw.Sequence
Get the max x value
getXmax() - Method in class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionBean
Get the maximum x value.
getXMin() - Method in class net.sourceforge.webcompmath.draw.beans.WCMDisplayCanvasBean
Get the min value for the x axis;
getXMin() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Get the xMin value.
getXMin() - Method in class net.sourceforge.webcompmath.draw.beans.WCMRiemannSumRectsBean
Set the minimum x value
getXmin() - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Get the mimimum x-coordinate.
getXMin() - Method in class net.sourceforge.webcompmath.draw.RiemannArcLength
Get the min x value
getXMin() - Method in class net.sourceforge.webcompmath.draw.RiemannSlice
Get the min x value
getXMin() - Method in class net.sourceforge.webcompmath.draw.RiemannSumRects
Get the min x value
getXMin() - Method in class net.sourceforge.webcompmath.draw.Sequence
Get the min x value
getXmin() - Method in class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionBean
Get the minimum x value.
getXPos() - Method in class net.sourceforge.webcompmath.draw.DrawString
Return the Value object that gives the x-coordinate of the reference point of this string.
getXSP() - Method in class net.sourceforge.webcompmath.draw.Grid
Access method to return the x spacing used between grid lines.
getXStart() - Method in class net.sourceforge.webcompmath.functions.ImplicitFunction
 
getXTickColor() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the color of tick marks and labels on the x axis.
getXTickFontSize() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the x axis tick label font size
getXValue() - Method in class net.sourceforge.webcompmath.draw.beans.WCMTangentLineBean
get the x value to use when finding the slope and position of the tangent line
getXVar() - Method in class net.sourceforge.webcompmath.draw.DraggablePoint
Get the variable that represents the current x-value of the point.
getXVar() - Method in class net.sourceforge.webcompmath.draw.MouseTracker
Get the variable whose value represents the x-coordinate of the MouseTracker.
getXVar() - Method in interface net.sourceforge.webcompmath.draw.MouseVar
Get the variable associated with the x position
getXVar() - Method in class net.sourceforge.webcompmath.functions.ImplicitFunction
 
getY(int) - Method in class net.sourceforge.webcompmath.functions.TableFunction
Get the y-coordinate in the i-th point, where the first point is number zero.
getY1() - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Get the value that gives the y-coordinate of the first point that determines the shape.
getY2() - Method in class net.sourceforge.webcompmath.draw.DrawGeometric
Get the value that gives the y-coordinate of the second point that determines the shape.
getYAxisColor() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the color for the y axis
getYAxisPosition() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the positioning constant that tells where the y-axis is drawn.
getYColumnName() - Method in class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean
Get the column name for the second column.
getYCoord() - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Get the starting y coordinate
getYFunction() - Method in class net.sourceforge.webcompmath.draw.beans.WCMCrossHairBean
Method to return the function used for the y value
getYFunction() - Method in class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Get the (possibly null) function that gives the y-component of the vector field.
getYFunction() - Method in class net.sourceforge.webcompmath.draw.beans.WCMParametricCurveBean
Get the y function.
getYFunction() - Method in class net.sourceforge.webcompmath.draw.beans.WCMTangentLineBean
Get the y function being used for the tangent line to a parametric curve
getYFunction() - Method in class net.sourceforge.webcompmath.draw.beans.WCMVectorFieldBean
Get the y function.
getYFunction() - Method in class net.sourceforge.webcompmath.draw.ParametricCurve
Get the (possibly null) function that gives the y-coordinate of the curve.
getYFunction() - Method in class net.sourceforge.webcompmath.draw.VectorField
Get the (possibly null) function that gives the y-component of the vector field.
getYLabel() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the label that appears on the y-axis.
getYLabelColor() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the color for the y axis label.
getYLabelFontSize() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the y axis label font size
getYLineWidth() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the line width for the y axis.
getYLoc() - Method in class net.sourceforge.webcompmath.draw.beans.WCMDraggablePointBean
Get the initial y location of the point
getYLoc() - Method in class net.sourceforge.webcompmath.draw.beans.WCMMouseTrackerBean
 
getYMax() - Method in class net.sourceforge.webcompmath.draw.beans.WCMDisplayCanvasBean
Get the max value for the y axis;
getYMax() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Get the yMax value.
getYmax() - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Get the maximum x-coordinate.
getYMin() - Method in class net.sourceforge.webcompmath.draw.beans.WCMDisplayCanvasBean
Get the min value for the y axis;
getYMin() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Get the yMin value.
getYmin() - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Get the mimimum y-coordinate.
getYPos() - Method in class net.sourceforge.webcompmath.draw.DrawString
Return the Value object that gives the y-coordinate of the reference point of this string.point of this string.
getYRemembered() - Method in class net.sourceforge.webcompmath.functions.ImplicitFunction
If the history switch is on, computed y(x) values are remembered in a TableFunction
getYSP() - Method in class net.sourceforge.webcompmath.draw.Grid
Access method to return the y spacing used between grid lines
getYStart() - Method in class net.sourceforge.webcompmath.functions.ImplicitFunction
 
getYTickColor() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the color of tick marks and labels on the y axis.
getYTickFontSize() - Method in class net.sourceforge.webcompmath.draw.WcmAxes
Get the y axis tick label font size
getYVar() - Method in class net.sourceforge.webcompmath.draw.DraggablePoint
Get the variable that represents the current y-value of the point.
getYVar() - Method in class net.sourceforge.webcompmath.draw.MouseTracker
Get the variable whose value represents the y-coordinate of the MouseTracker.
getYVar() - Method in interface net.sourceforge.webcompmath.draw.MouseVar
Get the variable associated with the y position
getYVar() - Method in class net.sourceforge.webcompmath.functions.ImplicitFunction
 
getZeroFinder() - Method in class net.sourceforge.webcompmath.functions.ImplicitFunction
The zeroFinder used.
getZoomIn() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Get the zoom in option
getZoomOut() - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Get the zoom out option
ggBGColor - Variable in class net.sourceforge.webcompmath.applets.GenericGraphApplet
The background color for the applet
ggFGColor - Variable in class net.sourceforge.webcompmath.applets.GenericGraphApplet
The foreground color for the applet
Graph1D - Class in net.sourceforge.webcompmath.draw
A Graph1D represents the graph of a function of one variable, to be displayed in a given CoordinateRect.
Graph1D() - Constructor for class net.sourceforge.webcompmath.draw.Graph1D
Create a Graph1D with no function to graph.
Graph1D(Function) - Constructor for class net.sourceforge.webcompmath.draw.Graph1D
Create a graph of the specified function.
Grid - Class in net.sourceforge.webcompmath.draw
A Grid object draws a graph paper-like grid on a Canvas.
Grid() - Constructor for class net.sourceforge.webcompmath.draw.Grid
Create a Grid object with x and y spacing 1.0.
Grid(double, double) - Constructor for class net.sourceforge.webcompmath.draw.Grid
Create a Grid object with spacing specified.
GT - Static variable in class net.sourceforge.webcompmath.data.ExpressionProgram
Code for a unary or binary operator or a standard function.

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