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

V

v - Variable in class net.sourceforge.webcompmath.draw.DrawGeometric
Integer that gives vertical pixel offset fromy1.
VALUE - Static variable in class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
For methods that take a Value object as the argument, like Animator.setIntervals(Value v).
value - Variable in class net.sourceforge.webcompmath.data.Constant
The value of this Constant.
Value - Interface in net.sourceforge.webcompmath.data
An object of type Value has a real-number value that can be retrieved by calling the getVal() method.
valueChanged(ListSelectionEvent) - Method in class net.sourceforge.webcompmath.functions.TableFunctionInput
React when user clicks on a point in the list.
ValueMath - Class in net.sourceforge.webcompmath.data
A ValueMath object is an easy way to create Value objects that are computed from other Value objects.
ValueMath(Value, Value, char) - Constructor for class net.sourceforge.webcompmath.data.ValueMath
Create a ValueMath object whose value is computed by applying an arithmetic operator the values of x and y.
ValueMath(Function, Value) - Constructor for class net.sourceforge.webcompmath.data.ValueMath
Create a ValueMath object whose value is computed as f(x).
ValueMath() - Constructor for class net.sourceforge.webcompmath.data.ValueMath
Default constructor, only used in GUI builders.
valueOf(String) - Static method in enum net.sourceforge.webcompmath.draw.RationalLabel.HJust
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sourceforge.webcompmath.draw.RationalLabel.VJust
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sourceforge.webcompmath.functions.NumMinMaxParser.MinMaxType
Returns the enum constant of this type with the specified name.
values - Variable in class net.sourceforge.webcompmath.awt.DisplayLabel
Value objects whose values will be substituted for #'s in text.
values - Variable in class net.sourceforge.webcompmath.draw.DrawString
Values to be substituted for #'s in the baseString.
values() - Static method in enum net.sourceforge.webcompmath.draw.RationalLabel.HJust
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sourceforge.webcompmath.draw.RationalLabel.VJust
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sourceforge.webcompmath.functions.NumMinMaxParser.MinMaxType
Returns an array containing the constants of this enum type, in the order they are declared.
variable - Variable in class net.sourceforge.webcompmath.awt.VariableInput
The Variable that represents the value of this input box.
variable - Variable in class net.sourceforge.webcompmath.awt.VariableJSlider
The variable associated with this VariableJSlider.
variable - Variable in class net.sourceforge.webcompmath.awt.VariableSlider
The variable associated with this VariableSlider.
Variable - Class in net.sourceforge.webcompmath.data
A Variable is a Value object whose value can be changed.
Variable() - Constructor for class net.sourceforge.webcompmath.data.Variable
Create an unnamed Variable with initial value 0.
Variable(String) - Constructor for class net.sourceforge.webcompmath.data.Variable
Create a Variable with the given name and with initial value zero.
Variable(String, double) - Constructor for class net.sourceforge.webcompmath.data.Variable
Create a Variable with the given name and given initial value.
VariableInput - Class in net.sourceforge.webcompmath.awt
A VariableInput is an input box into which the user can type a real number value, which becomes the value of an associated Variable.
VariableInput() - Constructor for class net.sourceforge.webcompmath.awt.VariableInput
Create an unnamed VariableInput with initial contents "0".
VariableInput(String, String) - Constructor for class net.sourceforge.webcompmath.awt.VariableInput
Construct a VariableInput with the given name and initial String (which can both be null).
VariableInput(String, String, Parser) - Constructor for class net.sourceforge.webcompmath.awt.VariableInput
Create a VariableInput just as in the constructor VariableInput(String,String).
VariableJSlider - Class in net.sourceforge.webcompmath.awt
A VariableJSlider is a slider (implemented as a JSlider) whose position represents the value of an associated variable.
VariableJSlider() - Constructor for class net.sourceforge.webcompmath.awt.VariableJSlider
Create a horizontal variable slider with no name and with a default value range of -5 to 5.
VariableJSlider(Value, Value) - Constructor for class net.sourceforge.webcompmath.awt.VariableJSlider
Create a horizontal variable slider with no name and with the specified range of values.
VariableJSlider(String, Value, Value, Parser) - Constructor for class net.sourceforge.webcompmath.awt.VariableJSlider
Create a horizontal variable slider with the given name and range of values, and register it with the given parser (but only if both name and p are non-null).
VariableJSlider(String, Value, Value, Parser, int, int) - Constructor for class net.sourceforge.webcompmath.awt.VariableJSlider
Create a variable slider with the given name and range of values, and register it with the given parser (but only if both name and p are non-null).
VariableSlider - Class in net.sourceforge.webcompmath.awt
A VariableSlider is a slider (implemented as a JScrollbar) whose position represents the value of an associated variable.
VariableSlider() - Constructor for class net.sourceforge.webcompmath.awt.VariableSlider
Create a horizontal variable slider with no name and with a default value range of -5 to 5.
VariableSlider(Value, Value) - Constructor for class net.sourceforge.webcompmath.awt.VariableSlider
Create a horizontal variable slider with no name and with the specified range of values.
VariableSlider(String, Value, Value, Parser) - Constructor for class net.sourceforge.webcompmath.awt.VariableSlider
Create a horizontal variable slider with the given name and range of values, and register it with the given parser (but only if both name and p are non-null).
VariableSlider(String, Value, Value, Parser, int, int) - Constructor for class net.sourceforge.webcompmath.awt.VariableSlider
Create a variable slider with the given name and range of values, and register it with the given parser (but only if both name and p are non-null).
VectorField - Class in net.sourceforge.webcompmath.draw
A VectorField displays lines or arrows on a grid of points where the direction and/or lengths are given by two functions (f1(x,y),f2(x,y)).
VectorField() - Constructor for class net.sourceforge.webcompmath.draw.VectorField
Create a VectorField object with nothing to graph.
VectorField(Function, Function) - Constructor for class net.sourceforge.webcompmath.draw.VectorField
Create a VectorField that will be displayed using the default style, as a direction field of equal-length arrows.
VectorField(Function, Function, int) - Constructor for class net.sourceforge.webcompmath.draw.VectorField
Create a VectorField with the specified functions and style.
VERTICAL - Static variable in class net.sourceforge.webcompmath.awt.Animator
Indicates that the components in the Animator panel are to be stacked vertically.

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