Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z
I
IDENTIFIER
- Static variable in class net.sourceforge.webcompmath.data.
ParserContext
One of the possible token types returned by look() and next().
ImplicitFunction
- Class in
net.sourceforge.webcompmath.functions
ImplicitFunction()
- Constructor for class net.sourceforge.webcompmath.functions.
ImplicitFunction
ImplicitFunction(String)
- Constructor for class net.sourceforge.webcompmath.functions.
ImplicitFunction
INFINITE_LINE_ABSOLUTE
- Static variable in class net.sourceforge.webcompmath.draw.
DrawGeometric
Specifies a line that extends through the points (x1,y1) and (x2,y2) and beyond.
INFINITE_LINE_RELATIVE
- Static variable in class net.sourceforge.webcompmath.draw.
DrawGeometric
Specifies an infinite line through (x1,y1) and (x1+x2,y1+y2), or through (x1,y1) and (x1+h,y1+v) if x2,y2 are null.
init()
- Method in class net.sourceforge.webcompmath.applets.
AnalyzeImplicitFunction
This method initializes this
init()
- Method in class net.sourceforge.webcompmath.applets.
Evaluator
The init() method is called by the system to set up the applet.
init()
- Method in class net.sourceforge.webcompmath.applets.
GenericGraphApplet
The init() method is called by the system to set up the applet.
init()
- Method in class net.sourceforge.webcompmath.applets.
LaunchButtonApplet
init()
- Method in class net.sourceforge.webcompmath.applets.
MeanValue
init()
- Method in class net.sourceforge.webcompmath.applets.
ScatterPlotApplet
The init() method is called by the system to set up the applet.
initialization()
- Method in class net.sourceforge.webcompmath.functions.
ImplicitFunction
To initialize the important parts.
InputObject
- Interface in
net.sourceforge.webcompmath.awt
An InputObject represents some sort of value that can be changed by, for example, user interaction with a GUI element.
inputPanel
- Variable in class net.sourceforge.webcompmath.applets.
GenericGraphApplet
A panel containing the functionInput.
inputs
- Variable in class net.sourceforge.webcompmath.awt.
Controller
InputObjects controlled by this controller.
inputStyle
- Variable in class net.sourceforge.webcompmath.awt.
VariableInput
One of the constant values EXPRESSION, REAL, or INTEGER, specifying the style of input.
INSCRIBED
- Static variable in class net.sourceforge.webcompmath.draw.
RiemannSlice
Slice method type: inscribed (minimum value on the rectangle's interval)
INSCRIBED
- Static variable in class net.sourceforge.webcompmath.draw.
RiemannSumRects
Summation method type: inscribed (minimum value on the rectangle's interval)
insertRow()
- Method in class net.sourceforge.webcompmath.awt.
DataTableInput
Insert a row before the row that contains the cell that the user is editing.
insertUpdate(DocumentEvent)
- Method in class net.sourceforge.webcompmath.awt.
ExpressionInput
Overridden to call onTextChange.compute() if onTextChange is non-null.
insertUpdate(DocumentEvent)
- Method in class net.sourceforge.webcompmath.awt.
VariableInput
Overridden to call onTextChange.compute() if onTextChange is non-null.
INT
- Static variable in class net.sourceforge.webcompmath.awt.beans.
WCMExamplesBean
For methods like Animator.setIntervals(int i).
INTEGER
- Static variable in class net.sourceforge.webcompmath.awt.
VariableInput
A constant for use in the setInputStyle() method.
integerValued
- Variable in class net.sourceforge.webcompmath.awt.
VariableJSlider
If this is true, then the value of the variable associated with this slider is an integer.
integerValued
- Variable in class net.sourceforge.webcompmath.awt.
VariableSlider
If this is true, then the value of the variable associated with this slider is an integer.
IntegralCurves
- Class in
net.sourceforge.webcompmath.applets
This applet displays a vector field (f1(x,y),f2(x,y)) and integral curves for that vector field (although the integral curve feature can be turned off with an applet param).
IntegralCurves()
- Constructor for class net.sourceforge.webcompmath.applets.
IntegralCurves
INTERCEPT
- Static variable in class net.sourceforge.webcompmath.draw.
ScatterPlot
A constant that can be used in the getValueObject() method to indicate which statistic the object should represent.
intervals
- Variable in class net.sourceforge.webcompmath.awt.
VariableJSlider
The number of possible value of the slider (Unless integerValued is true.)
intervals
- Variable in class net.sourceforge.webcompmath.awt.
VariableSlider
The number of possible value of the scrollbar (Unless integerValued is true.)
intervalsValue
- Variable in class net.sourceforge.webcompmath.awt.
VariableJSlider
The number of possible values of the slider, represented as a Value.
inverse()
- Method in class net.sourceforge.webcompmath.data.
Fraction
return a Fraction representing 1 / this Fraction
isCTRLRequired()
- Method in class net.sourceforge.webcompmath.draw.
DisplayCanvas
Get whether CTRL key is required for mouse zooms.
isDashed()
- Method in class net.sourceforge.webcompmath.draw.
Graph1D
Get whether or not to use dashed style
isEmpty()
- Method in class net.sourceforge.webcompmath.data.
StackOfDouble
Return true if and only if the stack contains no items.
isInverse()
- Method in class net.sourceforge.webcompmath.draw.
Graph1D
Get whether to invert the graph.
isInverse()
- Method in class net.sourceforge.webcompmath.draw.
RiemannArcLength
Get whether to display inverse version
isInverse()
- Method in class net.sourceforge.webcompmath.draw.
RiemannSlice
Get whether to display inverse version
isInverse()
- Method in class net.sourceforge.webcompmath.draw.
RiemannSumRects
Get whether to display inverse version
isLoopChoice()
- Method in class net.sourceforge.webcompmath.awt.beans.
WCMAnimatorBean
Get whether the choice has been added.
isNextButton()
- Method in class net.sourceforge.webcompmath.awt.beans.
WCMAnimatorBean
Get whether the button has been added.
ISOSCELES_HYP
- Static variable in class net.sourceforge.webcompmath.draw.
RiemannSlice
Right isosceles triangle cross section with hypotenuse along the base.
ISOSCELES_HYP
- Static variable in class net.sourceforge.webcompmath.draw.
RiemannSumRects
Right isosceles triangle cross section with hypotenuse along the base.
ISOSCELES_LEG
- Static variable in class net.sourceforge.webcompmath.draw.
RiemannSlice
Right isosceles triangle cross section with leg along the base.
ISOSCELES_LEG
- Static variable in class net.sourceforge.webcompmath.draw.
RiemannSumRects
Right isosceles triangle cross section with leg along the base.
isPauseButton()
- Method in class net.sourceforge.webcompmath.awt.beans.
WCMAnimatorBean
Get whether the button has been added.
isPrevButton()
- Method in class net.sourceforge.webcompmath.awt.beans.
WCMAnimatorBean
Get whether the button has been added.
isRationalText()
- Method in class net.sourceforge.webcompmath.draw.
RationalLabel
Get whether to use text or typeset label
isRationalXText()
- Method in class net.sourceforge.webcompmath.draw.
WcmAxes
For rational labels, get whether to use text or typeset labels for the x axis.
isRationalYText()
- Method in class net.sourceforge.webcompmath.draw.
WcmAxes
For rational labels, get whether to use text or typeset labels for the y axis
isSolved()
- Method in class net.sourceforge.webcompmath.functions.
ZeroFinder
Gets the Solved attribute of the ZeroFinder object
isSpeedChoice()
- Method in class net.sourceforge.webcompmath.awt.beans.
WCMAnimatorBean
Get whether the choice has been added.
isStartButton()
- Method in class net.sourceforge.webcompmath.awt.beans.
WCMAnimatorBean
Get whether the button has been added.
isStartStopButton()
- Method in class net.sourceforge.webcompmath.awt.beans.
WCMAnimatorBean
Get whether the button has been added.
isStopButton()
- Method in class net.sourceforge.webcompmath.awt.beans.
WCMAnimatorBean
Get whether the button has been added.
isSyncX()
- Method in class net.sourceforge.webcompmath.draw.
CoordinateRect
Get whether to sync xmin and xmax with limits
isSyncY()
- Method in class net.sourceforge.webcompmath.draw.
CoordinateRect
Get whether to sync ymin and ymax with limits
isUseLoadButton()
- Method in class net.sourceforge.webcompmath.awt.beans.
WCMExamplesBean
isXAvoidOverlap()
- Method in class net.sourceforge.webcompmath.draw.
WcmAxes
Get whether or not x tick labels are allowed to overlap.
isXAxis()
- Method in class net.sourceforge.webcompmath.draw.beans.
WCMAxisTickBean
Get whether tick is on the x axis
isXLabelsAbove()
- Method in class net.sourceforge.webcompmath.draw.
WcmAxes
Get whether to prefer x labels above the axis
isYAvoidOverlap()
- Method in class net.sourceforge.webcompmath.draw.
WcmAxes
Get whether or not y tick labels are allowed to overlap.
isYLabelsLeft()
- Method in class net.sourceforge.webcompmath.draw.
WcmAxes
Get whether to prefer y labels to the left of the axis
items
- Variable in class net.sourceforge.webcompmath.awt.
Tie
The Tieables in this Tie.
items
- Variable in class net.sourceforge.webcompmath.draw.
LimitControlPanel
Vector of components and component pairs that have been added to this panel, including at least the xmin, xmax, ymin, ymax input boxes.
itemStateChanged(ItemEvent)
- Method in class net.sourceforge.webcompmath.applets.
FunctionCombination
Respond when user clicks one of the check boxes.
itemStateChanged(ItemEvent)
- Method in class net.sourceforge.webcompmath.applets.
FunctionComposition
Respond when user clicks one of the check boxes.
itemStateChanged(ItemEvent)
- Method in class net.sourceforge.webcompmath.applets.
GenericGraphApplet
Respond when user chooses an example from the example menu.
itemStateChanged(ItemEvent)
- Method in class net.sourceforge.webcompmath.awt.
Animator
Respond to clicks on pop-up menus.
itemStateChanged(ItemEvent)
- Method in class net.sourceforge.webcompmath.awt.
Controller
Simply calls compute when the Controller hears an ItemEvent.
itemStateChanged(ItemEvent)
- Method in class net.sourceforge.webcompmath.functions.
TableFunctionInput
React when user clicks on a point in the list of points or clicks one of the radio buttons for specifying the style of the function.
iter
- Variable in class net.sourceforge.webcompmath.functions.
ZeroFinder
Iterations used
ITERMAX
- Variable in class net.sourceforge.webcompmath.functions.
ZeroFinder
Default value of maximun number of iterations
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z