|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package net.sourceforge.webcompmath.applets |
---|
Class net.sourceforge.webcompmath.applets.AnalyzeImplicitFunction extends javax.swing.JApplet implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
javax.swing.JPanel jContentPane
WcmPanel wcmPanel
LimitControlPanel limitControlPanel
DisplayCanvas displayCanvas_AxesGraphGridPanner
WcmAxes axes
ImplicitFunction implicitFunction
ExpressionInput expressionInput
Controller controller
Controller subController
WcmPanel wcmPanel1
DisplayLabel displayLabel
DisplayLabel displayLabel1
DisplayLabel displayLabel2
DisplayLabel displayLabel3
DraggablePoint draggablePoint
ExpressionFunction gr1
Graph1D graph
Variable yMaybe
javax.swing.JButton jButton
int jButtonPressedCounter
VariableInput variableInput
Variable thex
Graph1D yGr
TableFunction y_x
net.sourceforge.webcompmath.applets.AnalyzeImplicitFunction.YChanged yChangedAction
javax.swing.JButton freshStart
Class net.sourceforge.webcompmath.applets.AnimatedGraph extends GenericGraphApplet implements Serializable |
---|
serialVersionUID: 4123386544494556722L
Serialized Fields |
---|
Function func
Graph1D graph
Animator animator
Variable kVar
VariableInput kMin
VariableInput kMax
VariableInput kIntervals
Class net.sourceforge.webcompmath.applets.Continuity extends SimpleGraph implements Serializable |
---|
serialVersionUID: 8668563481553694999L
Serialized Fields |
---|
DrawGeometric[] points
WCMAxisTickBean xTick
WCMAxisTickBean yTick
VariableInput xTickInput
VariableInput yTickInput
WcmPanel xPanel
WcmPanel yPanel
javax.swing.table.TableModel tm
javax.swing.JTable table
Class net.sourceforge.webcompmath.applets.Derivatives extends GenericGraphApplet implements Serializable |
---|
serialVersionUID: 3617573816683936055L
Serialized Fields |
---|
java.lang.String functionName
Function func
Function deriv
Expression derivExpression
Function deriv2
Controller subController
VariableInput xInput
VariableInput kInput
VariableJSlider xSlider
VariableJSlider kSlider
DrawGeometric[][] points
Class net.sourceforge.webcompmath.applets.EpsilonDelta extends GenericGraphApplet implements Serializable |
---|
serialVersionUID: 3905246731934117941L
Serialized Fields |
---|
VariableInput xInput
java.lang.String aName
VariableInput epsilonInput
VariableInput deltaInput
VariableInput limitInput
VariableJSlider xSlider
VariableJSlider epsilonSlider
VariableJSlider deltaSlider
VariableJSlider limitSlider
Controller subController
Variable xValue
Variable limitValue
Function func
Graph1D graph
DrawGeometric[] points
Class net.sourceforge.webcompmath.applets.Evaluator extends javax.swing.JApplet implements Serializable |
---|
serialVersionUID: 3257850999850087474L
Serialized Fields |
---|
javax.swing.JFrame frame
java.lang.String frameTitle
javax.swing.JButton launchButton
java.lang.String launchButtonName
float fontSize
java.lang.String[] colorNames
java.awt.Color[] colors
Class net.sourceforge.webcompmath.applets.FamiliesOfGraphs extends GenericGraphApplet implements Serializable |
---|
serialVersionUID: 3258135747457200953L
Serialized Fields |
---|
Function func
Graph1D graph
java.util.Vector<E> sliders
Class net.sourceforge.webcompmath.applets.FunctionCombination extends GenericGraphApplet implements Serializable |
---|
serialVersionUID: 3906926776994050866L
Serialized Fields |
---|
javax.swing.JButton zoomInButton
javax.swing.JButton zoomOutButton
javax.swing.JButton restoreButton
javax.swing.JButton equalizeButton
javax.swing.JButton fComputeButton
javax.swing.JButton gComputeButton
javax.swing.JButton hComputeButton
Variable pointX
javax.swing.JCheckBox fCheck
javax.swing.JCheckBox gCheck
ExpressionInput fInput
ExpressionInput gInput
ExpressionInput hInput
Function fFunc
Function gFunc
Function hFunc
Graph1D fGraph
Graph1D gGraph
Graph1D hGraph
Graph1D fDerivGraph
Graph1D gDerivGraph
Graph1D hDerivGraph
TableFunction fTable
TableFunction gTable
TableFunctionGraph fTableGraph
TableFunctionGraph gTableGraph
boolean fTableShown
boolean gTableShown
boolean showSlider
java.lang.String fSaveText
java.lang.String gSaveText
java.lang.String hSaveText
WrapperFunction fWrapper
WrapperFunction gWrapper
Class net.sourceforge.webcompmath.applets.FunctionComposition extends GenericGraphApplet implements Serializable |
---|
serialVersionUID: 3906926776994050866L
Serialized Fields |
---|
javax.swing.JButton zoomInButton
javax.swing.JButton zoomOutButton
javax.swing.JButton restoreButton
javax.swing.JButton equalizeButton
javax.swing.JButton fComputeButton
javax.swing.JButton gComputeButton
Variable pointX
javax.swing.JCheckBox fCheck
javax.swing.JCheckBox gCheck
ExpressionInput fInput
ExpressionInput gInput
Function fFunc
Function gFunc
Graph1D fGraph
Graph1D gGraph
TableFunction fTable
TableFunction gTable
TableFunctionGraph fTableGraph
TableFunctionGraph gTableGraph
boolean fTableShown
boolean gTableShown
boolean pointAlt
boolean showSlider
java.lang.String fSaveText
java.lang.String gSaveText
WrapperFunction fWrapper
WrapperFunction gWrapper
Class net.sourceforge.webcompmath.applets.GenericGraphApplet extends javax.swing.JApplet implements Serializable |
---|
serialVersionUID: 3977304300185793075L
Serialized Fields |
---|
Parser parser
WcmPanel mainPanel
Controller mainController
DisplayCanvas canvas
LimitControlPanel limitsPanel
ExpressionInput functionInput
Variable xVar
WcmPanel inputPanel
WcmPanel exampleMenuPanel
javax.swing.JButton computeButton
java.lang.String frameTitle
int[] defaultFrameSize
float fontSize
boolean presentation
java.util.Hashtable<K,V> parameterDefaults
java.awt.Color ggBGColor
java.awt.Color ggFGColor
java.awt.Color pBGColor
java.awt.Font lbf
float lbFontSize
javax.swing.JComboBox exampleMenu
javax.swing.JButton loadExampleButton
javax.swing.JButton launchButton
java.lang.String launchButtonName
javax.swing.JFrame frame
java.util.Vector<E> exampleStrings
java.lang.String[] colorNames
java.awt.Color[] colors
Class net.sourceforge.webcompmath.applets.IntegralCurves extends GenericGraphApplet implements Serializable |
---|
serialVersionUID: 3688792453318457401L
Serialized Fields |
---|
Variable yVar
Function xFunc
Function yFunc
ExpressionInput functionInput2
VectorField field
Animator animator
java.util.Vector<E> curves
VariableInput deltaT
double dt
VariableInput xStart
VariableInput yStart
javax.swing.JComboBox methodChoice
javax.swing.JButton startCurveButton
javax.swing.JButton clearButton
java.awt.Color curveColor
net.sourceforge.webcompmath.applets.IntegralCurves.Draw curveDrawer
double[] nextPoint
double[] params
Class net.sourceforge.webcompmath.applets.LaunchButtonApplet extends javax.swing.JApplet implements Serializable |
---|
serialVersionUID: -3952185829042496876L
Serialized Fields |
---|
java.lang.String frameTitle
java.lang.String className
java.lang.Class<T> type
java.lang.Object toBeLaunched
java.lang.String buttonText
javax.swing.JButton launchButton
java.lang.String[] colorNames
java.awt.Color[] colors
java.awt.Color buttonBGColor
java.awt.Color buttonFGColor
int[] defaultFrameSize
javax.swing.JFrame frame
net.sourceforge.webcompmath.applets.LaunchButtonApplet.ProxyAppletStub stub
java.applet.Applet launchButtonApplet
java.awt.Font lbf
float fontSize
Class net.sourceforge.webcompmath.applets.MeanValue extends java.applet.Applet implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
DisplayCanvas canvas
Class net.sourceforge.webcompmath.applets.MultiGraph extends GenericGraphApplet implements Serializable |
---|
serialVersionUID: 3258134652341532982L
Serialized Fields |
---|
java.util.Vector<E> sliders
net.sourceforge.webcompmath.applets.MultiGraph.ExprIn[] inputs
Graph1D[] graphs
int functionCt
java.awt.Color[] graphColors
Class net.sourceforge.webcompmath.applets.Parametric extends GenericGraphApplet implements Serializable |
---|
serialVersionUID: 3257572819096647219L
Serialized Fields |
---|
Function xFunc
Function yFunc
ParametricCurve graph
Animator tracer
Crosshair crosshair
VariableInput tMin
VariableInput tMax
VariableInput tIntervals
ExpressionInput functionInput2
Class net.sourceforge.webcompmath.applets.RiemannSums extends GenericGraphApplet implements Serializable |
---|
serialVersionUID: 3762534499103289394L
Serialized Fields |
---|
Variable intervals
VariableInput aInput
VariableInput bInput
VariableInput intCtInput
javax.swing.JComboBox methodChoice
Function func
Function lowerFunc
Graph1D graph
Graph1D lowerGraph
RiemannSumRects sums
ExpressionInput lfInput
Class net.sourceforge.webcompmath.applets.ScatterPlotApplet extends javax.swing.JApplet implements Serializable |
---|
serialVersionUID: 3905237944380699449L
Serialized Fields |
---|
javax.swing.JFrame frame
java.lang.String frameTitle
javax.swing.JButton launchButton
java.lang.String launchButtonName
DataTableInput table
ScatterPlot scatterPlot
DisplayCanvas canvas
javax.swing.JButton loadFileButton
javax.swing.JComboBox fileMenu
java.lang.String[] fileNames
Controller mainController
float fontSize
boolean presentation
Class net.sourceforge.webcompmath.applets.SecantTangent extends GenericGraphApplet implements Serializable |
---|
serialVersionUID: 3761689004843937849L
Serialized Fields |
---|
Function func
VariableInput x1Input
VariableInput x2Input
DrawGeometric[] points
Class net.sourceforge.webcompmath.applets.SimpleGraph extends GenericGraphApplet implements Serializable |
---|
serialVersionUID: 3258134652257777969L
Serialized Fields |
---|
VariableJSlider xSlider
Value yValue
Controller cc
WcmPanel panel
VariableInput xInput
Function func
Graph1D graph
DrawGeometric point
DrawGeometric vLine
DrawGeometric hLine
Package net.sourceforge.webcompmath.awt |
---|
Class net.sourceforge.webcompmath.awt.Animator extends javax.swing.JPanel implements Serializable |
---|
serialVersionUID: 3672157955250632726L
Serialized Fields |
---|
javax.swing.JButton startStopButton
javax.swing.JButton startButton
javax.swing.JButton stopButton
javax.swing.JButton pauseButton
javax.swing.JButton nextButton
javax.swing.JButton prevButton
javax.swing.JComboBox speedChoice
javax.swing.JComboBox loopChoice
int orientation
java.lang.String startButtonName
java.lang.String stopButtonName
int loopStyle
boolean runningBackwards
int millisPerFrame
int frame
int maxFrame
double value
long serialNumber
Computable onChange
Value min
Value max
Value intervals
boolean needsValueCheck
double min_val
double max_val
int intervals_val
java.lang.Thread runner
int status
boolean undefinedWhenNotRunning
java.awt.Color fgColor
Class net.sourceforge.webcompmath.awt.ComputeButton extends javax.swing.JButton implements Serializable |
---|
Serialized Fields |
---|
Controller onUserAction
Class net.sourceforge.webcompmath.awt.Controller extends java.lang.Object implements Serializable |
---|
serialVersionUID: -5630353516247218571L
Serialized Fields |
---|
java.util.Vector<E> computables
java.util.Vector<E> inputs
java.util.Vector<E> ties
ErrorReporter errorReporter
Controller parent
java.lang.String errorMessage
Class net.sourceforge.webcompmath.awt.CopyButton extends javax.swing.JButton implements Serializable |
---|
serialVersionUID: -2065721396587388367L
Serialized Fields |
---|
DisplayCanvas canvas
java.awt.datatransfer.Clipboard clipboard
Class net.sourceforge.webcompmath.awt.DataTableInput extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
java.lang.String objectName
java.util.Vector<E> rows
java.util.Vector<E> rowStrings
java.lang.String[] columnName
int columnCount
int currentRow
double emptyCellValue
boolean throwErrors
boolean autoAddRows
boolean showColumnTitles
boolean showRowNumbers
net.sourceforge.webcompmath.awt.DataTableInput.DisplayPanel canvas
long serialNumber
java.awt.Color labelBackground
java.awt.Color cellBackground
java.awt.Color blankBackground
java.awt.Color gridColor
Class net.sourceforge.webcompmath.awt.DisplayLabel extends javax.swing.JLabel implements Serializable |
---|
Serialized Fields |
---|
java.lang.String text
int numSize
Value[] values
Class net.sourceforge.webcompmath.awt.ExpressionInput extends javax.swing.JTextField implements Serializable |
---|
serialVersionUID: 3256728385458944308L
Serialized Fields |
---|
ExpressionInput.EI expr
Parser parser
boolean hasChanged
boolean throwErrors
Controller onUserAction
Controller onTextChange
java.lang.String errorMessage
long serialNumber
Class net.sourceforge.webcompmath.awt.ExpressionInput.EI extends java.lang.Object implements Serializable |
---|
serialVersionUID: 4049077137891865136L
Serialized Fields |
---|
ExpressionProgram exp
ExpressionInput.EI derivativeOf
Variable wrt
int serialNumber
Class net.sourceforge.webcompmath.awt.VariableInput extends javax.swing.JTextField implements Serializable |
---|
serialVersionUID: 3258408447833092656L
Serialized Fields |
---|
net.sourceforge.webcompmath.awt.VariableInput.VI variable
boolean throwErrors
java.lang.String errorMessage
long serialNumber
boolean hasChanged
Controller onUserAction
Controller onTextChange
double minValue
double maxValue
int inputStyle
Class net.sourceforge.webcompmath.awt.VariableJSlider extends javax.swing.JSlider implements Serializable |
---|
serialVersionUID: 3689066257433767993L
Serialized Fields |
---|
net.sourceforge.webcompmath.awt.VariableJSlider.VS variable
Value min
Value max
Controller onUserAction
boolean integerValued
int intervals
Value intervalsValue
long serialNumber
boolean needsValueCheck
int oldPosition
double minVal
double maxVal
java.util.Hashtable<K,V> labelTable
java.lang.Integer zero
java.lang.Integer intervalsInt
java.lang.Integer halfIntervalsInt
int sliderLabelOffset
double oldMinval
double oldMaxval
Class net.sourceforge.webcompmath.awt.VariableSlider extends javax.swing.JScrollBar implements Serializable |
---|
serialVersionUID: 3227380993489182239L
Serialized Fields |
---|
net.sourceforge.webcompmath.awt.VariableSlider.VS variable
Value min
Value max
Controller onUserAction
boolean integerValued
int intervals
long serialNumber
boolean needsValueCheck
int oldPosition
double minVal
double maxVal
Class net.sourceforge.webcompmath.awt.WcmError extends java.lang.RuntimeException implements Serializable |
---|
serialVersionUID: 3258129163289113653L
Serialized Fields |
---|
java.lang.Object object
Class net.sourceforge.webcompmath.awt.WcmPanel extends javax.swing.JPanel implements Serializable |
---|
serialVersionUID: 3256439188248606777L
Serialized Fields |
---|
Controller controller
Package net.sourceforge.webcompmath.awt.beans |
---|
Class net.sourceforge.webcompmath.awt.beans.WCMAnimatorBean extends Animator implements Serializable |
---|
serialVersionUID: -5207309363814631271L
Serialized Fields |
---|
Variable var
Class net.sourceforge.webcompmath.awt.beans.WCMComputeButtonBean extends ComputeButton implements Serializable |
---|
serialVersionUID: -8480658563253384175L
Class net.sourceforge.webcompmath.awt.beans.WCMCopyButtonBean extends CopyButton implements Serializable |
---|
Class net.sourceforge.webcompmath.awt.beans.WCMDataTableInputBean extends DataTableInput implements Serializable |
---|
serialVersionUID: -7105241859488488255L
Serialized Fields |
---|
Parser p
Class net.sourceforge.webcompmath.awt.beans.WCMDisplayLabelBean extends DisplayLabel implements Serializable |
---|
serialVersionUID: -115402913832796026L
Serialized Fields |
---|
Value[] values
Class net.sourceforge.webcompmath.awt.beans.WCMExamplesBean extends WCMPanelBean implements Serializable |
---|
serialVersionUID: 3006093825933623776L
Serialized Fields |
---|
javax.swing.JComboBox exampleMenu
javax.swing.JButton loadExampleButton
java.util.List<E> templates
java.util.List<E> examples
java.util.List<E> exampleNames
boolean useLoadButton
Class net.sourceforge.webcompmath.awt.beans.WCMExpressionInputBean extends ExpressionInput implements Serializable |
---|
serialVersionUID: -996714251540225682L
Serialized Fields |
---|
Variable var
Variable var2
WrapperFunction func
int arity
Class net.sourceforge.webcompmath.awt.beans.WCMFunctionLabelBean extends javax.swing.JLabel implements Serializable |
---|
serialVersionUID: 4805559212569108494L
Serialized Fields |
---|
Function func
java.lang.String prefix
Class net.sourceforge.webcompmath.awt.beans.WCMPanelBean extends javax.swing.JPanel implements Serializable |
---|
serialVersionUID: 7946777044146086214L
Serialized Fields |
---|
Controller controller
Class net.sourceforge.webcompmath.awt.beans.WCMVariableInputBean extends VariableInput implements Serializable |
---|
serialVersionUID: 3500309000358745805L
Class net.sourceforge.webcompmath.awt.beans.WCMVariableJSliderBean extends VariableJSlider implements Serializable |
---|
serialVersionUID: -281910149896808683L
Package net.sourceforge.webcompmath.data |
---|
Class net.sourceforge.webcompmath.data.ConditionalExpression extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
ExpressionProgram trueCase
ExpressionProgram falseCase
Class net.sourceforge.webcompmath.data.Constant extends java.lang.Object implements Serializable |
---|
serialVersionUID: 2615741179435979940L
Serialized Fields |
---|
java.lang.String name
double value
Class net.sourceforge.webcompmath.data.ExpressionProgram extends java.lang.Object implements Serializable |
---|
serialVersionUID: -646497844144592972L
Serialized Fields |
---|
java.lang.String sourceString
boolean useRpow
int[] prog
int progCt
Cases cases
StackOfDouble stack
double[] constant
int constantCt
ExpressionCommand[] command
int commandCt
Class net.sourceforge.webcompmath.data.Fraction extends java.lang.Object implements Serializable |
---|
serialVersionUID: -7449627225327133974L
Serialized Fields |
---|
long numerator_
long denominator_
Class net.sourceforge.webcompmath.data.ParseError extends java.lang.RuntimeException implements Serializable |
---|
Serialized Fields |
---|
ParserContext context
Class net.sourceforge.webcompmath.data.Parser extends java.lang.Object implements Serializable |
---|
serialVersionUID: 3257844389744096310L
Serialized Fields |
---|
int options
SymbolTable symbols
Class net.sourceforge.webcompmath.data.ParserContext extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String data
int pos
ExpressionProgram prog
int token
java.lang.String tokenString
MathObject tokenObject
double tokenValue
int options
SymbolTable symbols
java.lang.StringBuffer tokBuf
Class net.sourceforge.webcompmath.data.SimpleFunction extends java.lang.Object implements Serializable |
---|
serialVersionUID: -9183800726292416722L
Serialized Fields |
---|
Expression e
Variable[] v
java.lang.String name
double[] save
Class net.sourceforge.webcompmath.data.StackOfDouble extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
double[] data
int top
Class net.sourceforge.webcompmath.data.StandardFunction extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
int code
Class net.sourceforge.webcompmath.data.SymbolTable extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.util.Hashtable<K,V> symbols
SymbolTable parent
Class net.sourceforge.webcompmath.data.ValueMath extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
Function f
double[] param
Value x
Value y
char op
Class net.sourceforge.webcompmath.data.Variable extends Constant implements Serializable |
---|
Package net.sourceforge.webcompmath.data.beans |
---|
Class net.sourceforge.webcompmath.data.beans.WCMConstantBean extends Constant implements Serializable |
---|
serialVersionUID: 269105452910202868L
Class net.sourceforge.webcompmath.data.beans.WCMParserBean extends Parser implements Serializable |
---|
serialVersionUID: 4117545595484900569L
Class net.sourceforge.webcompmath.data.beans.WCMValueMathBean extends ValueMath implements Serializable |
---|
serialVersionUID: 7818180851265253848L
Class net.sourceforge.webcompmath.data.beans.WCMVariableBean extends Variable implements Serializable |
---|
serialVersionUID: 5689006823154894537L
Serialized Fields |
---|
java.beans.PropertyChangeSupport changes
Package net.sourceforge.webcompmath.draw |
---|
Class net.sourceforge.webcompmath.draw.CoordinateRect extends java.lang.Object implements Serializable |
---|
serialVersionUID: 4419019162918666007L
Serialized Fields |
---|
double xmin
double xmax
double ymin
double ymax
int gap
java.util.Vector<E> drawItems
boolean changed
long serialNumber
Tie syncWith
boolean syncX
boolean syncY
Controller onChange
int left
int top
int width
int height
double restore_xmin
double restore_xmax
double restore_ymin
double restore_ymax
DisplayCanvas canvas
Class net.sourceforge.webcompmath.draw.Crosshair extends DrawGeometric implements Serializable |
---|
Class net.sourceforge.webcompmath.draw.DisplayCanvas extends javax.swing.JPanel implements Serializable |
---|
serialVersionUID: 3257007674314143798L
Serialized Fields |
---|
java.util.Vector<E> coordinateRects
boolean handleMouseZooms
boolean CTRLRequired
java.awt.Color errorBackground
java.awt.Color errorForeground
java.lang.String errorMessage
Controller errorSource
Draggable dragged
Class net.sourceforge.webcompmath.draw.DraggablePoint extends Drawable implements Serializable |
---|
serialVersionUID: -3250751122574298833L
Serialized Fields |
---|
int radius
java.awt.Color color
java.awt.Color ghostColor
int style
double xLoc
double yLoc
int xPosition
int yPosition
boolean useGhost
net.sourceforge.webcompmath.draw.DraggablePoint.DPV xVar
net.sourceforge.webcompmath.draw.DraggablePoint.DPV yVar
Controller onUserAction
Value clampX
Value clampY
boolean dragging
Class net.sourceforge.webcompmath.draw.Drawable extends java.awt.Component implements Serializable |
---|
Serialized Fields |
---|
CoordinateRect coords
DisplayCanvas canvas
boolean visible
Class net.sourceforge.webcompmath.draw.DrawBorder extends Drawable implements Serializable |
---|
serialVersionUID: -9128110175712670L
Serialized Fields |
---|
java.awt.Color color
int width
Class net.sourceforge.webcompmath.draw.DrawGeometric extends Drawable implements Serializable |
---|
serialVersionUID: 3763091977319036978L
Serialized Fields |
---|
int shape
Value x1
Value x2
Value y1
Value y2
int h
int v
double a
double b
double c
double d
java.awt.Color color
java.awt.Color fillColor
int lineWidth
int lineStyle
float[] dash
boolean changed
Class net.sourceforge.webcompmath.draw.DrawString extends Drawable implements Serializable |
---|
Serialized Fields |
---|
int position
java.lang.String baseString
java.lang.String[] strings
Value[] values
Value xPos
Value yPos
java.awt.Color color
java.awt.Font font
int offset
boolean clamp
int justification
int numSize
java.awt.Color backgroundColor
int frameWidth
java.awt.Color frameColor
double xRef
double yRef
boolean changed
Class net.sourceforge.webcompmath.draw.Graph1D extends Drawable implements Serializable |
---|
serialVersionUID: 3256723983217866295L
Serialized Fields |
---|
Function func
VariableInput variableInput
java.awt.Color graphColor
boolean changed
java.awt.Stroke thicknessOfGraph
float lineWidth
boolean withDash
float[] dash
boolean inverse
double absoluteYmax
double onscreenymax
double absoluteYmin
double onscreenymin
double[] v
Cases case1
Cases case2
Class net.sourceforge.webcompmath.draw.Grid extends Drawable implements Serializable |
---|
serialVersionUID: -7770930054934584687L
Serialized Fields |
---|
java.awt.Color gcol
double xsp
double ysp
int PIX_MAX
int PIX_MIN
int mode
float lineWidth
int gridStyle
java.awt.Stroke gridStroke
Class net.sourceforge.webcompmath.draw.LimitControlPanel extends javax.swing.JPanel implements Serializable |
---|
serialVersionUID: 3256727281786761782L
Serialized Fields |
---|
int buttons
boolean twoColumn
VariableInput xmin
VariableInput xmax
VariableInput ymin
VariableInput ymax
long serialNumber
Tie syncWith
ErrorReporter errorReporter
CoordinateRect coords
java.util.Vector<E> items
java.util.Vector<E> animatorItems
java.awt.Font theFont
boolean needsResize
Class net.sourceforge.webcompmath.draw.MouseTracker extends Drawable implements Serializable |
---|
serialVersionUID: 3589776009281668363L
Serialized Fields |
---|
boolean listenForDrags
boolean undefinedWhenNotDragging
Controller onUserAction
boolean clampX
boolean clampY
net.sourceforge.webcompmath.draw.MouseTracker.MTVariable xVar
net.sourceforge.webcompmath.draw.MouseTracker.MTVariable yVar
int xClick
int yClick
boolean inRect
Class net.sourceforge.webcompmath.draw.Panner extends Drawable implements Serializable |
---|
serialVersionUID: 5661238975662248419L
Serialized Fields |
---|
int modifiers
Controller onUserAction
Controller onFinishDrag
int modMask
boolean dragging
int prevX
int prevY
Class net.sourceforge.webcompmath.draw.ParametricCurve extends Drawable implements Serializable |
---|
serialVersionUID: 3779595665672329088L
Serialized Fields |
---|
Function xFunc
Function yFunc
java.awt.Color graphColor
boolean changed
Value tmin
Value tmax
Value intervals
double tmin_val
double tmax_val
int intervals_val
int lineWidth
int lineStyle
float[] dash
double[] v
Cases case1x
Cases case2x
Cases case1y
Cases case2y
Cases case3x
Cases case3y
java.util.Vector<E> points
Class net.sourceforge.webcompmath.draw.RiemannArcLength extends Drawable implements Serializable |
---|
serialVersionUID: -5673548881859233319L
Serialized Fields |
---|
java.awt.geom.Point2D[] points
java.awt.Color color
Value intervalCount
Function func
Function func2
double sum
double[] param
boolean changed
boolean inverse
Value xMin
Value xMax
double xStart
double xEnd
double dx
double intSign
int type
int lineWidth
Class net.sourceforge.webcompmath.draw.RiemannSlice extends Drawable implements Serializable |
---|
serialVersionUID: -5673548881859233319L
Serialized Fields |
---|
java.awt.Color fillColor
java.awt.Color outlineColor
Function upperFunction
Function upperDeriv
Function lowerFunction
Function lowerDeriv
double[] param
boolean inverse
Value coordinate
float sliceWidth
Value xMin
Value xMax
Value axis
int lineWidth
int method
int shape
float aspect
float slant
Class net.sourceforge.webcompmath.draw.RiemannSumRects extends Drawable implements Serializable |
---|
serialVersionUID: -5673548881859233319L
Serialized Fields |
---|
double[] rectTops
double[] rectBottoms
int method
java.awt.Color posFillColor
java.awt.Color posOutlineColor
java.awt.Color negFillColor
java.awt.Color negOutlineColor
double[] endpointValsTop
double[] endpointValsBottom
double[] maxValsTop
double[] maxValsBottom
double[] minValsTop
double[] minValsBottom
double[] midpointValsTop
double[] midpointValsBottom
Value intervalCount
Function func
Function deriv
Function lowerFunc
Function lowerDeriv
double[] sum
double[] param
boolean changed
boolean inverse
Value xMin
Value xMax
int lineWidth
int shape
Class net.sourceforge.webcompmath.draw.ScatterPlot extends Drawable implements Serializable |
---|
serialVersionUID: -8994808095025837018L
Serialized Fields |
---|
DataTableInput table
long lastTableSN
boolean autoChangeLimits
int column1
int column2
Expression exp1
Expression exp2
boolean showRegressionLine
boolean missingValueIsError
double slope
double intercept
int dataCt
int missingCt
double correlation
double standardError
double[][] data
java.awt.Color lineColor
java.awt.Color dataColor
int lineWidth
int crossLineWidth
int crossHalfSize
Class net.sourceforge.webcompmath.draw.Sequence extends Drawable implements Serializable |
---|
serialVersionUID: -5673548881859233319L
Serialized Fields |
---|
java.util.ArrayList<E> points
java.awt.Color fillColor
java.awt.Color outlineColor
Function func
double[] param
boolean changed
Value xMin
Value xMax
double sum
float symbolSize
int lineWidth
int shape
Class net.sourceforge.webcompmath.draw.TangentLine extends DrawGeometric implements Serializable |
---|
Class net.sourceforge.webcompmath.draw.VectorField extends Drawable implements Serializable |
---|
serialVersionUID: 8014148808910819605L
Serialized Fields |
---|
int style
Function xFunc
Function yFunc
java.awt.Color graphColor
boolean changed
int pixelSpacing
double realXSpacing
double realYSpacing
int lineWidth
Class net.sourceforge.webcompmath.draw.WcmAxes extends Drawable implements Serializable |
---|
serialVersionUID: -5548585349063802801L
Serialized Fields |
---|
int xAxisPosition
int actualXAxisPosition
int actualYAxisPosition
int yAxisPosition
java.awt.Color xAxisColor
java.awt.Color yAxisColor
java.awt.Color xLabelColor
java.awt.Color yLabelColor
java.awt.Color lightAxesColor
java.lang.String xLabel
java.lang.String yLabel
java.awt.Font fontXTicks
java.awt.Font fontYTicks
java.awt.Font fontXLabel
java.awt.Font fontYLabel
java.awt.Stroke thicknessOfXAxis
java.awt.Stroke thicknessOfYAxis
float xLineWidth
float yLineWidth
int autoXTicks
int autoYTicks
int styleXAxis
int styleYAxis
float lineWidthOfXTicks
float lineWidthOfYTicks
java.awt.Color xTickColor
java.awt.Color yTickColor
java.awt.Stroke thicknesMajorXStrokes
java.awt.Stroke thicknesMajorYStrokes
java.awt.Stroke thicknesMinorXStrokes
java.awt.Stroke thicknesMinorYStrokes
double majorXTickSpacing
double majorYTickSpacing
double minorXTickSpacing
double minorYTickSpacing
double xTickChangeFactor
double yTickChangeFactor
double xStartInterval
double yStartInterval
boolean startLabels
java.awt.FontMetrics fmXTicks
java.awt.FontMetrics fmYTicks
java.awt.FontMetrics fmXLabel
java.awt.FontMetrics fmYLabel
int showXDigits
int showYDigits
int xTickFontSize
int yTickFontSize
int xLabelFontSize
int yLabelFontSize
Fraction xRationalSpacing
Fraction yRationalSpacing
java.lang.String xRationalFactorString
java.lang.String yRationalFactorString
boolean rationalXText
boolean rationalYText
boolean xLabelsAbove
boolean yLabelsLeft
boolean xAvoidOverlap
boolean yAvoidOverlap
Package net.sourceforge.webcompmath.draw.beans |
---|
Class net.sourceforge.webcompmath.draw.beans.WCMAxesBean extends WcmAxes implements Serializable |
---|
serialVersionUID: 7509171075685789714L
Class net.sourceforge.webcompmath.draw.beans.WCMAxisTickBean extends Drawable implements Serializable |
---|
serialVersionUID: 7692829604838937430L
Serialized Fields |
---|
boolean xAxis
Value coordVal
java.awt.Color tickColor
java.awt.Color labelColor
int lineWidth
java.lang.String labelText
java.awt.Font labelFont
int position
WCMDrawGeometricBean tick
WCMDrawStringBean label
Class net.sourceforge.webcompmath.draw.beans.WCMCrossHairBean extends Crosshair implements Serializable |
---|
serialVersionUID: -397297547369867311L
Serialized Fields |
---|
Function func
Class net.sourceforge.webcompmath.draw.beans.WCMDisplayCanvasBean extends DisplayCanvas implements Serializable |
---|
serialVersionUID: -1802088120393065532L
Class net.sourceforge.webcompmath.draw.beans.WCMDraggablePointBean extends DraggablePoint implements Serializable |
---|
serialVersionUID: 4061669021552092027L
Class net.sourceforge.webcompmath.draw.beans.WCMDrawGeometricBean extends DrawGeometric implements Serializable |
---|
serialVersionUID: -1569892309600581816L
Class net.sourceforge.webcompmath.draw.beans.WCMDrawStringBean extends DrawString implements Serializable |
---|
serialVersionUID: 654556227243058715L
Serialized Fields |
---|
Value[] vals
Class net.sourceforge.webcompmath.draw.beans.WCMGraph1DBean extends Graph1D implements Serializable |
---|
serialVersionUID: -4678310056765020551L
Class net.sourceforge.webcompmath.draw.beans.WCMGridBean extends Grid implements Serializable |
---|
serialVersionUID: -297274905767355813L
Class net.sourceforge.webcompmath.draw.beans.WCMIntegralCurveBean extends Drawable implements Serializable |
---|
serialVersionUID: 8652948638040860924L
Serialized Fields |
---|
int method
Function xFunc
Function yFunc
java.awt.Color graphColor
boolean changed
int lineWidth
int lineStyle
float[] dash
Value xCoord
Value yCoord
Value deltaT
Value stepsPlus
Value stepsMinus
double[] params
Class net.sourceforge.webcompmath.draw.beans.WCMLimitControlPanelBean extends LimitControlPanel implements Serializable |
---|
serialVersionUID: -9124199685495352103L
Serialized Fields |
---|
DisplayCanvas dc1
DisplayCanvas dc2
DisplayCanvas dc3
boolean parametricFields
VariableInput tMin
VariableInput tMax
VariableInput tIntervals
double tMinVal
double tMaxVal
int tIntervalsVal
double saveTMinVal
double saveTMaxVal
int saveTInvervalsVal
Controller controller
WCMParametricCurveBean pc1
WCMParametricCurveBean pc2
WCMParametricCurveBean pc3
java.lang.String paramName
Class net.sourceforge.webcompmath.draw.beans.WCMMouseTrackerBean extends MouseTracker implements Serializable |
---|
serialVersionUID: -1915424851273902889L
Serialized Fields |
---|
boolean needsInitialValueSet
Class net.sourceforge.webcompmath.draw.beans.WCMMouseVariableBean extends Variable implements Serializable |
---|
serialVersionUID: 6103283401818197778L
Serialized Fields |
---|
MouseVar mouse
Variable var
int axis
int myNum
boolean defaultName
java.beans.PropertyChangeSupport changes
Class net.sourceforge.webcompmath.draw.beans.WCMPannerBean extends Panner implements Serializable |
---|
serialVersionUID: -1925800360022559196L
Class net.sourceforge.webcompmath.draw.beans.WCMParametricCurveBean extends ParametricCurve implements Serializable |
---|
serialVersionUID: -6865689541935950652L
Class net.sourceforge.webcompmath.draw.beans.WCMPolarCurveBean extends WCMParametricCurveBean implements Serializable |
---|
serialVersionUID: 2507136425584888137L
Serialized Fields |
---|
Function func
WrapperFunction wrapped
Class net.sourceforge.webcompmath.draw.beans.WCMRiemannArcLengthBean extends RiemannArcLength implements Serializable |
---|
serialVersionUID: 5215396086705152771L
Class net.sourceforge.webcompmath.draw.beans.WCMRiemannSliceBean extends RiemannSlice implements Serializable |
---|
serialVersionUID: 5215396086705152771L
Class net.sourceforge.webcompmath.draw.beans.WCMRiemannSumRectsBean extends RiemannSumRects implements Serializable |
---|
serialVersionUID: -6332514405090851217L
Serialized Fields |
---|
Value val
Class net.sourceforge.webcompmath.draw.beans.WCMScatterPlotBean extends ScatterPlot implements Serializable |
---|
serialVersionUID: -778681582902548503L
Class net.sourceforge.webcompmath.draw.beans.WCMSequenceBean extends Sequence implements Serializable |
---|
serialVersionUID: -5877368497853446000L
Class net.sourceforge.webcompmath.draw.beans.WCMTangentLineBean extends WCMDrawGeometricBean implements Serializable |
---|
serialVersionUID: -1690010907226215171L
Serialized Fields |
---|
Value xVal
Function func
Value tVal
Function xFunc
Function yFunc
Class net.sourceforge.webcompmath.draw.beans.WCMVectorFieldBean extends VectorField implements Serializable |
---|
serialVersionUID: -4829431533516323788L
Package net.sourceforge.webcompmath.functions |
---|
Class net.sourceforge.webcompmath.functions.DerivParser extends java.lang.Object implements Serializable |
---|
serialVersionUID: -8620004778180420687L
Serialized Fields |
---|
java.lang.String name
Class net.sourceforge.webcompmath.functions.ExpressionFunction extends FunctionParserExtension implements Serializable |
---|
serialVersionUID: 2498910846325835736L
Serialized Fields |
---|
Expression definition
Variable[] params
Class net.sourceforge.webcompmath.functions.FunctionParserExtension extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String name
boolean parensCanBeOptional
Class net.sourceforge.webcompmath.functions.NumDerivParser extends java.lang.Object implements Serializable |
---|
serialVersionUID: -8620004778180420687L
Serialized Fields |
---|
java.lang.String name
Class net.sourceforge.webcompmath.functions.NumIntParser extends java.lang.Object implements Serializable |
---|
serialVersionUID: -4576124881054239453L
Serialized Fields |
---|
java.lang.String name
Class net.sourceforge.webcompmath.functions.NumMinMaxParser extends java.lang.Object implements Serializable |
---|
serialVersionUID: -4576124881054239453L
Serialized Fields |
---|
NumMinMaxParser.MinMaxType t
java.lang.String name
Class net.sourceforge.webcompmath.functions.SummationParser extends java.lang.Object implements Serializable |
---|
serialVersionUID: -8620004778180420687L
Serialized Fields |
---|
java.lang.String name
Class net.sourceforge.webcompmath.functions.TableFunction extends FunctionParserExtension implements Serializable |
---|
Serialized Fields |
---|
int style
double[] xCoords
double[] yCoords
net.sourceforge.webcompmath.functions.CubicSegment[] segments
int pointCt
Class net.sourceforge.webcompmath.functions.TableFunctionGraph extends Drawable implements Serializable |
---|
serialVersionUID: -5305679032701765607L
Serialized Fields |
---|
TableFunction function
boolean showPoints
boolean interactive
Computable onDrag
Computable onFinishDrag
java.awt.Color color
int lineWidth
int lineStyle
float[] dash
int dragPoint
int startX
int startY
int prevY
boolean moved
Class net.sourceforge.webcompmath.functions.TableFunctionInput extends javax.swing.JPanel implements Serializable |
---|
Serialized Fields |
---|
VariableInput xInput
VariableInput yInput
DisplayCanvas canvas
javax.swing.JList pointList
javax.swing.DefaultListModel pointListModel
javax.swing.JButton clearButton
javax.swing.JButton deleteButton
javax.swing.JButton addButton
javax.swing.JRadioButton[] styleCheckbox
javax.swing.ButtonGroup styleGroup
Controller onChange
TableFunction function
TableFunction editFunction
int dragPoint
int startX
int startY
int prevY
boolean moved
Class net.sourceforge.webcompmath.functions.WrapperFunction extends FunctionParserExtension implements Serializable |
---|
serialVersionUID: 4050478997953852726L
Serialized Fields |
---|
Function func
double[] params
int serialNumber
WrapperFunction derivativeOf
Variable derivativeVar
int derivativeIndex
Package net.sourceforge.webcompmath.functions.beans |
---|
Class net.sourceforge.webcompmath.functions.beans.WCMDerivativeBean extends WrapperFunction implements Serializable |
---|
serialVersionUID: -3779487717039300378L
Serialized Fields |
---|
Function f
java.beans.PropertyChangeSupport changes
Class net.sourceforge.webcompmath.functions.beans.WCMExpressionFunctionBean extends ExpressionFunction implements Serializable |
---|
serialVersionUID: -8903849906383943040L
Serialized Fields |
---|
Parser parser
WCMParserBean p
java.lang.String defString
boolean needsRedefine
int arity
WCMVariableBean v1
WCMVariableBean v2
java.beans.PropertyChangeSupport changes
Class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionBean extends TableFunction implements Serializable |
---|
serialVersionUID: -8777913939709818967L
Serialized Fields |
---|
int intervals
double xmin
double xmax
java.beans.PropertyChangeSupport changes
Class net.sourceforge.webcompmath.functions.beans.WCMTableFunctionGraphBean extends TableFunctionGraph implements Serializable |
---|
serialVersionUID: -5486692973783649348L
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |