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.