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

W

WASHER_FRONT - Static variable in class net.sourceforge.webcompmath.draw.RiemannSlice
Front half of washer
WASHER_FRONT - Static variable in class net.sourceforge.webcompmath.draw.RiemannSumRects
Front half of washer
WASHER_REAR - Static variable in class net.sourceforge.webcompmath.draw.RiemannSlice
Rear half of washer
WASHER_REAR - Static variable in class net.sourceforge.webcompmath.draw.RiemannSumRects
Rear half of washer
WCMAnimatorBean - Class in net.sourceforge.webcompmath.awt.beans
 
WCMAnimatorBean() - Constructor for class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean
Default constructor, going from 0 to 1 in 10 steps.
WcmAxes - Class in net.sourceforge.webcompmath.draw
A set of horizontal and vertical axes that look OK and have reasonable, labeled tick marks.
WcmAxes() - Constructor for class net.sourceforge.webcompmath.draw.WcmAxes
Creates axes with no names on the axes.
WcmAxes(String, String) - Constructor for class net.sourceforge.webcompmath.draw.WcmAxes
Construct a WcmAxes with the specified labels
WCMAxesBean - Class in net.sourceforge.webcompmath.draw.beans
This class is for use with GUI builders.
WCMAxesBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMAxesBean
Default Constructor
WCMAxisTickBean - Class in net.sourceforge.webcompmath.draw.beans
This class provides a convenient way to create a labeled tick mark for one of the axes.
WCMAxisTickBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMAxisTickBean
Default constructor.
WCMAxisTickBean(boolean, Value, String) - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMAxisTickBean
Constructor for a new WCMAxisTickBean.
WCMComputeButtonBean - Class in net.sourceforge.webcompmath.awt.beans
This bean is for use with the Eclipse Visual Editor.
WCMComputeButtonBean() - Constructor for class net.sourceforge.webcompmath.awt.beans.WCMComputeButtonBean
The default constructor
WCMConstantBean - Class in net.sourceforge.webcompmath.data.beans
 
WCMConstantBean() - Constructor for class net.sourceforge.webcompmath.data.beans.WCMConstantBean
Default constructor; make a constant with value 0.
WCMConstantBean(double) - Constructor for class net.sourceforge.webcompmath.data.beans.WCMConstantBean
Convenience constructor to set the value.
WCMCopyButtonBean - Class in net.sourceforge.webcompmath.awt.beans
 
WCMCopyButtonBean() - Constructor for class net.sourceforge.webcompmath.awt.beans.WCMCopyButtonBean
 
WCMCrossHairBean - Class in net.sourceforge.webcompmath.draw.beans
This bean extends the CrossHair class (which extends DrawGeometric) by adding a convenience setter.
WCMCrossHairBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMCrossHairBean
the default constructor
WCMDataTableInputBean - Class in net.sourceforge.webcompmath.awt.beans
This class extends DataTableInput to make it easier to use in GUI builder environments.
WCMDataTableInputBean() - Constructor for class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean
Default constructor
WCMDerivativeBean - Class in net.sourceforge.webcompmath.functions.beans
This class is used with GUI builders to create an object that is the derivative of some function.
WCMDerivativeBean() - Constructor for class net.sourceforge.webcompmath.functions.beans.WCMDerivativeBean
The default constructor.
WCMDisplayCanvasBean - Class in net.sourceforge.webcompmath.draw.beans
This class extends DisplayCanvas and is primarily for use with GUI builders.
WCMDisplayCanvasBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMDisplayCanvasBean
When constructing a new WCMDisplayCanvasBean, also initialize the CoordinateRect.
WCMDisplayLabelBean - Class in net.sourceforge.webcompmath.awt.beans
JavaBean version of DisplayLabel.
WCMDisplayLabelBean() - Constructor for class net.sourceforge.webcompmath.awt.beans.WCMDisplayLabelBean
Default constructor: just display a 0
WCMDraggablePointBean - Class in net.sourceforge.webcompmath.draw.beans
 
WCMDraggablePointBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMDraggablePointBean
Default constructor
WCMDrawGeometricBean - Class in net.sourceforge.webcompmath.draw.beans
This bean extends DrawGeometric.
WCMDrawGeometricBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMDrawGeometricBean
Default constructor: create a horizontal line.
WCMDrawStringBean - Class in net.sourceforge.webcompmath.draw.beans
This class extends DrawString by providing set methods for up to 4 values to be used in a DrawString.
WCMDrawStringBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMDrawStringBean
default constructor: just show a 0.
WcmError - Exception in net.sourceforge.webcompmath.awt
JCMErrors can be generated by objects belonging to various classes in edu.hws.jcm.awt and edu.hws.jcm.draw.
WcmError(String) - Constructor for exception net.sourceforge.webcompmath.awt.WcmError
Create a JCMError with the given error message and no associated object.
WcmError(String, Object) - Constructor for exception net.sourceforge.webcompmath.awt.WcmError
Create a JCMError with the given error message and associated object.
WCMExamplesBean - Class in net.sourceforge.webcompmath.awt.beans
This bean provides a flexible means to create a drop-down list of examples.
WCMExamplesBean() - Constructor for class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean
The default constructor.
WCMExpressionFunctionBean - Class in net.sourceforge.webcompmath.functions.beans
This bean extends ExpressionFunction.
WCMExpressionFunctionBean() - Constructor for class net.sourceforge.webcompmath.functions.beans.WCMExpressionFunctionBean
Default constructor; creates a WCMExpressionFunctionBean with default name efX (where X is some integer) and a definition of "0".
WCMExpressionInputBean - Class in net.sourceforge.webcompmath.awt.beans
This class is primarily for use with GUI builders like Eclipse VE.
WCMExpressionInputBean() - Constructor for class net.sourceforge.webcompmath.awt.beans.WCMExpressionInputBean
Default constructor; create a bean with a default parser, a variable called "x", and uses a default definition of "1" for the function.
WCMFunctionLabelBean - Class in net.sourceforge.webcompmath.awt.beans
This class provides a way to display a text description of a function.
WCMFunctionLabelBean() - Constructor for class net.sourceforge.webcompmath.awt.beans.WCMFunctionLabelBean
Default constructor
WCMGraph1DBean - Class in net.sourceforge.webcompmath.draw.beans
This class is for use with GUI builders.
WCMGraph1DBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMGraph1DBean
Default constructor
WCMGridBean - Class in net.sourceforge.webcompmath.draw.beans
This class extends the Grid class.
WCMGridBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMGridBean
Default constructor
WCMIntegralCurveBean - Class in net.sourceforge.webcompmath.draw.beans
An intergral curve draws a solution to a set of differential equations.
WCMIntegralCurveBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Create an integral curve object with a default graph.
WCMIntegralCurveBean(Function, Function, Value, Value, Value, int, Value, Value) - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean
Create an integral curve with the specified functions and method.
WCMLimitControlPanelBean - Class in net.sourceforge.webcompmath.draw.beans
This class is intended for use with GUI builders.
WCMLimitControlPanelBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
the default constructor
WCMLimitControlPanelBean(String, String, String, String, int, boolean) - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean
Create a WCMLimitControlPanelBean containing input boxes labeled with the given names and containing whatever buttons are in the set buttonsToAdd.
WCMMouseTrackerBean - Class in net.sourceforge.webcompmath.draw.beans
 
WCMMouseTrackerBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMMouseTrackerBean
Default constructor
WCMMouseVariableBean - Class in net.sourceforge.webcompmath.draw.beans
This class is a convenience class used when creating applications via a GUI builder.
WCMMouseVariableBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMMouseVariableBean
Default constructor
WcmPanel - Class in net.sourceforge.webcompmath.awt
A WcmPanel is a JPanel with an associated Controller.
WcmPanel(LayoutManager) - Constructor for class net.sourceforge.webcompmath.awt.WcmPanel
Create a WcmPanel that uses a given layout manager.
WcmPanel() - Constructor for class net.sourceforge.webcompmath.awt.WcmPanel
Create a WcmPanel that uses a BorderLayout with horizontal and veritcal gaps of 3 pixels.
WcmPanel(int) - Constructor for class net.sourceforge.webcompmath.awt.WcmPanel
Create a WcmPanel that uses a BorderLayout with horizontal and vertical gaps of "gap" pixels.
WcmPanel(int, int) - Constructor for class net.sourceforge.webcompmath.awt.WcmPanel
Create a WcmPanel that uses a GridLayout with the specified number of rows and columns and with horizontal and veritcal gaps of 3 pixels between components.
WcmPanel(int, int, int) - Constructor for class net.sourceforge.webcompmath.awt.WcmPanel
Create a WcmPanel that uses a GridLayout with the specified number of rows and columns and with horizontal and vertical gaps of "gap" pixels.
WCMPanelBean - Class in net.sourceforge.webcompmath.awt.beans
This class is intended for use with GUI builders, such as the Eclipse Visual Editor (VE).
WCMPanelBean() - Constructor for class net.sourceforge.webcompmath.awt.beans.WCMPanelBean
The default constructor, used by VE; just calls the default in WCMPanel, which creates a panel with a BorderLayout and an inset gap of 3.
WCMPannerBean - Class in net.sourceforge.webcompmath.draw.beans
JavaBean for Panner.
WCMPannerBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMPannerBean
Default constructor
WCMParametricCurveBean - Class in net.sourceforge.webcompmath.draw.beans
 
WCMParametricCurveBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMParametricCurveBean
Default constructor
WCMParserBean - Class in net.sourceforge.webcompmath.data.beans
This class is for use with GUI builders.
WCMParserBean() - Constructor for class net.sourceforge.webcompmath.data.beans.WCMParserBean
The default constructor
WCMParserBean(int) - Constructor for class net.sourceforge.webcompmath.data.beans.WCMParserBean
Constructor with options
WCMParserBean(Parser, int) - Constructor for class net.sourceforge.webcompmath.data.beans.WCMParserBean
Constructor with parent and options
WCMParserBean(Parser) - Constructor for class net.sourceforge.webcompmath.data.beans.WCMParserBean
Constructor with parent
WCMPolarCurveBean - Class in net.sourceforge.webcompmath.draw.beans
This convenience class enables you to plot polar curves.
WCMPolarCurveBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMPolarCurveBean
Default constructor
WCMRiemannArcLengthBean - Class in net.sourceforge.webcompmath.draw.beans
 
WCMRiemannArcLengthBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMRiemannArcLengthBean
Default constructor
WCMRiemannSliceBean - Class in net.sourceforge.webcompmath.draw.beans
 
WCMRiemannSliceBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMRiemannSliceBean
Default constructor
WCMRiemannSumRectsBean - Class in net.sourceforge.webcompmath.draw.beans
 
WCMRiemannSumRectsBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMRiemannSumRectsBean
Default constructor
WCMScatterPlotBean - Class in net.sourceforge.webcompmath.draw.beans
This bean graphs the points in a WCMDataTableInputBean.
WCMScatterPlotBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMScatterPlotBean
Default constructor
WCMSequenceBean - Class in net.sourceforge.webcompmath.draw.beans
 
WCMSequenceBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMSequenceBean
Default constructor
WCMTableFunctionBean - Class in net.sourceforge.webcompmath.functions.beans
This bean implements a TableFunction.
WCMTableFunctionBean() - Constructor for class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionBean
Default constructor
WCMTableFunctionGraphBean - Class in net.sourceforge.webcompmath.functions.beans
This bean supports graphing of a table function and allows the definition points to be shown and manipulated.
WCMTableFunctionGraphBean() - Constructor for class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionGraphBean
Default constructor
WCMTangentLineBean - Class in net.sourceforge.webcompmath.draw.beans
This bean draws a tangent line to a function.
WCMTangentLineBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMTangentLineBean
Default constructor
WCMTieBean - Class in net.sourceforge.webcompmath.awt.beans
This bean extends Tie to make it useable with GUI builders.
WCMTieBean() - Constructor for class net.sourceforge.webcompmath.awt.beans.WCMTieBean
The default constructor
WCMValueMathBean - Class in net.sourceforge.webcompmath.data.beans
Bean version of ValueMath.
WCMValueMathBean() - Constructor for class net.sourceforge.webcompmath.data.beans.WCMValueMathBean
default constructor
WCMVariableBean - Class in net.sourceforge.webcompmath.data.beans
This class is for use with GUI builders.
WCMVariableBean() - Constructor for class net.sourceforge.webcompmath.data.beans.WCMVariableBean
Default constructor.
WCMVariableBean(String) - Constructor for class net.sourceforge.webcompmath.data.beans.WCMVariableBean
Create a variable with the given name.
WCMVariableInputBean - Class in net.sourceforge.webcompmath.awt.beans
JavaBean for VariableInput.
WCMVariableInputBean() - Constructor for class net.sourceforge.webcompmath.awt.beans.WCMVariableInputBean
Default constructor
WCMVariableJSliderBean - Class in net.sourceforge.webcompmath.awt.beans
This bean extends VariableJSlider by adding a convenience property.
WCMVariableJSliderBean() - Constructor for class net.sourceforge.webcompmath.awt.beans.WCMVariableJSliderBean
default constructor
WCMVectorFieldBean - Class in net.sourceforge.webcompmath.draw.beans
 
WCMVectorFieldBean() - Constructor for class net.sourceforge.webcompmath.draw.beans.WCMVectorFieldBean
Default constructor
width - Variable in class net.sourceforge.webcompmath.draw.DrawBorder
A non-negative integer giving the width of the border in pixels.
withLabel() - Method in class net.sourceforge.webcompmath.awt.VariableInput
Convenience method for creating a component containing this VariableInput together with a label of the form " = ".
withLabel(Color, Color) - Method in class net.sourceforge.webcompmath.awt.VariableInput
Convenience method for creating a component containing this VariableInput together with a label of the form "name = ".
WrapperFunction - Class in net.sourceforge.webcompmath.functions
A WrapperFunction contains another function and delegates to it all calls to methods from the Function interface, except for calls to setName() and getName().
WrapperFunction() - Constructor for class net.sourceforge.webcompmath.functions.WrapperFunction
added py PKHG 050415 to make visible construction possible default constructor
WrapperFunction(Function) - Constructor for class net.sourceforge.webcompmath.functions.WrapperFunction
Create a WrapperFunction object containing a specified function.

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