Index A of all Fields and Methods
All Packages  Class Hierarchy

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

Index A of all Fields and Methods

ABS.Static variable in class EDU.emporia.mathtools.Expr
Unary operator.
ACOS.Static variable in class EDU.emporia.mathtools.Expr
Unary operator.
ADD.Static variable in class EDU.emporia.mathtools.Expr
Binary operator.
addDataPoint(double, double). Method in class EDU.emporia.mathbeans.SlopeField
Another version of the addDataPoint method that accepts the coordinates of the point to be added.
addDataPoint(Point2D.Double). Method in class EDU.emporia.mathbeans.SlopeField
Adds a dataPoint to be used to generate an Euler approximation.
addGraph(Graphable). Method in class EDU.emporia.mathbeans.FunctionTable
Adds a graph to be represented by the table
addGraph(Graphable). Method in class EDU.emporia.mathbeans.MathGrapher
addGraph adds a new Graph to the MathGrapher
addGraph(Graphable). Method in class EDU.emporia.mathbeans.ParametricTable
Adds a graph to be represented on the table
addGraph(Graphable, Color). Method in class EDU.emporia.mathbeans.MathGrapher
Another version of addGraph that allows you to specify the color of the graph.
addPoint(double). Method in class EDU.emporia.mathbeans.FunctionTable
Adds a point to the table.
addPoint(double). Method in class EDU.emporia.mathbeans.ParametricTable
Adds a point to the table
addPoint(double, double). Method in class EDU.emporia.mathbeans.MathGrapher
Another version of the addPoint method that accepts the coordinates of the point as parameters
addPoint(double, double). Method in class EDU.emporia.mathtools.PiecewiseLinearFunction
Adds the point with the specified x and y coordinate.
addPoint(double, double). Method in class EDU.emporia.mathtools.PolygonalCurve
Adds a point to be used to construct the polygon
addPoint(double, double). Method in class EDU.emporia.mathtools.SplineCurve
Adds a point to be used to construct the curve.
addPoint(double, double). Method in class EDU.emporia.mathtools.SplineFunction
Adds the point with the specified x and y coordinate.
addPoint(double, double, Color). Method in class EDU.emporia.mathbeans.MathGrapher
Still another version of the addPoint method that specifies the color.
addPoint(double, double, double). Method in class EDU.emporia.mathtools.SplineFunction
Adds a point with the given x and y coordinates and specifies the slope at that point.
addPoint(double, double, double, double). Method in class EDU.emporia.mathtools.SplineCurve
Adds a point and specifies a tangent vector at that point.
addPoint(Point2D.Double). Method in class EDU.emporia.mathbeans.MathGrapher
Adds a new point to be displayed using the default color.
addPoint(Point2D.Double). Method in class EDU.emporia.mathbeans.MathTable
Adds a point to the table
addPoint(Point2D.Double). Method in class EDU.emporia.mathtools.PiecewiseLinearFunction
Adds the indicated point to the list of points used to construct the function.
addPoint(Point2D.Double). Method in class EDU.emporia.mathtools.PolygonalCurve
Adds a point to be used to construct the polygon
addPoint(Point2D.Double). Method in class EDU.emporia.mathtools.SplineCurve
Adds a point to be used to construct the curve.
addPoint(Point2D.Double). Method in class EDU.emporia.mathtools.SplineFunction
Adds the indicated point to the list of points used to construct the function.
addPoint(Point2D.Double, Color). Method in class EDU.emporia.mathbeans.MathGrapher
A version of the addPoint method that allows you to specify the color used to display the point.
addPoint(Point2D.Double, double). Method in class EDU.emporia.mathtools.SplineFunction
Adds the indicated points to the list of points and specifies the slope of the curve at that point.
addPoint(Point2D.Double, Point2D.Double). Method in class EDU.emporia.mathtools.SplineCurve
Adds a point to be used by the curve and a another point to be used as a tangent vector to the curve
addPoints(double[]). Method in class EDU.emporia.mathbeans.FunctionTable
Adds an array of points to the table.
addPoints(double[]). Method in class EDU.emporia.mathbeans.ParametricTable
Adds an array of points to the table
addPoints(Point2D.Double[]). Method in class EDU.emporia.mathbeans.MathGrapher
Adds all the points to the graph
addPoints(Point2D.Double[]). Method in class EDU.emporia.mathbeans.MathTable
Adds an array of points to the table
addPoints(Point2D.Double[]). Method in class EDU.emporia.mathtools.PiecewiseLinearFunction
Adds the indicate array of points to the ones that are being used to define the function.
addPoints(Point2D.Double[]). Method in class EDU.emporia.mathtools.PolygonalCurve
Adds an array of points to be used to define the polygon
addPoints(Point2D.Double[]). Method in class EDU.emporia.mathtools.SplineCurve
Adds an array of points to be used to define the curve
addPoints(Point2D.Double[]). Method in class EDU.emporia.mathtools.SplineFunction
Adds the indicate array of points to the ones that are being used to define the function.
addPoints(Point2D.Double[], Point2D.Double[]). Method in class EDU.emporia.mathtools.SplineCurve
Adds an array of points along with an array of slopes.
adjustBorders(). Method in class EDU.emporia.mathbeans.MathGrid
This method will adjust the borders to make sure that there is room to display the labels
adjustCharacterLength(int). Method in class EDU.emporia.mathbeans.MathTextField
Adjusts the number of characters to be displayed to accommodate the size
adjustTable(). Method in class EDU.emporia.mathbeans.FunctionTable
Adjusts the editor and renderer to reflect the new column width.
adjustTable(). Method in class EDU.emporia.mathbeans.MathTable
Sets up the table so that the columns will fit properly.
adjustTable(). Method in class EDU.emporia.mathbeans.ParametricTable
Adjusts the parameters of the table when it is resized
AND.Static variable in class EDU.emporia.mathtools.Expr
Binary operator.
ASIN.Static variable in class EDU.emporia.mathtools.Expr
Unary operator.
ATAN.Static variable in class EDU.emporia.mathtools.Expr
Unary operator.
autoNumberOfCharacters.Variable in class EDU.emporia.mathbeans.MathTextField
Determines whether maxNumberOfCharacters should be based on the size of the text field
autoSlope.Variable in class EDU.emporia.mathtools.SplineCurve
A vector that keeps track of whether the slope at any given point should be calculated automatically or whether the value that is specified should be used.
autoSlope.Variable in class EDU.emporia.mathtools.SplineFunction
An Vector of boolean values that keeps track of whether the slope at each point should stay fixed or should be automatically adjusted as new points are added.
autoSlope.Variable in class EDU.emporia.mathbeans.TangentLine
If true the slope will be approximated automatically.
autoTValue.Variable in class EDU.emporia.mathbeans.ParametricTable
Keeps track of whether the t-values should be generated automatically or be based on user input
autoXValue.Variable in class EDU.emporia.mathbeans.FunctionTable
Determines whether or not the x-values will be automatically generated or will be based on user-input.
axesColor.Variable in class EDU.emporia.mathbeans.MathGrid
axesColor will designate the color in which the axes will be drawn The default will be black.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Other
All Packages  Class Hierarchy