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

N

name - Variable in class net.sourceforge.webcompmath.functions.FunctionParserExtension
The name of this MathObject, possibly null.
NE - Static variable in class net.sourceforge.webcompmath.data.ExpressionProgram
Code for a unary or binary operator or a standard function.
needsRedraw() - Method in class net.sourceforge.webcompmath.draw.beans.WCMAxisTickBean
This routine should be called if the appearance of the WCMAxisTickBean changes so that the rectangular area that it occupies has to be redrawn.
needsRedraw() - Method in class net.sourceforge.webcompmath.draw.Drawable
This routine should be called if the appearance of the Drawable changes so that the rectangular area that it occupies has to be redrawn.
needsValueCheck - Variable in class net.sourceforge.webcompmath.awt.VariableJSlider
This is set to true when checkInput() is called to indicate that the min and max values must be checked the next time getVal() is called.
needsValueCheck - Variable in class net.sourceforge.webcompmath.awt.VariableSlider
This is set to true when checkInput() is called to indicate that the min and max values must be checked the next time getVal() is called.
negative() - Method in class net.sourceforge.webcompmath.data.Fraction
return a Fraction representing the negated value of this Fraction
net.sourceforge.webcompmath.applets - package net.sourceforge.webcompmath.applets
 
net.sourceforge.webcompmath.awt - package net.sourceforge.webcompmath.awt
 
net.sourceforge.webcompmath.awt.beans - package net.sourceforge.webcompmath.awt.beans
 
net.sourceforge.webcompmath.data - package net.sourceforge.webcompmath.data
 
net.sourceforge.webcompmath.data.beans - package net.sourceforge.webcompmath.data.beans
 
net.sourceforge.webcompmath.draw - package net.sourceforge.webcompmath.draw
 
net.sourceforge.webcompmath.draw.beans - package net.sourceforge.webcompmath.draw.beans
 
net.sourceforge.webcompmath.functions - package net.sourceforge.webcompmath.functions
 
net.sourceforge.webcompmath.functions.beans - package net.sourceforge.webcompmath.functions.beans
 
next() - Method in class net.sourceforge.webcompmath.awt.Animator
Advance the animation by one frame.
next() - Method in class net.sourceforge.webcompmath.data.ParserContext
Consume one token from the string.
NEXT_BUTTON - Static variable in class net.sourceforge.webcompmath.awt.Animator
Specifies to add a next button; used in constructor, addControl(), or getControl()
NO_ARG - Static variable in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
The method does not take an argument.
NO_AXIS - Static variable in class net.sourceforge.webcompmath.draw.WcmAxes
Hide the axis
NO_DIGITS_IN_IDENTIFIERS - Static variable in class net.sourceforge.webcompmath.data.Parser
An option that can be set for this parser.
NO_TICKS - Static variable in class net.sourceforge.webcompmath.draw.WcmAxes
Show no tick marks or labels
NO_UNDERSCORE_IN_IDENTIFIERS - Static variable in class net.sourceforge.webcompmath.data.Parser
An option that can be set for this parser.
NOT - Static variable in class net.sourceforge.webcompmath.data.ExpressionProgram
Code for a unary or binary operator or a standard function.
notifyControllerOnChange(Controller) - Method in class net.sourceforge.webcompmath.awt.Animator
Method required by the InputObject interface.
notifyControllerOnChange(Controller) - Method in class net.sourceforge.webcompmath.awt.beans.WCMComputeButtonBean
Required for InputObject interface; just set the controller to notify
notifyControllerOnChange(Controller) - Method in class net.sourceforge.webcompmath.awt.Controller
Method required by InputObject interface; in this class, calls the same method recursively on any input objects controlled by this controller.
notifyControllerOnChange(Controller) - Method in class net.sourceforge.webcompmath.awt.ExpressionInput
Method required by InputObject interface; in this class, it simply calls setOnUserAction(c).
notifyControllerOnChange(Controller) - Method in interface net.sourceforge.webcompmath.awt.InputObject
This method was introduced to provide a common interface for setting a Controller that is to be notified when there is a change in the InputObject.
notifyControllerOnChange(Controller) - Method in class net.sourceforge.webcompmath.awt.VariableInput
Method required by InputObject interface; in this class, it simply calls setOnUserAction(c).
notifyControllerOnChange(Controller) - Method in class net.sourceforge.webcompmath.awt.VariableJSlider
Method required by InputObject interface; in this class, it simply calls setOnUserAction(c).
notifyControllerOnChange(Controller) - Method in class net.sourceforge.webcompmath.awt.VariableSlider
Method required by InputObject interface; in this class, it simply calls setOnUserAction(c).
notifyControllerOnChange(Controller) - Method in class net.sourceforge.webcompmath.draw.beans.WCMDisplayCanvasBean
Overrides the version in DisplayCanvas so we can remember the controller.
notifyControllerOnChange(Controller) - Method in class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Save the controller (used only for parametric fields).
notifyControllerOnChange(Controller) - Method in class net.sourceforge.webcompmath.draw.CoordinateRect
Method required by InputObject interface; in this class, it calls the same method recursively on any input objects containted in this CoordinateRect.
notifyControllerOnChange(Controller) - Method in class net.sourceforge.webcompmath.draw.DisplayCanvas
Method required by InputObject interface; in this class, calls the same method recursively on any CoordinateRects contained in this DisplayCanvas.
notifyControllerOnChange(Controller) - Method in class net.sourceforge.webcompmath.draw.DraggablePoint
Method required by InputObject interface; in this class, it simply calls setOnUserAction(c).
notifyControllerOnChange(Controller) - Method in class net.sourceforge.webcompmath.draw.LimitControlPanel
Method required by CheckInput interface.
notifyControllerOnChange(Controller) - Method in class net.sourceforge.webcompmath.draw.MouseTracker
Method required by InputObject interface; in this class, it simply calls setOnUserAction(c).
notifyControllerOnChange(Controller) - Method in class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionGraphBean
Set the controllers.
NUMBER - Static variable in class net.sourceforge.webcompmath.data.ParserContext
One of the possible token types returned by look() and next().
NumDerivParser - Class in net.sourceforge.webcompmath.functions
The NumDerivParser class makes it possible to use numerical derivatives such as numDeriv(x,0,x^2) in a Parser.
NumDerivParser() - Constructor for class net.sourceforge.webcompmath.functions.NumDerivParser
 
numerator() - Method in class net.sourceforge.webcompmath.data.Fraction
Return the numerator
numerator_ - Variable in class net.sourceforge.webcompmath.data.Fraction
The numerator
NumIntParser - Class in net.sourceforge.webcompmath.functions
The NumIntParser class makes it possible to use numerical definite integrals, such as numInt(xx,0,5,xx^2) in a Parser.
NumIntParser() - Constructor for class net.sourceforge.webcompmath.functions.NumIntParser
 
NumMinMaxParser - Class in net.sourceforge.webcompmath.functions
The NumMinMaxParser class makes it possible to use numerical minimums and maximums, such as numMin(xx,0,5,xx^2) in a Parser.
NumMinMaxParser(NumMinMaxParser.MinMaxType) - Constructor for class net.sourceforge.webcompmath.functions.NumMinMaxParser
Constructor
NumMinMaxParser.MinMaxType - Enum in net.sourceforge.webcompmath.functions
The type of parser to create
numSize - Variable in class net.sourceforge.webcompmath.awt.DisplayLabel
Desired maximum number of characters in displayed numbers.
numSize - Variable in class net.sourceforge.webcompmath.draw.DrawString
Maximum number of characters desired in numbers; actual number might actually be larger.
NumUtils - Class in net.sourceforge.webcompmath.data
This class provides a few static functions for converting real numbers to strings and strings to real numbers.
NumUtils() - Constructor for class net.sourceforge.webcompmath.data.NumUtils
 

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