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

T

TableFunction - Class in net.sourceforge.webcompmath.functions
A TableFunction is a function that is specified by a table of (x,y)-points.
TableFunction() - Constructor for class net.sourceforge.webcompmath.functions.TableFunction
Create a TableFunction with SMOOTH style and no points.
TableFunction(int) - Constructor for class net.sourceforge.webcompmath.functions.TableFunction
Create a TableFunction with specified style and no points.
TableFunctionGraph - Class in net.sourceforge.webcompmath.functions
A TableFunctionGraph is a Drawable object that can be added to a CoordinateRect (or DisplayCanvas).
TableFunctionGraph() - Constructor for class net.sourceforge.webcompmath.functions.TableFunctionGraph
Create a TableFunctionGraph that initially draws no function.
TableFunctionGraph(TableFunction) - Constructor for class net.sourceforge.webcompmath.functions.TableFunctionGraph
Create a TableFunctionGraph to draw the specified TableFunction.
TableFunctionInput - Class in net.sourceforge.webcompmath.functions
A TableInputFunction is a Panel that can be used to define a TableFunction or to edit an existing TableFunction.
TableFunctionInput() - Constructor for class net.sourceforge.webcompmath.functions.TableFunctionInput
Create a TableFunctionInput panel.
TAN - Static variable in class net.sourceforge.webcompmath.data.ExpressionProgram
Code for a unary or binary operator or a standard function.
TangentLine - Class in net.sourceforge.webcompmath.draw
A Tangent line is a line that is tangent to the graph of a specified function of one argument at a specified value of its argument.
TangentLine(Value, Function) - Constructor for class net.sourceforge.webcompmath.draw.TangentLine
Create a tangent line to the graph of a function.
TANH - Static variable in class net.sourceforge.webcompmath.data.ExpressionProgram
Code for a unary or binary operator or a standard function.
text - Variable in class net.sourceforge.webcompmath.awt.DisplayLabel
Unsubstituted text for display.
textValueChanged(TextEvent) - Method in class net.sourceforge.webcompmath.awt.Controller
Simply calls compute when the Controller hears a TextEvent.
throwErrors - Variable in class net.sourceforge.webcompmath.awt.ExpressionInput
True if an error should be thrown when checkInput() is called, but the content of the box is not a legal expression.
throwErrors - Variable in class net.sourceforge.webcompmath.awt.VariableInput
True if an error should be thrown when checkInput() is calles and the contents do not define a legal number.
TICKS_AND_LABELS - Static variable in class net.sourceforge.webcompmath.draw.WcmAxes
Show both tick marks and labels (the default)
TICKS_NO_LABELS - Static variable in class net.sourceforge.webcompmath.draw.WcmAxes
Show tick marks but not tick labels
Tie - Class in net.sourceforge.webcompmath.awt
A Tie associates several Tieable objects.
Tie() - Constructor for class net.sourceforge.webcompmath.awt.Tie
Create a Tie, initially containing no objects.
Tie(Tieable) - Constructor for class net.sourceforge.webcompmath.awt.Tie
Create a Tie initally containing only the object item.
Tie(Tieable, Tieable) - Constructor for class net.sourceforge.webcompmath.awt.Tie
Create a Tie initially containing item1 and item2.
Tieable - Interface in net.sourceforge.webcompmath.awt
A Tieable object has an associated serial number.
ties - Variable in class net.sourceforge.webcompmath.awt.Controller
Ties that have been added to this controller.
TIMES - Static variable in class net.sourceforge.webcompmath.data.ExpressionProgram
Code for a unary or binary operator or a standard function.
times(Fraction) - Method in class net.sourceforge.webcompmath.data.Fraction
return a Fraction representing this Fraction times b
times(long) - Method in class net.sourceforge.webcompmath.data.Fraction
return a Fraction representing this Fraction times n
token - Variable in class net.sourceforge.webcompmath.data.ParserContext
The most recently read token type, or NONE if that token has been consumed by a call to next().
tokenObject - Variable in class net.sourceforge.webcompmath.data.ParserContext
If the most recently read token was of type IDENTIFIER, then this is the corresponding MathObject from the symbol table, or null if the identifier is not in the symbol table.
tokenString - Variable in class net.sourceforge.webcompmath.data.ParserContext
The substring of the parse string that corresponds to the most recently read token.
tokenValue - Variable in class net.sourceforge.webcompmath.data.ParserContext
If the most recently read token was of type NUMBER, then this is its numerical value.
TOP - Static variable in class net.sourceforge.webcompmath.draw.WcmAxes
A constant that can be used in the setYAxisPosition() method to indicate the placement of the y-axis.
TOP_CENTER - Static variable in class net.sourceforge.webcompmath.draw.DrawString
Specify string location in rect
TOP_LEFT - Static variable in class net.sourceforge.webcompmath.draw.DrawString
Specify string location in rect
TOP_RIGHT - Static variable in class net.sourceforge.webcompmath.draw.DrawString
Specify string location in rect
toString() - Method in class net.sourceforge.webcompmath.awt.ExpressionInput.EI
Convert the expression to a string
toString() - Method in class net.sourceforge.webcompmath.awt.ExpressionInput
returns a text representation of this ExpressionInput.
toString() - Method in class net.sourceforge.webcompmath.data.Constant
Return the print string representing this Constant.
toString() - Method in interface net.sourceforge.webcompmath.data.Expression
Get a print string representation of this expression.
toString() - Method in class net.sourceforge.webcompmath.data.ExpressionProgram
If a source string has been saved, use it as the print string.
toString() - Method in class net.sourceforge.webcompmath.data.Fraction
Return a string representation of the fraction
toString() - Method in class net.sourceforge.webcompmath.data.SimpleFunction
Returns the text representation of the expression
toString() - Method in class net.sourceforge.webcompmath.data.Variable
Return a print string representing this variable.
toString() - Method in class net.sourceforge.webcompmath.draw.beans.WCMMouseVariableBean
Passed through to the MouseVar variable.
toString() - Method in class net.sourceforge.webcompmath.functions.beans.WCMDerivativeBean
Return the toString of the super class, unless the function is an ExpressionFunction (which is too wordy in it's toString).
toString() - Method in class net.sourceforge.webcompmath.functions.beans.WCMExpressionFunctionBean
get a text representation of this function.
toString() - Method in class net.sourceforge.webcompmath.functions.ExpressionFunction
Return a string that describes this function, such as "function f(x,y) given by x^2 - y^2".
toString() - Method in class net.sourceforge.webcompmath.functions.WrapperFunction
To display the WrapperFunction as text, just return the wrapped function's text
TRAPEZOID - Static variable in class net.sourceforge.webcompmath.draw.RiemannSlice
Slice method type: trapezoid (only recommended for RECTANGLE shape)
TRAPEZOID - Static variable in class net.sourceforge.webcompmath.draw.RiemannSumRects
Summation method type: trapezoid
trim() - Method in class net.sourceforge.webcompmath.data.ExpressionProgram
To save space, cut the arrays that holds the program data down to the actual amount of data that they contain.
TRUNC - Static variable in class net.sourceforge.webcompmath.data.ExpressionProgram
Code for a unary or binary operator or a standard function.
twoColumn - Variable in class net.sourceforge.webcompmath.draw.LimitControlPanel
Use two columns for display, if possible.

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