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

A

abs - Class in org.fraid.complex.functions
 
abs() - Constructor for class org.fraid.complex.functions.abs
 
abs() - Method in class org.netlib.math.complex.Complex
Returns the magnitude of a Complex number.
abstractFFT(Samples, MathHelperSampled.FFTType, int, int) - Static method in class org.fraid.math.MathHelperSampled
 
acos - Class in org.fraid.complex.functions
 
acos() - Constructor for class org.fraid.complex.functions.acos
 
acos() - Method in class org.netlib.math.complex.Complex
Returns the principal arc cosine of a Complex number.
acosh - Class in org.fraid.complex.functions
 
acosh() - Constructor for class org.fraid.complex.functions.acosh
 
acosh() - Method in class org.netlib.math.complex.Complex
Returns the principal inverse hyperbolic cosine of a Complex number.
actionPerformed(ActionEvent) - Method in class org.fraid.graphics.GraphicsPanel.KeyPressedAction
 
actionPerformed(ActionEvent) - Method in class org.fraid.graphics.SaveToFileUser
 
actionPerformed(ActionEvent) - Method in class org.fraid.graphics.utils.VariableController
 
actionPerformed(ActionEvent) - Method in class org.fraid.plugin.BehaviorBean
 
actionPerformed(ActionEvent) - Method in class org.fraid.sound.midi.PlayMidiPanel
 
actionPerformed(ActionEvent) - Method in class org.fraid.utils.MidiTest
 
add - Class in org.fraid.complex.functions
 
add() - Constructor for class org.fraid.complex.functions.add
 
add(DoublePoint) - Method in class org.fraid.plugin.beans.Plot3DPlugIn.FakeGridVector
 
add(Complex) - Method in class org.netlib.math.complex.Complex
To perform z1 + z2, you write z1.add(z2) .
add_escapes(String) - Method in exception org.fraid.interpreter.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
add_escapes(String) - Method in exception org.fraid.sampled.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addArgumentNodesToMeta(SimpleNode) - Static method in class org.fraid.interpreter.SimpleNode
 
addBindings() - Method in class org.fraid.graphics.utils.SettingsEditor
Adds copy, paste and set functionality to the edit pane..
addBindings() - Method in class org.fraid.io.gui.BoxReader
Bind keys.
addBindings() - Method in class org.fraid.io.gui.LineReader
 
addChangeListener(ChangeListener) - Method in class org.fraid.function.DefinedFunction
 
addChangeListener(ChangeListener) - Method in class org.fraid.function.DefinedFunctionCore
 
addChangeListener(ChangeListener) - Method in class org.fraid.function.DefinedFunctionTreeCore
 
addChangeListener(ChangeListener) - Method in class org.fraid.interpreter.SimpleNode
Adds a change listener to this node.
addEscapes(String) - Static method in error org.fraid.interpreter.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error org.fraid.sampled.parser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addFile(String) - Static method in class org.fraid.utils.ClassPathHacker
 
addFile(File) - Static method in class org.fraid.utils.ClassPathHacker
 
addFunction(ComplexFunction) - Method in class org.fraid.plugin.algorithm.AggregationPlotThread
 
addFunction(ComplexFunction) - Method in class org.fraid.plugin.algorithm.CobWebThread
 
addFunction(ComplexFunction) - Method in class org.fraid.plugin.algorithm.Color3DThread
 
addFunction(ComplexFunction) - Method in class org.fraid.plugin.algorithm.ConsumptionDiagramThread
 
addFunction(ComplexFunction) - Method in class org.fraid.plugin.algorithm.FunctionPlotThread
 
addFunction(ComplexFunction) - Method in class org.fraid.plugin.algorithm.JuliaThread
 
addFunction(ComplexFunction) - Method in class org.fraid.plugin.algorithm.MandelbrotThread
 
addFunction(ComplexFunction) - Method in class org.fraid.plugin.algorithm.MapPlotThread
 
addFunction(ComplexFunction) - Method in class org.fraid.plugin.algorithm.NewtonThread
 
addFunction(ComplexFunction) - Method in class org.fraid.plugin.algorithm.OrbitDiagram2Thread
 
addFunction(ComplexFunction) - Method in class org.fraid.plugin.algorithm.OrbitDiagramThread
 
addFunction(ComplexFunction) - Method in class org.fraid.plugin.algorithm.PhaseThread
 
addFunction(ComplexFunction) - Method in class org.fraid.plugin.algorithm.Plot2Thread
 
addFunction(ComplexFunction) - Method in class org.fraid.plugin.algorithm.Plot3FThread
 
addFunction(ComplexFunction) - Method in class org.fraid.plugin.algorithm.Plot3Thread
 
addFunction(ComplexFunction) - Method in class org.fraid.plugin.algorithm.SpectrumThread
 
addFunction(ComplexFunction) - Method in class org.fraid.plugin.algorithm.TransformThread
 
addFunction(ComplexFunction) - Method in interface org.fraid.plugin.FunctionPlot
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.fraid.io.NewBean
 
AddSubtractExpression() - Method in class org.fraid.interpreter.Fraid
 
addToCommandBuffer(String) - Method in class org.fraid.io.gui.BoxReader
Describe addToCommandBuffer method here.
addToCommandBuffer() - Method in class org.fraid.io.gui.LineReader
 
addURL(URL) - Static method in class org.fraid.utils.ClassPathHacker
 
adjustBeginLineColumn(int, int) - Method in class org.fraid.interpreter.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class org.fraid.sampled.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustmentValueChanged(AdjustmentEvent) - Method in class org.fraid.graphics.SliderPanel
Provides the AdjustmentListener functionality.
aggregation - Class in org.fraid.graphics.functions
 
aggregation() - Constructor for class org.fraid.graphics.functions.aggregation
 
AggregationPlotPlugIn - Class in org.fraid.plugin.beans
 
AggregationPlotPlugIn() - Constructor for class org.fraid.plugin.beans.AggregationPlotPlugIn
 
AggregationPlotThread - Class in org.fraid.plugin.algorithm
 
AggregationPlotThread(GraphicsUser, AggregationPlotPlugIn) - Constructor for class org.fraid.plugin.algorithm.AggregationPlotThread
 
allocateNewImage() - Method in class org.fraid.plugin.BufferedImagePaintAlgorithmThread
 
allocateNewImage() - Method in class org.fraid.plugin.PaintAlgorithmThread
Depending what the underlying image is (BufferedImage or int array) storrage is allocated.
allocateNewImage() - Method in class org.fraid.plugin.RawArrayPaintAlgorithmThread
 
AND - Static variable in interface org.fraid.interpreter.FraidConstants
 
and - Class in org.fraid.math.functions
 
and() - Constructor for class org.fraid.math.functions.and
 
appendS - Class in org.fraid.sampled.functions
 
appendS() - Constructor for class org.fraid.sampled.functions.appendS
 
applyAlgorithm() - Method in class org.fraid.plugin.algorithm.AggregationPlotThread
 
applyAlgorithm() - Method in class org.fraid.plugin.algorithm.CobWebThread
 
applyAlgorithm() - Method in class org.fraid.plugin.algorithm.Color3DThread
 
applyAlgorithm() - Method in class org.fraid.plugin.algorithm.ConsumptionDiagramThread
 
applyAlgorithm() - Method in class org.fraid.plugin.algorithm.FunctionPlotThread
 
applyAlgorithm() - Method in class org.fraid.plugin.algorithm.IterFractThread
 
applyAlgorithm() - Method in class org.fraid.plugin.algorithm.JuliaThread
 
applyAlgorithm() - Method in class org.fraid.plugin.algorithm.MandelbrotThread
 
applyAlgorithm() - Method in class org.fraid.plugin.algorithm.MapPlotThread
 
applyAlgorithm() - Method in class org.fraid.plugin.algorithm.NewtonThread
 
applyAlgorithm() - Method in class org.fraid.plugin.algorithm.OrbitDiagram2Thread
 
applyAlgorithm() - Method in class org.fraid.plugin.algorithm.OrbitDiagramThread
 
applyAlgorithm() - Method in class org.fraid.plugin.algorithm.PhaseThread
 
applyAlgorithm() - Method in class org.fraid.plugin.algorithm.Plot2Thread
 
applyAlgorithm() - Method in class org.fraid.plugin.algorithm.Plot3DThread
 
applyAlgorithm() - Method in class org.fraid.plugin.algorithm.SpectrumThread
 
applyAlgorithm() - Method in class org.fraid.plugin.algorithm.TransformThread
 
applyAlgorithm() - Method in class org.fraid.plugin.PaintAlgorithmThread
This is the actual algorithm.
applyAlgorithm() - Method in class org.fraid.projects.PredictionMarkets.PMChartThread
 
approximateY(double, Samples) - Static method in class org.fraid.math.MathHelperSampled
Approximates the value of a function sampled by n discrete points.
arg() - Method in class org.netlib.math.complex.Complex
Returns the principal angle of a Complex number, in radians, measured counter-clockwise from the real axis.
asin - Class in org.fraid.complex.functions
 
asin() - Constructor for class org.fraid.complex.functions.asin
 
asin() - Method in class org.netlib.math.complex.Complex
Returns the principal arc sine of a Complex number.
asinh - Class in org.fraid.complex.functions
 
asinh() - Constructor for class org.fraid.complex.functions.asinh
 
asinh() - Method in class org.netlib.math.complex.Complex
Returns the principal inverse hyperbolic sine of a Complex number.
asOutputStream() - Method in class org.fraid.io.gui.FraidConsole
Write to this stream if you want to write to the console.
asReader() - Method in class org.fraid.io.gui.FraidConsole
Use this to read what is being typed on the console.
ASSIGN - Static variable in interface org.fraid.interpreter.FraidConstants
 
assign - Class in org.fraid.interpreter.symbtable.functions
 
assign() - Constructor for class org.fraid.interpreter.symbtable.functions.assign
 
Assignment() - Method in class org.fraid.interpreter.Fraid
 
ASTAdd - Class in org.fraid.interpreter
 
ASTAdd(int) - Constructor for class org.fraid.interpreter.ASTAdd
 
ASTAdd(Fraid, int) - Constructor for class org.fraid.interpreter.ASTAdd
 
ASTAnd - Class in org.fraid.interpreter
 
ASTAnd(int) - Constructor for class org.fraid.interpreter.ASTAnd
 
ASTAnd(Fraid, int) - Constructor for class org.fraid.interpreter.ASTAnd
 
ASTAssignment - Class in org.fraid.interpreter
 
ASTAssignment(int) - Constructor for class org.fraid.interpreter.ASTAssignment
 
ASTAssignment(Fraid, int) - Constructor for class org.fraid.interpreter.ASTAssignment
 
ASTDivide - Class in org.fraid.interpreter
 
ASTDivide(int) - Constructor for class org.fraid.interpreter.ASTDivide
 
ASTDivide(Fraid, int) - Constructor for class org.fraid.interpreter.ASTDivide
 
ASTEqual - Class in org.fraid.interpreter
 
ASTEqual(int) - Constructor for class org.fraid.interpreter.ASTEqual
 
ASTEqual(Fraid, int) - Constructor for class org.fraid.interpreter.ASTEqual
 
ASTEvalLater - Class in org.fraid.interpreter
 
ASTEvalLater(int) - Constructor for class org.fraid.interpreter.ASTEvalLater
 
ASTEvalLater(Fraid, int) - Constructor for class org.fraid.interpreter.ASTEvalLater
 
ASTExpressionToCalculate - Class in org.fraid.interpreter
 
ASTExpressionToCalculate(int) - Constructor for class org.fraid.interpreter.ASTExpressionToCalculate
 
ASTExpressionToCalculate(Fraid, int) - Constructor for class org.fraid.interpreter.ASTExpressionToCalculate
 
ASTFunctionCall - Class in org.fraid.interpreter
 
ASTFunctionCall(int) - Constructor for class org.fraid.interpreter.ASTFunctionCall
 
ASTFunctionCall(Fraid, int) - Constructor for class org.fraid.interpreter.ASTFunctionCall
 
ASTFunctionDef - Class in org.fraid.interpreter
 
ASTFunctionDef(int) - Constructor for class org.fraid.interpreter.ASTFunctionDef
 
ASTFunctionDef(Fraid, int) - Constructor for class org.fraid.interpreter.ASTFunctionDef
 
ASTGreater - Class in org.fraid.interpreter
 
ASTGreater(int) - Constructor for class org.fraid.interpreter.ASTGreater
 
ASTGreater(Fraid, int) - Constructor for class org.fraid.interpreter.ASTGreater
 
ASTGreaterOrEqual - Class in org.fraid.interpreter
 
ASTGreaterOrEqual(int) - Constructor for class org.fraid.interpreter.ASTGreaterOrEqual
 
ASTGreaterOrEqual(Fraid, int) - Constructor for class org.fraid.interpreter.ASTGreaterOrEqual
 
ASTIfThenExpression - Class in org.fraid.interpreter
 
ASTIfThenExpression(int) - Constructor for class org.fraid.interpreter.ASTIfThenExpression
 
ASTIfThenExpression(Fraid, int) - Constructor for class org.fraid.interpreter.ASTIfThenExpression
 
ASTImaginaryNumber - Class in org.fraid.interpreter
 
ASTImaginaryNumber(int) - Constructor for class org.fraid.interpreter.ASTImaginaryNumber
 
ASTImaginaryNumber(Fraid, int) - Constructor for class org.fraid.interpreter.ASTImaginaryNumber
 
ASTMeta - Class in org.fraid.interpreter
 
ASTMeta(int) - Constructor for class org.fraid.interpreter.ASTMeta
 
ASTMeta(Fraid, int) - Constructor for class org.fraid.interpreter.ASTMeta
 
ASTMultiply - Class in org.fraid.interpreter
 
ASTMultiply(int) - Constructor for class org.fraid.interpreter.ASTMultiply
 
ASTMultiply(Fraid, int) - Constructor for class org.fraid.interpreter.ASTMultiply
 
ASTNegate - Class in org.fraid.interpreter
 
ASTNegate(int) - Constructor for class org.fraid.interpreter.ASTNegate
 
ASTNegate(Fraid, int) - Constructor for class org.fraid.interpreter.ASTNegate
 
ASTNot - Class in org.fraid.interpreter
 
ASTNot(int) - Constructor for class org.fraid.interpreter.ASTNot
 
ASTNot(Fraid, int) - Constructor for class org.fraid.interpreter.ASTNot
 
ASTNotEqual - Class in org.fraid.interpreter
 
ASTNotEqual(int) - Constructor for class org.fraid.interpreter.ASTNotEqual
 
ASTNotEqual(Fraid, int) - Constructor for class org.fraid.interpreter.ASTNotEqual
 
ASTOr - Class in org.fraid.interpreter
 
ASTOr(int) - Constructor for class org.fraid.interpreter.ASTOr
 
ASTOr(Fraid, int) - Constructor for class org.fraid.interpreter.ASTOr
 
ASTPower - Class in org.fraid.interpreter
 
ASTPower(int) - Constructor for class org.fraid.interpreter.ASTPower
 
ASTPower(Fraid, int) - Constructor for class org.fraid.interpreter.ASTPower
 
ASTProcessSingleLine - Class in org.fraid.interpreter
 
ASTProcessSingleLine(int) - Constructor for class org.fraid.interpreter.ASTProcessSingleLine
 
ASTProcessSingleLine(Fraid, int) - Constructor for class org.fraid.interpreter.ASTProcessSingleLine
 
ASTProcessStream - Class in org.fraid.interpreter
 
ASTProcessStream(int) - Constructor for class org.fraid.interpreter.ASTProcessStream
 
ASTProcessStream(Fraid, int) - Constructor for class org.fraid.interpreter.ASTProcessStream
 
ASTRealNumber - Class in org.fraid.interpreter
 
ASTRealNumber(int) - Constructor for class org.fraid.interpreter.ASTRealNumber
 
ASTRealNumber(Fraid, int) - Constructor for class org.fraid.interpreter.ASTRealNumber
 
ASTSmaller - Class in org.fraid.interpreter
 
ASTSmaller(int) - Constructor for class org.fraid.interpreter.ASTSmaller
 
ASTSmaller(Fraid, int) - Constructor for class org.fraid.interpreter.ASTSmaller
 
ASTSmallerOrEqual - Class in org.fraid.interpreter
 
ASTSmallerOrEqual(int) - Constructor for class org.fraid.interpreter.ASTSmallerOrEqual
 
ASTSmallerOrEqual(Fraid, int) - Constructor for class org.fraid.interpreter.ASTSmallerOrEqual
 
ASTString - Class in org.fraid.interpreter
 
ASTString(int) - Constructor for class org.fraid.interpreter.ASTString
 
ASTString(Fraid, int) - Constructor for class org.fraid.interpreter.ASTString
 
ASTSubtract - Class in org.fraid.interpreter
 
ASTSubtract(int) - Constructor for class org.fraid.interpreter.ASTSubtract
 
ASTSubtract(Fraid, int) - Constructor for class org.fraid.interpreter.ASTSubtract
 
ASTVariable - Class in org.fraid.interpreter
 
ASTVariable(int) - Constructor for class org.fraid.interpreter.ASTVariable
 
ASTVariable(Fraid, int) - Constructor for class org.fraid.interpreter.ASTVariable
 
ASTXor - Class in org.fraid.interpreter
 
ASTXor(int) - Constructor for class org.fraid.interpreter.ASTXor
 
ASTXor(Fraid, int) - Constructor for class org.fraid.interpreter.ASTXor
 
atan - Class in org.fraid.complex.functions
 
atan() - Constructor for class org.fraid.complex.functions.atan
 
atan() - Method in class org.netlib.math.complex.Complex
Returns the principal arc tangent of a Complex number.
atanh - Class in org.fraid.complex.functions
 
atanh() - Constructor for class org.fraid.complex.functions.atanh
 
atanh() - Method in class org.netlib.math.complex.Complex
Returns the principal inverse hyperbolic tangent of a Complex number.
AtomicExpression() - Method in class org.fraid.interpreter.Fraid
 
attachPlayer(PlaySoundController) - Method in class org.fraid.sound.utils.RecordSoundController
 
AUTHOR - Static variable in class org.netlib.math.complex.Complex
 
autoScale - Variable in class org.fraid.plugin.BehaviorBean
Are the algorithms trying to adjust the scale automatically (not all of them can).
autoScaleHorizontal - Variable in class org.fraid.plugin.beans.FunctionPlotPlugIn
 
available() - Method in class org.fraid.sound.sampled.FrAidAudioInputStream
 

B

back - Static variable in class org.fraid.graphics.utils.CornerButton.State
 
backgroundColor - Variable in class org.fraid.plugin.BehaviorBean
The background color.
backup(int) - Method in class org.fraid.interpreter.SimpleCharStream
 
backup(int) - Method in class org.fraid.sampled.parser.SimpleCharStream
 
basicParametersDiffer(int) - Method in class org.fraid.sound.utils.RecordSoundController
 
beginColumn - Variable in class org.fraid.interpreter.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginColumn - Variable in class org.fraid.sampled.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.fraid.interpreter.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class org.fraid.sampled.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class org.fraid.interpreter.SimpleCharStream
 
BeginToken() - Method in class org.fraid.sampled.parser.SimpleCharStream
 
BehaviorBean - Class in org.fraid.plugin
The adapter to the plugin interface.
BehaviorBean() - Constructor for class org.fraid.plugin.BehaviorBean
Creates a new BehaviourPlugInAdapter instance.
BehaviorBeanInterface - Interface in org.fraid.plugin
All FrAid plugins implement this.
blockOperation() - Method in class org.fraid.sound.utils.PlaySoundController
 
bottomRight - Variable in class org.fraid.plugin.BehaviorBean
The plane coordinates of the bottom right corner of the region we are painting.
bottomRight - Variable in class org.fraid.plugin.GridData
 
BoundedNumberSequence - Class in org.fraid.utils
 
BoundedNumberSequence(int) - Constructor for class org.fraid.utils.BoundedNumberSequence
 
BoxReader - Class in org.fraid.io.gui
A Reader which reads from a textArea.
BoxReader() - Constructor for class org.fraid.io.gui.BoxReader
Creates a new BoxReader instance.
bufcolumn - Variable in class org.fraid.interpreter.SimpleCharStream
 
bufcolumn - Variable in class org.fraid.sampled.parser.SimpleCharStream
 
buffer - Variable in class org.fraid.interpreter.SimpleCharStream
 
buffer - Variable in class org.fraid.sampled.parser.SimpleCharStream
 
BUFFER_SIZE - Static variable in class org.fraid.sound.sampled.SampledSoundUtils
 
BufferedImagePaintAlgorithmThread - Class in org.fraid.plugin
 
BufferedImagePaintAlgorithmThread(GraphicsUser, BehaviorBean) - Constructor for class org.fraid.plugin.BufferedImagePaintAlgorithmThread
 
bufline - Variable in class org.fraid.interpreter.SimpleCharStream
 
bufline - Variable in class org.fraid.sampled.parser.SimpleCharStream
 
bufpos - Variable in class org.fraid.interpreter.SimpleCharStream
 
bufpos - Variable in class org.fraid.sampled.parser.SimpleCharStream
 

C

calc(Vector, Complex[], double) - Static method in class org.fraid.math.MathHelper
Calculates the system given by aFunctions at the point aArgs.
calculateCost() - Method in class org.fraid.projects.PredictionMarkets.MarketManager
 
calculatePrice(int) - Method in class org.fraid.projects.PredictionMarkets.MarketManager
 
calculateRungeKutta(Vector, Complex[], double, double, int) - Static method in class org.fraid.sampled.functions.rk
 
capitalizeName(String) - Static method in class org.fraid.utils.CreatePlugin
 
cart(double, double) - Static method in class org.netlib.math.complex.Complex
Returns a Complex from real and imaginary parts.
cft - Class in org.fraid.sampled.functions
 
cft() - Constructor for class org.fraid.sampled.functions.cft
 
ChangeAwareObject - Interface in org.fraid.plugin
 
changeObjectSettings(Object) - Static method in class org.fraid.graphics.utils.SettingsEditor
Run as dependant application.
changeViewAngles(double, double) - Method in class org.fraid.plugin.algorithm.Plot3DThread
 
checkAndRegenerate() - Method in class org.fraid.function.DefinedFunctionCore
 
checkIfSaved() - Method in class org.fraid.graphics.utils.SettingsEditor
Is our work saved.
children - Variable in class org.fraid.interpreter.SimpleNode
Automatically generated by javacc.
childrenCountMissingArgs(SimpleNode) - Static method in class org.fraid.interpreter.SimpleNode
 
ClassIndirection - Class in org.fraid.utils
 
ClassIndirection() - Constructor for class org.fraid.utils.ClassIndirection
 
ClassPathHacker - Class in org.fraid.utils
 
ClassPathHacker() - Constructor for class org.fraid.utils.ClassPathHacker
 
clean() - Method in class org.fraid.interpreter.SimpleNode
The code executed before an eval takes place.
cleanUp() - Method in class org.fraid.plugin.algorithm.IterFractThread
 
cleanUp() - Method in class org.fraid.plugin.algorithm.Transform3Thread
 
cleanUp() - Method in class org.fraid.plugin.algorithm.TransformThread
 
clear - Class in org.fraid.graphics.utils.functions
 
clear() - Constructor for class org.fraid.graphics.utils.functions.clear
 
clearGenerator() - Method in class org.fraid.function.DefinedFunction
 
clearZoomRegions() - Method in class org.fraid.graphics.GraphicsPanel
Cleans up when the zoom is canceled.
clone() - Method in class org.fraid.function.ComplexFunction
Used when a panel is cloned to be saved in a file.
clone() - Method in class org.fraid.function.DefinedFunction
 
clone() - Method in class org.fraid.function.DefinedFunctionCore
 
clone() - Method in class org.fraid.function.DefinedFunctionTreeCore
 
clone() - Method in class org.fraid.function.DisconnectedGeneratorFunction
 
clone() - Method in class org.fraid.function.GeneratorFunction
 
clone() - Method in class org.fraid.function.RungeKuttaFunction
 
clone() - Method in class org.fraid.function.Transform
Needed when generating files (everyhting gets cloned to prevent any changes).
clone() - Method in class org.fraid.graphics.utils.Model3D
 
clone() - Method in class org.fraid.interpreter.SimpleNode
Local implementation of the clone() method.
clone() - Method in class org.fraid.plugin.beans.AggregationPlotPlugIn
 
clone() - Method in class org.fraid.plugin.beans.CobWebPlugIn
 
clone() - Method in class org.fraid.plugin.beans.Color3DPlugIn
 
clone() - Method in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
 
clone() - Method in class org.fraid.plugin.beans.FunctionPlotPlugIn
 
clone() - Method in class org.fraid.plugin.beans.IterFractPlugIn
 
clone() - Method in class org.fraid.plugin.beans.JuliaPlugIn
 
clone() - Method in class org.fraid.plugin.beans.MandelbrotPlugIn
 
clone() - Method in class org.fraid.plugin.beans.MapPlotPlugIn
 
clone() - Method in class org.fraid.plugin.beans.NewtonPlugIn
 
clone() - Method in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
 
clone() - Method in class org.fraid.plugin.beans.OrbitDiagramPlugIn
 
clone() - Method in class org.fraid.plugin.beans.PhasePlugIn
 
clone() - Method in class org.fraid.plugin.beans.Plot2PlugIn
 
clone() - Method in class org.fraid.plugin.beans.Plot3DPlugIn
 
clone() - Method in class org.fraid.plugin.beans.Plot3FPlugIn
 
clone() - Method in class org.fraid.plugin.beans.Plot3PlugIn
 
clone() - Method in class org.fraid.plugin.beans.PMChartPlugIn
 
clone() - Method in class org.fraid.plugin.beans.SpectrumPlugIn
 
clone() - Method in class org.fraid.plugin.beans.Transform3PlugIn
 
clone() - Method in class org.fraid.plugin.beans.TransformPlugIn
 
clone() - Method in class org.fraid.plugin.BehaviorBean
Clone when saving to file.
clone() - Method in class org.fraid.projects.PredictionMarkets.Market
 
clone() - Method in class org.fraid.projects.PredictionMarkets.Stock
 
clone() - Method in class org.fraid.sampled.Samples
 
clone() - Method in class org.netlib.math.complex.Complex
Overrides the Cloneable interface.
cloneS - Class in org.fraid.sampled.functions
 
cloneS() - Constructor for class org.fraid.sampled.functions.cloneS
 
close() - Method in interface org.fraid.io.CloseListener
 
close() - Method in class org.fraid.io.gui.BoxReader
The stream's close method.
close() - Method in class org.fraid.io.gui.DialogOutpStream
The close method of the stream.
close() - Method in class org.fraid.io.gui.FraidConsole
 
close() - Method in class org.fraid.io.gui.LineReader
 
close() - Method in class org.fraid.io.NullOutpStream
 
close() - Method in class org.fraid.io.TeeOutpStream
 
close() - Method in class org.fraid.io.TeeReader
 
CLOSE_META - Static variable in interface org.fraid.interpreter.FraidConstants
 
CLOSE_PAR - Static variable in interface org.fraid.interpreter.FraidConstants
 
close_w(Object...) - Static method in class org.fraid.ScriptingGraphics
Close the windows listed in aWindowList (integers).
closeAll() - Static method in class org.fraid.graphics.utils.VariableController
 
closeAllOutputStreams() - Static method in class org.fraid.io.FraidIO
Closes all output streams.
closeControllers - Class in org.fraid.graphics.utils.functions
 
closeControllers() - Constructor for class org.fraid.graphics.utils.functions.closeControllers
 
CloseListener - Interface in org.fraid.io
 
closeWindow - Class in org.fraid.graphics.utils.functions
 
closeWindow() - Constructor for class org.fraid.graphics.utils.functions.closeWindow
 
cobweb - Class in org.fraid.graphics.functions
 
cobweb() - Constructor for class org.fraid.graphics.functions.cobweb
 
CobWebPlugIn - Class in org.fraid.plugin.beans
 
CobWebPlugIn() - Constructor for class org.fraid.plugin.beans.CobWebPlugIn
 
CobWebThread - Class in org.fraid.plugin.algorithm
 
CobWebThread(GraphicsUser, BehaviorBean) - Constructor for class org.fraid.plugin.algorithm.CobWebThread
 
color3d - Class in org.fraid.graphics.functions
 
color3d() - Constructor for class org.fraid.graphics.functions.color3d
 
Color3DPlugIn - Class in org.fraid.plugin.beans
 
Color3DPlugIn() - Constructor for class org.fraid.plugin.beans.Color3DPlugIn
 
Color3DThread - Class in org.fraid.plugin.algorithm
 
Color3DThread(GraphicsUser, BehaviorBean) - Constructor for class org.fraid.plugin.algorithm.Color3DThread
 
ColorMap - Class in org.fraid.graphics.utils
 
ColorMap() - Constructor for class org.fraid.graphics.utils.ColorMap
 
ColorMap(int, Color[], Color[]) - Constructor for class org.fraid.graphics.utils.ColorMap
 
ColorMapChooser - Class in org.fraid.graphics.utils
 
ColorMapChooser() - Constructor for class org.fraid.graphics.utils.ColorMapChooser
 
ColorMapChooser(Color[], int, int) - Constructor for class org.fraid.graphics.utils.ColorMapChooser
 
ColorMapChooser.BlendedColors - Class in org.fraid.graphics.utils
 
ColorMapChooser.BlendedColors() - Constructor for class org.fraid.graphics.utils.ColorMapChooser.BlendedColors
 
column - Variable in class org.fraid.interpreter.SimpleCharStream
 
column - Variable in class org.fraid.sampled.parser.SimpleCharStream
 
COMMA - Static variable in interface org.fraid.interpreter.FraidConstants
 
CommandLineInitializer - Class in org.fraid.utils
 
CommandLineInitializer() - Constructor for class org.fraid.utils.CommandLineInitializer
 
CommandLineManager - Class in org.fraid.utils
Extract and store command line parameters.
CommandLineManager(String[]) - Constructor for class org.fraid.utils.CommandLineManager
Process the passed command line.
ComparisonExpression() - Method in class org.fraid.interpreter.Fraid
 
compile(String, File, boolean) - Static method in class org.fraid.utils.CreatePlugin
 
completePopupMenu(JPopupMenu) - Method in class org.fraid.plugin.beans.AggregationPlotPlugIn
 
completePopupMenu(JPopupMenu) - Method in class org.fraid.plugin.beans.CobWebPlugIn
 
completePopupMenu(JPopupMenu) - Method in class org.fraid.plugin.beans.Color3DPlugIn
 
completePopupMenu(JPopupMenu) - Method in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
 
completePopupMenu(JPopupMenu) - Method in class org.fraid.plugin.beans.FunctionPlotPlugIn
 
completePopupMenu(JPopupMenu) - Method in class org.fraid.plugin.beans.IterFractPlugIn
 
completePopupMenu(JPopupMenu) - Method in class org.fraid.plugin.beans.JuliaPlugIn
 
completePopupMenu(JPopupMenu) - Method in class org.fraid.plugin.beans.MandelbrotPlugIn
 
completePopupMenu(JPopupMenu) - Method in class org.fraid.plugin.beans.MapPlotPlugIn
 
completePopupMenu(JPopupMenu) - Method in class org.fraid.plugin.beans.NewtonPlugIn
 
completePopupMenu(JPopupMenu) - Method in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
 
completePopupMenu(JPopupMenu) - Method in class org.fraid.plugin.beans.OrbitDiagramPlugIn
 
completePopupMenu(JPopupMenu) - Method in class org.fraid.plugin.beans.PhasePlugIn
 
completePopupMenu(JPopupMenu) - Method in class org.fraid.plugin.beans.Plot2PlugIn
 
completePopupMenu(JPopupMenu) - Method in class org.fraid.plugin.beans.Plot3DPlugIn
 
completePopupMenu(JPopupMenu) - Method in class org.fraid.plugin.beans.PMChartPlugIn
 
completePopupMenu(JPopupMenu) - Method in class org.fraid.plugin.beans.SpectrumPlugIn
 
completePopupMenu(JPopupMenu) - Method in class org.fraid.plugin.beans.Transform3PlugIn
 
completePopupMenu(JPopupMenu) - Method in class org.fraid.plugin.beans.TransformPlugIn
 
completePopupMenu(JPopupMenu) - Method in class org.fraid.plugin.BehaviorBean
See superclass.
completePopupMenu(JPopupMenu) - Method in interface org.fraid.plugin.BehaviorBeanInterface
If the current GraphicsUser has a popup menu, this will attach the appropriate menu items needed for this algorithm.
Complex - Class in org.netlib.math.complex
Complex() - Constructor for class org.netlib.math.complex.Complex
Constructs a Complex representing the number zero.
Complex(double) - Constructor for class org.netlib.math.complex.Complex
Constructs a Complex representing a real number.
Complex(Complex) - Constructor for class org.netlib.math.complex.Complex
Constructs a separate new Complex from an existing Complex.
Complex(double, double) - Constructor for class org.netlib.math.complex.Complex
Constructs a Complex from real and imaginary parts.
ComplexBenchmark - Class in org.netlib.math.complex
 
ComplexBenchmark() - Constructor for class org.netlib.math.complex.ComplexBenchmark
 
ComplexFunction - Class in org.fraid.function
The Java interface to the FrAid functions.
ComplexFunction() - Constructor for class org.fraid.function.ComplexFunction
Creates a new ComplexFunction instance.
ComplexFunction(int) - Constructor for class org.fraid.function.ComplexFunction
Creates a new ComplexFunction instance.
ComplexFunctionException - Exception in org.fraid.function
 
ComplexFunctionException(String) - Constructor for exception org.fraid.function.ComplexFunctionException
 
conj - Class in org.fraid.complex.functions
 
conj() - Constructor for class org.fraid.complex.functions.conj
 
conj() - Method in class org.netlib.math.complex.Complex
Returns the Complex "conjugate".
connectGeneratedF(DefinedFunction, DefinedFunction) - Static method in class org.fraid.interpreter.SimpleNode
 
console(String) - Static method in class org.fraid.ScriptingConsole
Open a FraidConsole with an associated FrAid interpreter.
consumeText(String) - Method in class org.fraid.io.gui.BoxReader
Display and send aText.
consumption - Class in org.fraid.graphics.functions
 
consumption() - Constructor for class org.fraid.graphics.functions.consumption
 
ConsumptionDiagramPlugIn - Class in org.fraid.plugin.beans
 
ConsumptionDiagramPlugIn() - Constructor for class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
 
ConsumptionDiagramThread - Class in org.fraid.plugin.algorithm
 
ConsumptionDiagramThread(GraphicsUser, BehaviorBean) - Constructor for class org.fraid.plugin.algorithm.ConsumptionDiagramThread
 
ConsumptionStruct - Class in org.fraid.utils
 
ConsumptionStruct(int, int, int, int, int, String) - Constructor for class org.fraid.utils.ConsumptionStruct
 
containsMeta(SimpleNode) - Static method in class org.fraid.interpreter.SimpleNode
 
controlVar - Class in org.fraid.graphics.utils.functions
 
controlVar() - Constructor for class org.fraid.graphics.utils.functions.controlVar
 
conv - Class in org.fraid.sampled.functions
 
conv() - Constructor for class org.fraid.sampled.functions.conv
 
convert3DtoScreen(DoublePoint3D, Point) - Method in class org.fraid.plugin.algorithm.Plot3DThread
 
convertBytesToSamples(byte[], AudioFormat, int) - Static method in class org.fraid.sound.sampled.SampledSoundUtils
 
convertSamplesToBytes(Samples, int, int) - Static method in class org.fraid.sound.sampled.SampledSoundUtils
 
copyAlgorithmStructures(PaintAlgorithmThread) - Method in class org.fraid.plugin.beans.FunctionPlotPlugIn
 
copyAlgorithmStructures(PaintAlgorithmThread) - Method in class org.fraid.plugin.BehaviorBean
 
copyFile(String, String) - Static method in class org.fraid.utils.InstallUtils
 
copyFrAidRelevantData(Complex) - Static method in class org.fraid.interpreter.SimpleNode
 
copyFunctionality(DefinedFunction) - Method in class org.fraid.function.DefinedFunction
 
CornerButton - Class in org.fraid.graphics.utils
 
CornerButton() - Constructor for class org.fraid.graphics.utils.CornerButton
 
CornerButton.State - Class in org.fraid.graphics.utils
 
CornerButton.State() - Constructor for class org.fraid.graphics.utils.CornerButton.State
 
cornerButtonPressed() - Method in class org.fraid.graphics.GraphicsPanel
Depending on the state will stop painting or perform undo.
correctionAmount - Variable in class org.fraid.plugin.beans.FunctionPlotPlugIn
 
cos - Class in org.fraid.complex.functions
 
cos() - Constructor for class org.fraid.complex.functions.cos
 
cos() - Method in class org.netlib.math.complex.Complex
Returns the cosine of a Complex number.
cosec - Class in org.fraid.complex.functions
 
cosec() - Constructor for class org.fraid.complex.functions.cosec
 
cosec() - Method in class org.netlib.math.complex.Complex
Returns the cosecant of a Complex number.
cosh - Class in org.fraid.complex.functions
 
cosh() - Constructor for class org.fraid.complex.functions.cosh
 
cosh() - Method in class org.netlib.math.complex.Complex
Returns the hyperbolic cosine of a Complex number.
cot - Class in org.fraid.complex.functions
 
cot() - Constructor for class org.fraid.complex.functions.cot
 
cot() - Method in class org.netlib.math.complex.Complex
Returns the cotangent of a Complex number.
count(char, String) - Static method in class org.fraid.utils.Utils
Helper.
countMissingArgs(SimpleNode) - Static method in class org.fraid.interpreter.SimpleNode
 
create() - Static method in class org.fraid.graphics.GraphicsStore
In Application mode each call to create() opens a new window.
createAlgorithm(String, CreatePlugin.Action) - Static method in class org.fraid.utils.CreatePlugin
 
createArgumentList(SimpleNode) - Static method in class org.fraid.interpreter.SimpleNode
 
createBatchFile(String, String) - Static method in class org.fraid.utils.InstallUtils
 
createCalculatorBatchFile(String) - Static method in class org.fraid.utils.InstallPredMkt
 
createCalculatorShellScript(String) - Static method in class org.fraid.utils.InstallPredMkt
 
createChartBatchFile(String) - Static method in class org.fraid.utils.InstallPredMkt
 
createChartShellScript(String) - Static method in class org.fraid.utils.InstallPredMkt
 
createConsole(boolean, String) - Static method in class org.fraid.io.IOGUIFactory
 
createDialog() - Static method in class org.fraid.sound.midi.PlayMidiPanel
 
createDir(String, PrintStream) - Static method in class org.fraid.utils.InstallUtils
 
createDirectoryStructure(String, PrintStream, String) - Static method in class org.fraid.utils.InstallUtils
 
createDummyArgumentList(int) - Static method in class org.fraid.function.DefinedFunction
 
createDummySamples(int) - Static method in class org.fraid.math.MathHelperSampled
 
CreateFunction - Class in org.fraid.utils
 
CreateFunction() - Constructor for class org.fraid.utils.CreateFunction
 
createFunction(String, CreatePlugin.Action, boolean) - Static method in class org.fraid.utils.CreateFunction
 
createGraphicsFunction(String, CreatePlugin.Action, boolean) - Static method in class org.fraid.utils.CreatePlugin
 
createImage() - Method in class org.fraid.plugin.BufferedImagePaintAlgorithmThread
 
createImage() - Method in class org.fraid.plugin.PaintAlgorithmThread
Turns its internal representation to a BufferedImage.
createImage() - Method in class org.fraid.plugin.RawArrayPaintAlgorithmThread
 
createImageIcon(String) - Static method in class org.fraid.graphics.utils.CornerButton
 
createMenu() - Method in class org.fraid.io.gui.FraidConsole
Helper.
createObject(String) - Static method in class org.fraid.interpreter.symbtable.SymbolTable
Helper.
CreatePlugin - Class in org.fraid.utils
 
CreatePlugin() - Constructor for class org.fraid.utils.CreatePlugin
 
createPlugin(String, CreatePlugin.Action) - Static method in class org.fraid.utils.CreatePlugin
 
CreatePlugin.Action - Enum in org.fraid.utils
 
createSettings(String, CreatePlugin.Action) - Static method in class org.fraid.utils.CreatePlugin
 
createShellScript(String, String) - Static method in class org.fraid.utils.InstallUtils
 
createSymbTableEntry(SimpleNode) - Static method in class org.fraid.interpreter.SimpleNode
This is the main processor of the assignment operator (function/variable definition) in FrAid.
curChar - Variable in class org.fraid.interpreter.FraidTokenManager
 
curChar - Variable in class org.fraid.sampled.parser.SamplesParserTokenManager
 
currentToken - Variable in exception org.fraid.interpreter.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception org.fraid.sampled.parser.ParseException
This is the last token that has been consumed successfully.

D

date - Variable in class org.fraid.utils.ConsumptionStruct
 
DATE - Static variable in class org.netlib.math.complex.Complex
 
dateToPlane(Date, Date, double, double, Date) - Static method in class org.fraid.graphics.utils.GraphicsUtils
dateToPlane
debug - Class in org.fraid.utils.functions
 
debug() - Constructor for class org.fraid.utils.functions.debug
 
debugParser - Class in org.fraid.utils.functions
 
debugParser() - Constructor for class org.fraid.utils.functions.debugParser
 
debugStream - Variable in class org.fraid.interpreter.FraidTokenManager
 
debugStream - Variable in class org.fraid.sampled.parser.SamplesParserTokenManager
 
def_f(String) - Method in class org.fraid.Scripting
Define a FrAid function.
DEFAULT - Static variable in interface org.fraid.interpreter.FraidConstants
 
DEFAULT - Static variable in interface org.fraid.sampled.parser.SamplesParserConstants
 
DefinedFunction - Class in org.fraid.function
Represents the user defined functions in FrAid.
DefinedFunction() - Constructor for class org.fraid.function.DefinedFunction
 
DefinedFunction(String, int) - Constructor for class org.fraid.function.DefinedFunction
 
DefinedFunction(String) - Constructor for class org.fraid.function.DefinedFunction
 
DefinedFunction(Samples) - Constructor for class org.fraid.function.DefinedFunction
 
DefinedFunction(String, Samples) - Constructor for class org.fraid.function.DefinedFunction
 
DefinedFunctionCore - Class in org.fraid.function
 
DefinedFunctionCore(DefinedFunction) - Constructor for class org.fraid.function.DefinedFunctionCore
 
DefinedFunctionTreeCore - Class in org.fraid.function
 
DefinedFunctionTreeCore(DefinedFunction) - Constructor for class org.fraid.function.DefinedFunctionTreeCore
 
delay_ms - Variable in class org.fraid.plugin.beans.IterFractPlugIn
 
delay_ms - Variable in class org.fraid.plugin.beans.TransformPlugIn
 
deleteDir(File) - Static method in class org.fraid.utils.CreatePlugin
 
deltaDenominator - Variable in class org.fraid.plugin.beans.PhasePlugIn
 
deltaDenominator - Variable in class org.fraid.plugin.beans.Plot2PlugIn
 
deltaDenominator - Variable in class org.fraid.plugin.beans.Plot3PlugIn
 
DemoApplet1 - Class in org.fraid.applets
 
DemoApplet1() - Constructor for class org.fraid.applets.DemoApplet1
 
DemoApplet2 - Class in org.fraid.applets
 
DemoApplet2() - Constructor for class org.fraid.applets.DemoApplet2
 
destroy() - Method in class org.fraid.applets.DemoApplet1
 
destroy() - Method in class org.fraid.applets.DemoApplet2
 
destroy() - Method in class org.fraid.graphics.GraphicsPanel
Cleans up when the window containing this panel is destroyed.
destroy() - Method in class org.fraid.graphics.GraphicsUser
Called by the owning containers to perform any meaningful clenup when leaving.
destroy() - Method in class org.fraid.graphics.SaveToFileUser
 
destroy() - Method in class org.fraid.sound.utils.PlaySoundController
 
destroy() - Method in class org.fraid.sound.utils.RecordSoundController
 
destroy() - Method in class org.fraid.tests.PrincApplet
 
detouchFromListeners() - Method in class org.fraid.function.GeneratorFunction
 
dft - Class in org.fraid.sampled.functions
 
dft() - Constructor for class org.fraid.sampled.functions.dft
 
dft1 - Class in org.fraid.sampled.functions
 
dft1() - Constructor for class org.fraid.sampled.functions.dft1
 
DialogOutpStream - Class in org.fraid.io.gui
A stream which writes to a dialog.
DialogOutpStream(String, boolean, boolean) - Constructor for class org.fraid.io.gui.DialogOutpStream
Creates a new DialogOutpStream instance.
diff - Class in org.fraid.math.functions
 
diff() - Constructor for class org.fraid.math.functions.diff
 
DIGITS - Static variable in interface org.fraid.interpreter.FraidConstants
 
DIGITS - Static variable in interface org.fraid.sampled.parser.SamplesParserConstants
 
directionFieldColor - Variable in class org.fraid.plugin.beans.PhasePlugIn
 
disable_tracing() - Method in class org.fraid.interpreter.Fraid
 
disable_tracing() - Method in class org.fraid.sampled.parser.SamplesParser
 
disabled - Static variable in class org.fraid.graphics.utils.CornerButton.State
 
disablePlayer() - Method in class org.fraid.sound.utils.RecordSoundController
 
DisconnectedGeneratorFunction - Class in org.fraid.function
 
DisconnectedGeneratorFunction() - Constructor for class org.fraid.function.DisconnectedGeneratorFunction
 
displayGraphics(int) - Method in class org.fraid.function.GraphicsFunction
 
distanceBetweenStartPoints - Variable in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
 
distanceBetweenVectors - Variable in class org.fraid.plugin.beans.PhasePlugIn
 
div(Complex) - Method in class org.netlib.math.complex.Complex
To perform z1 / z2, you write z1.div(z2) .
divide - Class in org.fraid.complex.functions
 
divide() - Constructor for class org.fraid.complex.functions.divide
 
DIVIDE - Static variable in interface org.fraid.interpreter.FraidConstants
 
doActionPerformed(ActionEvent) - Method in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
 
doActionPerformed(ActionEvent) - Method in class org.fraid.plugin.beans.IterFractPlugIn
 
doActionPerformed(ActionEvent) - Method in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
 
doActionPerformed(ActionEvent) - Method in class org.fraid.plugin.beans.PhasePlugIn
 
doActionPerformed(ActionEvent) - Method in class org.fraid.plugin.beans.Plot3DPlugIn
 
doActionPerformed(ActionEvent) - Method in class org.fraid.plugin.beans.PMChartPlugIn
 
doActionPerformed(ActionEvent) - Method in class org.fraid.plugin.beans.Transform3PlugIn
 
doActionPerformed(ActionEvent) - Method in class org.fraid.plugin.beans.TransformPlugIn
 
doActionPerformed(ActionEvent) - Method in class org.fraid.plugin.BehaviorBean
 
doGraphics(Complex[]) - Method in class org.fraid.function.GraphicsFunction
 
doGraphics(String, Complex[]) - Method in class org.fraid.function.GraphicsFunction
 
doGraphics(Complex[]) - Method in class org.fraid.graphics.functions.aggregation
 
doGraphics(Complex[]) - Method in class org.fraid.graphics.functions.cobweb
 
doGraphics(Complex[]) - Method in class org.fraid.graphics.functions.color3d
 
doGraphics(Complex[]) - Method in class org.fraid.graphics.functions.consumption
 
doGraphics(Complex[]) - Method in class org.fraid.graphics.functions.iterFract
 
doGraphics(Complex[]) - Method in class org.fraid.graphics.functions.julia
 
doGraphics(Complex[]) - Method in class org.fraid.graphics.functions.mandelbrot
 
doGraphics(Complex[]) - Method in class org.fraid.graphics.functions.newton
 
doGraphics(Complex[]) - Method in class org.fraid.graphics.functions.orbit
 
doGraphics(Complex[]) - Method in class org.fraid.graphics.functions.orbit2
 
doGraphics(Complex[]) - Method in class org.fraid.graphics.functions.phase
 
doGraphics(Complex[]) - Method in class org.fraid.graphics.functions.plot
 
doGraphics(Complex[]) - Method in class org.fraid.graphics.functions.plot2
 
doGraphics(Complex[]) - Method in class org.fraid.graphics.functions.plot3
 
doGraphics(Complex[]) - Method in class org.fraid.graphics.functions.plot3d
 
doGraphics(Complex[]) - Method in class org.fraid.graphics.functions.plot3f
 
doGraphics(Complex[]) - Method in class org.fraid.graphics.functions.plotMap
 
doGraphics(Complex[]) - Method in class org.fraid.graphics.functions.spectrum
 
doGraphics(Complex[]) - Method in class org.fraid.graphics.functions.transform
 
doGraphics(Complex[]) - Method in class org.fraid.graphics.functions.transform3
 
doItemStateChanged(ItemEvent) - Method in class org.fraid.plugin.beans.FunctionPlotPlugIn
 
doItemStateChanged(ItemEvent) - Method in class org.fraid.plugin.beans.IterFractPlugIn
 
doItemStateChanged(ItemEvent) - Method in class org.fraid.plugin.beans.TransformPlugIn
 
doItemStateChanged(ItemEvent) - Method in class org.fraid.plugin.BehaviorBean
 
doKeyPressed(KeyEvent) - Method in class org.fraid.plugin.BehaviorBean
 
doKeyReleased(KeyEvent) - Method in class org.fraid.plugin.BehaviorBean
 
doKeyTyped(KeyEvent) - Method in class org.fraid.plugin.BehaviorBean
 
doMain(File, String) - Static method in class org.fraid.utils.InstallPredMkt
 
doMain(File, String) - Static method in class org.fraid.utils.InstallUtils
 
doMouseClicked(MouseEvent) - Method in class org.fraid.plugin.beans.IterFractPlugIn
 
doMouseClicked(MouseEvent) - Method in class org.fraid.plugin.beans.TransformPlugIn
 
doMouseClicked(MouseEvent) - Method in class org.fraid.plugin.BehaviorBean
 
doMouseDragged(MouseEvent) - Method in class org.fraid.plugin.beans.MandelbrotPlugIn
 
doMouseDragged(MouseEvent) - Method in class org.fraid.plugin.beans.Plot3DPlugIn
 
doMouseDragged(MouseEvent) - Method in class org.fraid.plugin.beans.SpectrumPlugIn
 
doMouseDragged(MouseEvent) - Method in class org.fraid.plugin.BehaviorBean
 
doMouseEntered(MouseEvent) - Method in class org.fraid.plugin.BehaviorBean
 
doMouseExited(MouseEvent) - Method in class org.fraid.plugin.BehaviorBean
 
doMouseMoved(MouseEvent) - Method in class org.fraid.plugin.beans.IterFractPlugIn
 
doMouseMoved(MouseEvent) - Method in class org.fraid.plugin.beans.TransformPlugIn
 
doMouseMoved(MouseEvent) - Method in class org.fraid.plugin.BehaviorBean
 
doMousePressed(MouseEvent) - Method in class org.fraid.plugin.beans.AggregationPlotPlugIn
 
doMousePressed(MouseEvent) - Method in class org.fraid.plugin.beans.CobWebPlugIn
 
doMousePressed(MouseEvent) - Method in class org.fraid.plugin.beans.Color3DPlugIn
 
doMousePressed(MouseEvent) - Method in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
 
doMousePressed(MouseEvent) - Method in class org.fraid.plugin.beans.FunctionPlotPlugIn
 
doMousePressed(MouseEvent) - Method in class org.fraid.plugin.beans.JuliaPlugIn
 
doMousePressed(MouseEvent) - Method in class org.fraid.plugin.beans.MandelbrotPlugIn
 
doMousePressed(MouseEvent) - Method in class org.fraid.plugin.beans.MapPlotPlugIn
 
doMousePressed(MouseEvent) - Method in class org.fraid.plugin.beans.NewtonPlugIn
 
doMousePressed(MouseEvent) - Method in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
 
doMousePressed(MouseEvent) - Method in class org.fraid.plugin.beans.OrbitDiagramPlugIn
 
doMousePressed(MouseEvent) - Method in class org.fraid.plugin.beans.PhasePlugIn
 
doMousePressed(MouseEvent) - Method in class org.fraid.plugin.beans.Plot3DPlugIn
 
doMousePressed(MouseEvent) - Method in class org.fraid.plugin.beans.PMChartPlugIn
 
doMousePressed(MouseEvent) - Method in class org.fraid.plugin.beans.SpectrumPlugIn
 
doMousePressed(MouseEvent) - Method in class org.fraid.plugin.BehaviorBean
 
doMouseReleased(MouseEvent) - Method in class org.fraid.plugin.BehaviorBean
 
Done() - Method in class org.fraid.interpreter.SimpleCharStream
 
Done() - Method in class org.fraid.sampled.parser.SimpleCharStream
 
donePlaying() - Method in class org.fraid.sound.utils.PlaySoundController
 
doneRecording() - Method in class org.fraid.sound.utils.RecordSoundController
 
doObjectChanged() - Method in class org.fraid.plugin.beans.FunctionPlotPlugIn
 
doObjectChanged() - Method in class org.fraid.plugin.BehaviorBean
The actual worker for objectChanged.
DoublePoint - Class in org.fraid.math
 
DoublePoint() - Constructor for class org.fraid.math.DoublePoint
 
DoublePoint(double, double) - Constructor for class org.fraid.math.DoublePoint
 
DoublePoint3D - Class in org.fraid.graphics.utils
 
DoublePoint3D() - Constructor for class org.fraid.graphics.utils.DoublePoint3D
 
DoublePoint3D(double, double, double) - Constructor for class org.fraid.graphics.utils.DoublePoint3D
 
doZoom() - Method in class org.fraid.graphics.GraphicsPanel
Starts the zoom recalculations after the zoom parameters have been set.
draggingPoint - Variable in class org.fraid.plugin.beans.Plot3DPlugIn
 
drawGridLines(DoublePoint) - Method in class org.fraid.plugin.algorithm.Plot3DThread
 
drawGridLines(DoublePoint) - Method in class org.fraid.plugin.algorithm.SpectrumThread
 
drawGridLines(DoublePoint) - Method in class org.fraid.plugin.BufferedImagePaintAlgorithmThread
 
drawGridLines(DoublePoint) - Method in class org.fraid.plugin.PaintAlgorithmThread
Plots the grid (if there was created one).
drawGridLines(DoublePoint) - Method in class org.fraid.plugin.RawArrayPaintAlgorithmThread
 
drawPixel(Point) - Method in class org.fraid.plugin.algorithm.AggregationPlotThread
 
drawZoomRegions(Point) - Method in class org.fraid.graphics.GraphicsPanel
Marks the zoom region when the mouse is dragged.
dumpString(HashMap) - Method in class org.fraid.interpreter.SimpleNode
Helper to SimpleNode.dumpTree(java.lang.String) and SimpleNode.toString()
dumpTree(String) - Method in class org.fraid.interpreter.SimpleNode
Dumps the parser generated expression tree of which this node is a root.
duplicateListenersToNode(SimpleNode) - Method in class org.fraid.function.DefinedFunction
 

E

E - Class in org.fraid.math.functions
 
E() - Constructor for class org.fraid.math.functions.E
 
editStock(Stock) - Method in class org.fraid.projects.PredictionMarkets.EditStockDialog
 
EditStockDialog - Class in org.fraid.projects.PredictionMarkets
 
EditStockDialog() - Constructor for class org.fraid.projects.PredictionMarkets.EditStockDialog
 
elemS - Class in org.fraid.sampled.functions
 
elemS() - Constructor for class org.fraid.sampled.functions.elemS
 
ELSE - Static variable in interface org.fraid.interpreter.FraidConstants
 
enable_tracing() - Method in class org.fraid.interpreter.Fraid
 
enable_tracing() - Method in class org.fraid.sampled.parser.SamplesParser
 
enablePlayer() - Method in class org.fraid.sound.utils.RecordSoundController
 
endColumn - Variable in class org.fraid.interpreter.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endColumn - Variable in class org.fraid.sampled.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.fraid.interpreter.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class org.fraid.sampled.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endValue - Variable in class org.fraid.plugin.beans.PhasePlugIn
 
endValue - Variable in class org.fraid.plugin.beans.Plot2PlugIn
 
endValue - Variable in class org.fraid.plugin.beans.Plot3PlugIn
 
endX - Variable in class org.fraid.plugin.beans.Plot3FPlugIn
 
endY - Variable in class org.fraid.plugin.beans.Plot3FPlugIn
 
ensureComplex(Complex) - Static method in class org.fraid.function.FunctionHelper
 
ensureComplexFunction(Complex) - Static method in class org.fraid.function.FunctionHelper
 
ensureDefinedFunction(Complex) - Static method in class org.fraid.function.FunctionHelper
 
ensureExecutableFunction(Complex) - Static method in class org.fraid.function.FunctionHelper
 
ensureSampledFunction(Complex) - Static method in class org.fraid.function.FunctionHelper
 
ensureSimpleNode(Complex) - Static method in class org.fraid.function.FunctionHelper
 
ensureString(Complex) - Static method in class org.fraid.function.FunctionHelper
 
ensureUsable() - Method in class org.fraid.interpreter.SimpleNode
Makes shure the node is usable outside of the interpreter.
EOF - Static variable in interface org.fraid.interpreter.FraidConstants
 
EOF - Static variable in interface org.fraid.sampled.parser.SamplesParserConstants
 
EOL - Static variable in interface org.fraid.interpreter.FraidConstants
 
eol - Variable in exception org.fraid.interpreter.ParseException
The end of line string for this machine.
eol - Variable in exception org.fraid.sampled.parser.ParseException
The end of line string for this machine.
equal - Class in org.fraid.complex.functions
 
equal() - Constructor for class org.fraid.complex.functions.equal
 
EQUAL - Static variable in interface org.fraid.interpreter.FraidConstants
 
equals(Complex, double) - Method in class org.netlib.math.complex.Complex
Decides if two Complex numbers are "sufficiently" alike to be considered equal.
err - Static variable in class org.fraid.io.FraidIO
Describe variable err here.
eval(SimpleNode, Complex[]) - Static method in class org.fraid.interpreter.SimpleNode
Each node in the expression tree evaluates to something for which this method is responsible.
evalFunction(SimpleNode, Complex[]) - Static method in class org.fraid.interpreter.SimpleNode
 
evalGeneratedF(SimpleNode) - Static method in class org.fraid.interpreter.SimpleNode
If the right hand side of an assignment operator is a org.fraid.complex.GeneratorFunction this method evaluates it so SimpleNode.createSymbTableEntry(org.fraid.interpreter.SimpleNode) can create a function with the given signature.
exec(Object...) - Method in class org.fraid.function.ComplexFunction
The scripting interface of the Complex Functions.
exec(String) - Method in class org.fraid.Scripting
Execute a FrAid script.
execute(Object) - Method in class org.fraid.applets.DemoApplet2
 
executeSystemCommand(String) - Static method in class org.fraid.utils.CreatePlugin
 
ExecutionMode - Enum in org.fraid.utils
 
exit - Class in org.fraid.utils.functions
 
exit() - Constructor for class org.fraid.utils.functions.exit
 
exitWhenAllClosed() - Static method in class org.fraid.graphics.GraphicsStore
Call this if you want your application to exit automatically when the last GraphicsPanel is closed.
exitWhenAllClosed() - Static method in class org.fraid.utils.ClassIndirection
 
exp - Class in org.fraid.complex.functions
 
exp() - Constructor for class org.fraid.complex.functions.exp
 
exp() - Method in class org.netlib.math.complex.Complex
Returns the number e "raised to" a Complex power.
ExpandBuff(boolean) - Method in class org.fraid.interpreter.SimpleCharStream
 
ExpandBuff(boolean) - Method in class org.fraid.sampled.parser.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.fraid.interpreter.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception org.fraid.sampled.parser.ParseException
Each entry in this array is an array of integers.
Experiment - Class in org.fraid.utils
 
Experiment() - Constructor for class org.fraid.utils.Experiment
 
Expression() - Method in class org.fraid.interpreter.Fraid
 
ExpressionList() - Method in class org.fraid.interpreter.Fraid
 
ExpressionToCalculate() - Method in class org.fraid.interpreter.Fraid
 

F

False - Class in org.fraid.utils.functions
 
False() - Constructor for class org.fraid.utils.functions.False
 
fft - Class in org.fraid.sampled.functions
 
fft() - Constructor for class org.fraid.sampled.functions.fft
 
fft1 - Class in org.fraid.sampled.functions
 
fft1() - Constructor for class org.fraid.sampled.functions.fft1
 
fftFunction(MouseEvent, SpectrumThread) - Method in class org.fraid.plugin.beans.SpectrumPlugIn
 
fftWindow() - Method in class org.fraid.plugin.beans.SpectrumPlugIn
 
FigureEdge - Class in org.fraid.graphics.utils
 
FigureEdge() - Constructor for class org.fraid.graphics.utils.FigureEdge
 
FigureEdge(int, int) - Constructor for class org.fraid.graphics.utils.FigureEdge
 
fileToString(String) - Static method in class org.fraid.io.gui.FraidConsole
Helper.
fileToString(String) - Static method in class org.fraid.utils.Utils
Helper.
fillBackground() - Method in class org.fraid.plugin.BufferedImagePaintAlgorithmThread
 
FillBuff() - Method in class org.fraid.interpreter.SimpleCharStream
 
FillBuff() - Method in class org.fraid.sampled.parser.SimpleCharStream
 
fillModel() - Method in class org.fraid.plugin.algorithm.Plot3FThread
 
fillModel() - Method in class org.fraid.plugin.algorithm.Plot3Thread
 
fillModel() - Method in class org.fraid.plugin.algorithm.Transform3Thread
 
fillModel() - Method in class org.fraid.plugin.PaintAlgorithmThread
 
findSampled() - Method in class org.fraid.interpreter.SimpleNode
If this node is of type JJTFUNCTIONCALL go recursively through the children and find if any of them is a sampled function.
firResp - Class in org.fraid.sampled.functions
 
firResp() - Constructor for class org.fraid.sampled.functions.firResp
 
first_vertex - Variable in class org.fraid.graphics.utils.FigureEdge
 
firstTime - Static variable in class org.fraid.graphics.PaintMode
 
flush() - Method in class org.fraid.io.gui.DialogOutpStream
The flush method of the stream.
flush() - Method in class org.fraid.io.NullOutpStream
 
flush() - Method in class org.fraid.io.TeeOutpStream
 
Fraid - Class in org.fraid.interpreter
 
Fraid(InputStream) - Constructor for class org.fraid.interpreter.Fraid
 
Fraid(InputStream, String) - Constructor for class org.fraid.interpreter.Fraid
 
Fraid(Reader) - Constructor for class org.fraid.interpreter.Fraid
 
Fraid(FraidTokenManager) - Constructor for class org.fraid.interpreter.Fraid
 
FrAidAudioInputStream - Class in org.fraid.sound.sampled
 
FrAidAudioInputStream(Samples) - Constructor for class org.fraid.sound.sampled.FrAidAudioInputStream
 
FraidConsole - Class in org.fraid.io.gui
A console with in, out and info streams.
FraidConsole(boolean, String) - Constructor for class org.fraid.io.gui.FraidConsole
Creates a new FraidConsole instance.
FraidConsole(boolean, String, String) - Constructor for class org.fraid.io.gui.FraidConsole
Creates a new FraidConsole instance.
FraidConstants - Interface in org.fraid.interpreter
 
FraidIO - Class in org.fraid.io
This is the FrAid IO system.
FraidIO() - Constructor for class org.fraid.io.FraidIO
 
FraidPrintStream - Class in org.fraid.io
Adds debugging functionality.
FraidPrintStream(OutputStream) - Constructor for class org.fraid.io.FraidPrintStream
 
FraidTokenManager - Class in org.fraid.interpreter
 
FraidTokenManager(SimpleCharStream) - Constructor for class org.fraid.interpreter.FraidTokenManager
 
FraidTokenManager(SimpleCharStream, int) - Constructor for class org.fraid.interpreter.FraidTokenManager
 
FraidTreeConstants - Interface in org.fraid.interpreter
 
frameSize - Variable in class org.fraid.plugin.BehaviorBean
The size of the image.
freqTimeToPlane(DoublePoint) - Method in class org.fraid.plugin.beans.SpectrumPlugIn
 
functionBasicsDiffer(Samples) - Method in class org.fraid.sound.utils.PlaySoundController
 
FunctionCall() - Method in class org.fraid.interpreter.Fraid
 
FunctionDef() - Method in class org.fraid.interpreter.Fraid
 
FunctionHelper - Class in org.fraid.function
Type checking routines used when working with FrAid types.
FunctionHelper() - Constructor for class org.fraid.function.FunctionHelper
 
FunctionPlot - Interface in org.fraid.plugin
 
FunctionPlotPlugIn - Class in org.fraid.plugin.beans
 
FunctionPlotPlugIn() - Constructor for class org.fraid.plugin.beans.FunctionPlotPlugIn
 
FunctionPlotThread - Class in org.fraid.plugin.algorithm
 
FunctionPlotThread(GraphicsUser, BehaviorBean) - Constructor for class org.fraid.plugin.algorithm.FunctionPlotThread
 

G

gallons - Variable in class org.fraid.utils.ConsumptionStruct
 
genCostFunction() - Method in class org.fraid.projects.PredictionMarkets.MarketManager
 
generate(Complex[]) - Method in class org.fraid.function.GeneratorFunction
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.appendS
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.cft
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.cloneS
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.conv
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.dft
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.dft1
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.fft
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.fft1
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.firResp
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.histogramS
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.icft
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.idft
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.idft1
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.ifft
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.ifft1
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.inverseFilter
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.loadS
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.padS
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.randS
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.reverseFilter
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.sampleL
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.sampleN
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.samples
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.shrotS
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.truncateS
 
generate(Complex[]) - Method in class org.fraid.sampled.functions.vector
 
generate(Complex[]) - Method in class org.fraid.sound.sampled.functions.loadSound
 
generate(Complex[]) - Method in class org.fraid.sound.sampled.functions.recordSound
 
generateHiddenFunctionName() - Static method in class org.fraid.interpreter.SimpleNode
 
generateParseException() - Method in class org.fraid.interpreter.Fraid
 
generateParseException() - Method in class org.fraid.sampled.parser.SamplesParser
 
GeneratorFunction - Class in org.fraid.function
 
GeneratorFunction() - Constructor for class org.fraid.function.GeneratorFunction
 
genPriceFunction(int) - Method in class org.fraid.projects.PredictionMarkets.MarketManager
 
genTransactionFunction(MarketManager.Action) - Method in class org.fraid.projects.PredictionMarkets.MarketManager
 
genTransactionFunctionHead(MarketManager.Action) - Method in class org.fraid.projects.PredictionMarkets.MarketManager
 
genTransactionFunctionHeadToCalcPrice(int) - Method in class org.fraid.projects.PredictionMarkets.MarketManager
 
get_f(String) - Static method in class org.fraid.Scripting
Get the function with name aFunctionName and aNumberOfArguments number of arguments.
get_first() - Method in class org.fraid.graphics.utils.FigureEdge
 
get_p(int) - Static method in class org.fraid.ScriptingGraphics
Get the plugin for this window.
get_second() - Method in class org.fraid.graphics.utils.FigureEdge
 
getAdditionalFormula() - Method in class org.fraid.projects.PredictionMarkets.Market
 
getAlgorithm() - Method in class org.fraid.graphics.GraphicsUser
Returns the paint thread.
getAlgorithm() - Method in class org.fraid.plugin.beans.AggregationPlotPlugIn
 
getAlgorithm() - Method in class org.fraid.plugin.beans.CobWebPlugIn
 
getAlgorithm() - Method in class org.fraid.plugin.beans.MapPlotPlugIn
 
getAlgorithm() - Method in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
 
getAlgorithm() - Method in class org.fraid.plugin.beans.PhasePlugIn
 
getAlgorithm() - Method in class org.fraid.plugin.beans.Plot2PlugIn
 
getAlgorithm() - Method in class org.fraid.plugin.beans.SpectrumPlugIn
 
getAlgorithm() - Method in class org.fraid.plugin.BehaviorBean
Returns the current algorithm
getAlgorithm() - Method in interface org.fraid.plugin.BehaviorBeanInterface
Returns the algorithm used.
getAlternatingColors(int, Color[]) - Static method in class org.fraid.graphics.utils.ColorMapChooser
 
getArgumentsDescription() - Method in class org.fraid.function.DefinedFunction
 
getAt(int) - Static method in class org.fraid.graphics.GraphicsStore
Return the GraphicsPanel wtih this number.
getBackgroundColor() - Method in class org.fraid.plugin.BehaviorBean
Get the BackgroundColor value.
getBaseSampledFunction() - Method in class org.fraid.function.DefinedFunction
 
getBaseSampledFunction() - Method in class org.fraid.function.DefinedFunctionCore
 
getBaseSampledFunction() - Method in class org.fraid.function.DefinedFunctionTreeCore
 
getBaseSamples() - Method in class org.fraid.function.DefinedFunction
 
getBaseSamples() - Method in class org.fraid.function.DefinedFunctionCore
 
getBaseSamples() - Method in class org.fraid.function.DefinedFunctionTreeCore
 
getBeginColumn() - Method in class org.fraid.interpreter.SimpleCharStream
 
getBeginColumn() - Method in class org.fraid.sampled.parser.SimpleCharStream
 
getBeginLine() - Method in class org.fraid.interpreter.SimpleCharStream
 
getBeginLine() - Method in class org.fraid.sampled.parser.SimpleCharStream
 
getBinDir() - Static method in enum org.fraid.utils.ExecutionMode
 
getBlendedColors(int, Color[]) - Static method in class org.fraid.graphics.utils.ColorMapChooser
 
getBottomRight() - Method in class org.fraid.plugin.BehaviorBean
Get the BottomRight value.
getBox() - Method in class org.fraid.io.gui.BoxReader
Get the text area.
getBoxReaderAsReader(boolean) - Static method in class org.fraid.io.IOGUIFactory
 
getChosenColors() - Method in class org.fraid.graphics.utils.ColorMapChooser
 
getClassPathToCompile() - Static method in class org.fraid.utils.CreatePlugin
 
getColor(double) - Method in class org.fraid.plugin.algorithm.SpectrumThread
 
getColorMap() - Method in class org.fraid.graphics.utils.ColorMapChooser
 
getColorMap(int, Color[], int) - Static method in class org.fraid.graphics.utils.ColorMapChooser
 
getColumn() - Method in class org.fraid.interpreter.SimpleCharStream
Deprecated.  
getColumn() - Method in class org.fraid.sampled.parser.SimpleCharStream
Deprecated.  
getConsoleAsCloseListener() - Static method in class org.fraid.io.IOGUIFactory
 
getConsoleAsOutputStream() - Static method in class org.fraid.io.IOGUIFactory
 
getConsoleAsReader() - Static method in class org.fraid.io.IOGUIFactory
 
getConsoleNotify() - Method in class org.fraid.io.IOStructure
Get the ConsoleNotify value.
getCornerButton() - Method in class org.fraid.graphics.SliderPanel
Returns the associated CornerButton.
getCorrectionAmount() - Method in class org.fraid.plugin.beans.FunctionPlotPlugIn
 
getData() - Method in class org.fraid.sound.utils.PlaySoundController
 
getDataLine() - Method in class org.fraid.sound.utils.PlaySoundController
 
getDataLine() - Method in class org.fraid.sound.utils.RecordSoundController
 
getDefaultAudioFormat(int) - Static method in class org.fraid.sound.sampled.SampledSoundUtils
 
getDefinedFunction(String, HashMap<String, Integer>, SymbolTable) - Static method in class org.fraid.function.DefinedFunction
 
getDelay_ms() - Method in class org.fraid.plugin.beans.IterFractPlugIn
Get the Delay_ms value.
getDelay_ms() - Method in class org.fraid.plugin.beans.TransformPlugIn
Get the Delay_ms value.
getDeltaDenominator() - Method in class org.fraid.plugin.beans.PhasePlugIn
Get the DeltaDenominator value.
getDeltaDenominator() - Method in class org.fraid.plugin.beans.Plot2PlugIn
Get the DeltaDenominator value.
getDeltaDenominator() - Method in class org.fraid.plugin.beans.Plot3PlugIn
Get the DeltaDenominator value.
getDependancies() - Method in class org.fraid.function.ComplexFunction
On what other definitions this function depends.
getDependancies(Vector<ComplexFunction>, HashSet<ComplexFunction>) - Method in class org.fraid.function.DefinedFunction
 
getDependancies() - Method in class org.fraid.function.DefinedFunction
 
getDependancies(Vector<ComplexFunction>, HashSet<ComplexFunction>) - Method in class org.fraid.function.DefinedFunctionCore
 
getDependancies(Vector<ComplexFunction>, HashSet<ComplexFunction>) - Method in class org.fraid.function.DefinedFunctionTreeCore
 
getDependancies(Vector<ComplexFunction>, HashSet<ComplexFunction>) - Method in class org.fraid.function.GeneratorFunction
Get all the functions this GeneratorFunction depends on (is defined using).
getDependancies() - Method in class org.fraid.function.RungeKuttaFunction
 
getDependancies(Vector<ComplexFunction>, HashSet<ComplexFunction>) - Method in class org.fraid.interpreter.SimpleNode
Get all the functions this node depends on (is defined using).
getDialogOutputStreamAsOutputStream(String, boolean, boolean, boolean) - Static method in class org.fraid.io.IOGUIFactory
 
getDirectColors(Color[]) - Static method in class org.fraid.graphics.utils.ColorMapChooser
 
getDirectionFieldColor() - Method in class org.fraid.plugin.beans.PhasePlugIn
Get the DirectionFieldColor value.
getDistanceBetweenStartPoints() - Method in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
Get the DistanceBetweenStartPoints value.
getDistanceBetweenVectors() - Method in class org.fraid.plugin.beans.PhasePlugIn
Get the DistanceBetweenVectors value.
getEdges() - Method in class org.fraid.graphics.utils.Model3D
 
getEndColumn() - Method in class org.fraid.interpreter.SimpleCharStream
 
getEndColumn() - Method in class org.fraid.sampled.parser.SimpleCharStream
 
getEndLine() - Method in class org.fraid.interpreter.SimpleCharStream
 
getEndLine() - Method in class org.fraid.sampled.parser.SimpleCharStream
 
getEndValue() - Method in class org.fraid.plugin.beans.PhasePlugIn
Get the EndValue value.
getEndValue() - Method in class org.fraid.plugin.beans.Plot2PlugIn
Get the EndValue value.
getEndValue() - Method in class org.fraid.plugin.beans.Plot3PlugIn
Get the EndValue value.
getEndX() - Method in class org.fraid.plugin.beans.Plot3FPlugIn
Get the EndX value.
getEndY() - Method in class org.fraid.plugin.beans.Plot3FPlugIn
Get the EndY value.
getErr() - Method in class org.fraid.io.IOStructure
Get the Err value.
getEvaluatedSamples() - Method in class org.fraid.function.DefinedFunction
 
getEvaluatedSamples() - Method in class org.fraid.function.DefinedFunctionCore
 
getEvaluatedSamples() - Method in class org.fraid.function.DefinedFunctionTreeCore
 
getExecJar() - Static method in enum org.fraid.utils.ExecutionMode
 
getField(String, Object) - Static method in class org.fraid.graphics.utils.GraphicsUtils
 
getFieldsAndTypesInString(Object) - Static method in class org.fraid.graphics.utils.GraphicsUtils
 
getFieldType(Field) - Static method in class org.fraid.graphics.utils.GraphicsUtils
 
getFileNameOnly(String) - Static method in class org.fraid.utils.InstallUtils
 
getFraidPath() - Static method in enum org.fraid.utils.ExecutionMode
 
getFrameSize() - Method in class org.fraid.plugin.BehaviorBean
Get the FrameSize value.
getFunction() - Method in class org.fraid.interpreter.SimpleNode
Getter for the mFunction member.
getFunctions() - Method in class org.fraid.plugin.algorithm.AggregationPlotThread
 
getFunctions() - Method in class org.fraid.plugin.algorithm.CobWebThread
 
getFunctions() - Method in class org.fraid.plugin.algorithm.Color3DThread
 
getFunctions() - Method in class org.fraid.plugin.algorithm.ConsumptionDiagramThread
 
getFunctions() - Method in class org.fraid.plugin.algorithm.FunctionPlotThread
 
getFunctions() - Method in class org.fraid.plugin.algorithm.JuliaThread
 
getFunctions() - Method in class org.fraid.plugin.algorithm.MandelbrotThread
 
getFunctions() - Method in class org.fraid.plugin.algorithm.MapPlotThread
 
getFunctions() - Method in class org.fraid.plugin.algorithm.NewtonThread
 
getFunctions() - Method in class org.fraid.plugin.algorithm.OrbitDiagram2Thread
 
getFunctions() - Method in class org.fraid.plugin.algorithm.OrbitDiagramThread
 
getFunctions() - Method in class org.fraid.plugin.algorithm.PhaseThread
 
getFunctions() - Method in class org.fraid.plugin.algorithm.Plot2Thread
 
getFunctions() - Method in class org.fraid.plugin.algorithm.Plot3FThread
 
getFunctions() - Method in class org.fraid.plugin.algorithm.Plot3Thread
 
getFunctions() - Method in class org.fraid.plugin.algorithm.SpectrumThread
 
getFunctions() - Method in class org.fraid.plugin.algorithm.TransformThread
 
getFunctions() - Method in interface org.fraid.plugin.FunctionPlot
 
getGenerator() - Method in class org.fraid.function.DefinedFunction
 
getGeneratorFunction() - Method in class org.fraid.sound.utils.RecordSoundController
 
getGridColor() - Method in class org.fraid.plugin.BehaviorBean
Get the GridColor value.
getGridSize() - Method in class org.fraid.plugin.beans.Plot3FPlugIn
Get the GridSize value.
getGridSmoothness() - Method in class org.fraid.plugin.beans.Plot3FPlugIn
Get the GridSmoothness value.
getId() - Method in class org.fraid.interpreter.SimpleNode
 
GetImage() - Method in class org.fraid.interpreter.SimpleCharStream
 
GetImage() - Method in class org.fraid.sampled.parser.SimpleCharStream
 
getImageSize() - Method in class org.fraid.graphics.GraphicsUser
Returns the image size.
getIn() - Method in class org.fraid.io.IOStructure
Get the In value.
getInfo() - Method in class org.fraid.io.IOStructure
Get the Info value.
getInfoOutpStream() - Method in class org.fraid.io.gui.FraidConsole
Redirect your info stream here.
getInstallDir(String[]) - Static method in class org.fraid.utils.InstallUtils
 
getInstallJarName() - Static method in class org.fraid.utils.InstallUtils
 
getInterpreter() - Method in class org.fraid.Scripting
Get the interpreter.
getIsCustom() - Method in class org.fraid.projects.PredictionMarkets.Market
 
getIterationsLimit() - Method in class org.fraid.plugin.beans.JuliaPlugIn
Get the IterationsLimit value.
getIterationsLimit() - Method in class org.fraid.plugin.beans.MandelbrotPlugIn
Get the IterationsLimit value.
getIterationsLimit() - Method in class org.fraid.plugin.beans.NewtonPlugIn
Get the IterationsLimit value.
getKey() - Method in class org.fraid.graphics.GraphicsPanel
Returns the GraphicsStore key associated with this panel.
getKeys() - Static method in class org.fraid.graphics.GraphicsStore
 
getLine() - Method in class org.fraid.interpreter.SimpleCharStream
Deprecated.  
getLine() - Method in class org.fraid.io.gui.LineReader
 
getLine() - Method in class org.fraid.sampled.parser.SimpleCharStream
Deprecated.  
getLineReaderAsReader(boolean) - Static method in class org.fraid.io.IOGUIFactory
 
getLiterPerHundredKm() - Method in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
Get the LiterPerHundredKm value.
getM_mapColors() - Method in class org.fraid.graphics.utils.ColorMap
Get the M_mapColors value.
getM_seedColors() - Method in class org.fraid.graphics.utils.ColorMap
Get the M_seedColors value.
getM_type() - Method in class org.fraid.graphics.utils.ColorMap
Get the M_type value.
getMagnification() - Method in class org.fraid.plugin.beans.SpectrumPlugIn
 
getManualStartPoints() - Method in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
Get the ManualStartPoints value.
getMapKeyOf(Map, Object) - Static method in class org.fraid.utils.Utils
Reverse mapping.
getMenuBar() - Method in class org.fraid.graphics.utils.SettingsEditor
Returns the current menu bar.
getMenuBar() - Method in class org.fraid.projects.PredictionMarkets.MarketManager
 
getMessage() - Method in exception org.fraid.interpreter.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.fraid.interpreter.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception org.fraid.sampled.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.fraid.sampled.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMode() - Static method in enum org.fraid.utils.ExecutionMode
 
getModel(String) - Static method in class org.fraid.graphics.ModelFactory
The method which does the job.
getName() - Method in class org.fraid.function.ComplexFunction
 
getName() - Method in class org.fraid.projects.PredictionMarkets.Market
 
getName() - Method in class org.fraid.projects.PredictionMarkets.Stock
 
getNextGeneratedF(SimpleNode) - Static method in class org.fraid.interpreter.SimpleNode
 
getNextGraphicsF(SimpleNode) - Static method in class org.fraid.interpreter.SimpleNode
 
getNextToken() - Method in class org.fraid.interpreter.Fraid
 
getNextToken() - Method in class org.fraid.interpreter.FraidTokenManager
 
getNextToken() - Method in class org.fraid.sampled.parser.SamplesParser
 
getNextToken() - Method in class org.fraid.sampled.parser.SamplesParserTokenManager
 
getNumberGridMarkerDigitsX() - Method in class org.fraid.plugin.BehaviorBean
Get the NumberGridMarkerDigitsX value.
getNumberGridMarkerDigitsY() - Method in class org.fraid.plugin.BehaviorBean
Get the NumberGridMarkerDigitsY value.
getNumberOfArguments() - Method in class org.fraid.function.ComplexFunction
How many arguments this function takes.
getNumberOfArguments() - Method in class org.fraid.function.DefinedFunction
 
getNumberOfArguments() - Method in class org.fraid.function.RungeKuttaFunction
 
getNumberOfIterations() - Method in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
Get the numberOfIterations value.
getNumberOfIterations() - Method in class org.fraid.plugin.beans.OrbitDiagramPlugIn
Get the NumberOfIterations value.
getObject() - Method in class org.fraid.graphics.utils.SettingsEditor
Returns the edited objct.
getObjectFile() - Method in class org.fraid.graphics.utils.SettingsEditor
Returns the file for this object.
getOut() - Method in class org.fraid.io.IOStructure
Get the Out value.
getOutput() - Method in class org.fraid.io.TeeOutpStream
 
getOutputStream() - Method in class org.fraid.io.FraidPrintStream
 
getOverlap() - Method in class org.fraid.plugin.beans.SpectrumPlugIn
 
getOwner() - Method in class org.fraid.function.DefinedFunctionCore
 
getOwner() - Method in class org.fraid.graphics.GraphicsPanel
Returns the owning SliderPanel.
getOwner() - Method in class org.fraid.graphics.SliderPanel
Returns the owning component.
getOwner() - Method in class org.fraid.plugin.PaintAlgorithmThread
Returns the current user of our graphics.
getPanel() - Method in class org.fraid.graphics.PrincFrame
 
getPanel() - Method in class org.fraid.graphics.SliderPanel
Returns the associated GraphicsPanel.
getPanel() - Method in class org.fraid.io.gui.BoxReader
Get the panel.
getPanel() - Method in class org.fraid.io.gui.DialogOutpStream
 
getPanel() - Static method in class org.fraid.sound.midi.MidiPanelFactory
 
getParentIndexOfSelf(SimpleNode) - Static method in class org.fraid.interpreter.SimpleNode
 
getPath(String[]) - Static method in class org.fraid.utils.CreatePlugin
 
getPixels() - Method in class org.fraid.plugin.BufferedImagePaintAlgorithmThread
 
getPixels() - Method in class org.fraid.plugin.RawArrayPaintAlgorithmThread
 
getPlotColor() - Method in class org.fraid.plugin.beans.AggregationPlotPlugIn
Get the PlotColor value.
getPlotColor() - Method in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
Get the PlotColor value.
getPlotColor() - Method in class org.fraid.plugin.beans.OrbitDiagramPlugIn
Get the PlotColor value.
getPlotColor() - Method in class org.fraid.plugin.beans.PhasePlugIn
Get the PlotColor value.
getPlotColor() - Method in class org.fraid.plugin.beans.Plot2PlugIn
Get the PlotColor value.
getPlotColor() - Method in class org.fraid.plugin.beans.TransformPlugIn
Get the PlotColors value.
getPlotColors() - Method in class org.fraid.plugin.beans.CobWebPlugIn
Get the PlotColors value.
getPlotColors() - Method in class org.fraid.plugin.beans.Color3DPlugIn
Get the PlotColors value.
getPlotColors() - Method in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
Get the PlotColors value.
getPlotColors() - Method in class org.fraid.plugin.beans.FunctionPlotPlugIn
Get the PlotColors value.
getPlotColors() - Method in class org.fraid.plugin.beans.IterFractPlugIn
Get the PlotColors value.
getPlotColors() - Method in class org.fraid.plugin.beans.JuliaPlugIn
Get the PlotColors value.
getPlotColors() - Method in class org.fraid.plugin.beans.MandelbrotPlugIn
Get the PlotColors value.
getPlotColors() - Method in class org.fraid.plugin.beans.MapPlotPlugIn
Get the PlotColors value.
getPlotColors() - Method in class org.fraid.plugin.beans.NewtonPlugIn
Get the PlotColors value.
getPlotColors() - Method in class org.fraid.plugin.beans.Plot3DPlugIn
Get the PlotColors value.
getPlotColors() - Method in class org.fraid.plugin.beans.PMChartPlugIn
Get the PlotColors value.
getPlotColors() - Method in class org.fraid.plugin.beans.SpectrumPlugIn
Get the PlotColors value.
getPlugIn() - Method in class org.fraid.graphics.GraphicsUser
Returns the current plugin.
getPlugIn(String) - Static method in class org.fraid.plugin.PlugInFactory
The method which does the job.
getPointInterval() - Method in class org.fraid.plugin.beans.TransformPlugIn
Get the PointInterval value.
getPopUp() - Method in class org.fraid.graphics.GraphicsPanel
Retruns the associated popup menu.
getPopUp() - Method in class org.fraid.graphics.GraphicsUser
Returns the associated popup menu (if any).
getPopUp() - Method in class org.fraid.graphics.SaveToFileUser
 
getPostfixFormula() - Method in class org.fraid.projects.PredictionMarkets.Market
 
getPrefixFormula() - Method in class org.fraid.projects.PredictionMarkets.Market
 
getPrice() - Method in class org.fraid.projects.PredictionMarkets.Stock
 
getProgressStatistics() - Method in class org.fraid.plugin.PaintAlgorithmThread
If mProgressVar is used will return some info what progress is being done.
getPrompt() - Method in class org.fraid.io.IOStructure
Get the Prompt value.
getQuantity() - Method in class org.fraid.projects.PredictionMarkets.Stock
 
getReader() - Method in class org.fraid.io.TeeReader
 
getRegisteredFunction() - Method in class org.fraid.function.GeneratorFunction
 
getRelativePath(String, String) - Static method in class org.fraid.utils.Utils
Helper function.
getReplaceLast() - Method in class org.fraid.plugin.beans.Transform3PlugIn
Get the ReplaceLast value.
getRoot() - Method in class org.fraid.function.DefinedFunction
 
getRoot() - Method in class org.fraid.function.DefinedFunctionCore
 
getRoot() - Method in class org.fraid.function.DefinedFunctionTreeCore
 
getSampleProperty() - Method in class org.fraid.io.NewBean
 
getSamples() - Method in class org.fraid.function.DefinedFunction
 
getSamples() - Method in class org.fraid.function.DefinedFunctionCore
 
getSamples() - Method in class org.fraid.function.DefinedFunctionTreeCore
 
getSamples() - Method in class org.fraid.plugin.algorithm.SpectrumThread
 
getSamples() - Method in class org.fraid.sampled.Samples
Getter for property samples.
getScrollPane() - Method in class org.fraid.io.gui.BoxReader
Get the scroll pane.
getScrollPane() - Method in class org.fraid.io.gui.DialogOutpStream
 
getSequence(int, int, DoublePoint) - Method in class org.fraid.plugin.algorithm.JuliaThread
 
getSequence(int, int, DoublePoint) - Method in class org.fraid.plugin.algorithm.MandelbrotThread
 
getSequence(int, int, DoublePoint) - Method in class org.fraid.plugin.algorithm.NewtonThread
 
getSequence(int, int, DoublePoint) - Method in class org.fraid.plugin.algorithm.OrbitDiagram2Thread
 
getSequence(int, int, DoublePoint) - Method in class org.fraid.plugin.algorithm.OrbitDiagramThread
 
getSequence(int, int, DoublePoint) - Method in class org.fraid.sound.midi.PlayText
 
getSequence(int, int, DoublePoint) - Method in interface org.fraid.utils.NumberSequenceProducer
 
getSettleNumber() - Method in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
Get the SettleNumber value.
getSettleNumber() - Method in class org.fraid.plugin.beans.OrbitDiagramPlugIn
Get the SettleNumber value.
getSignature() - Method in class org.fraid.function.ComplexFunction
The signature of the function...
getSignature() - Method in class org.fraid.function.DefinedFunction
 
getSmoothing() - Static method in class org.fraid.math.MathHelper
Returns the MathHelper.smoothing value.
getSmoothness() - Method in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
Get the Smoothness value.
getStart() - Method in class org.fraid.sampled.Samples
Getter for property start.
getStartPoint() - Method in class org.fraid.plugin.beans.AggregationPlotPlugIn
Get the StartPoint value.
getStartPoint() - Method in class org.fraid.plugin.beans.CobWebPlugIn
Get the StartPoint value.
getStartPoint() - Method in class org.fraid.plugin.beans.JuliaPlugIn
Get the StartPoint value.
getStartPoint() - Method in class org.fraid.plugin.beans.MandelbrotPlugIn
Get the StartPoint value.
getStartPoint() - Method in class org.fraid.plugin.beans.NewtonPlugIn
Get the StartPoint value.
getStartPoint() - Method in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
Get the StartPoint value.
getStartPoint() - Method in class org.fraid.plugin.beans.OrbitDiagramPlugIn
Get the StartPoint value.
getStartValue() - Method in class org.fraid.plugin.beans.MapPlotPlugIn
Get the StartValue value.
getStartValue() - Method in class org.fraid.plugin.beans.PhasePlugIn
Get the StartValue value.
getStartValue() - Method in class org.fraid.plugin.beans.Plot2PlugIn
Get the StartValue value.
getStartValue() - Method in class org.fraid.plugin.beans.Plot3PlugIn
Get the StartValue value.
getStartX() - Method in class org.fraid.plugin.beans.Plot3FPlugIn
Get the StartX value.
getStartY() - Method in class org.fraid.plugin.beans.Plot3FPlugIn
Get the StartY value.
getState() - Method in class org.fraid.graphics.utils.CornerButton
 
getStep() - Method in class org.fraid.sampled.Samples
Getter for property step.
getSteps() - Method in class org.fraid.plugin.beans.IterFractPlugIn
Get the Steps value.
getSteps() - Method in class org.fraid.plugin.beans.Transform3PlugIn
Get the Steps value.
getSteps() - Method in class org.fraid.plugin.beans.TransformPlugIn
Get the Steps value.
getStockFormula() - Method in class org.fraid.projects.PredictionMarkets.Market
 
getStocks() - Method in class org.fraid.projects.PredictionMarkets.Market
 
GetSuffix(int) - Method in class org.fraid.interpreter.SimpleCharStream
 
GetSuffix(int) - Method in class org.fraid.sampled.parser.SimpleCharStream
 
getSymbols() - Method in class org.fraid.interpreter.symbtable.StaticSymbols
 
getSymbols() - Method in interface org.fraid.interpreter.symbtable.StaticSymbolsInterface
 
getSymbTable() - Method in class org.fraid.Scripting
In case you need it directly.
getTabSize(int) - Method in class org.fraid.interpreter.SimpleCharStream
 
getTabSize(int) - Method in class org.fraid.sampled.parser.SimpleCharStream
 
getTee() - Method in class org.fraid.io.TeeOutpStream
 
getTee() - Method in class org.fraid.io.TeeReader
 
getText() - Method in class org.fraid.interpreter.SimpleNode
Getter for the mText member
getTextArea() - Method in class org.fraid.io.gui.BoxReader
Returns the current text area.
getTextArea() - Method in class org.fraid.io.gui.DialogOutpStream
Returns the current text area.
getTheTable() - Static method in class org.fraid.interpreter.symbtable.SymbolTable.Factory
The factory method to get a copy of the table.
getThreadName() - Method in class org.fraid.plugin.PaintAlgorithmThread
 
getThreadState() - Method in class org.fraid.plugin.PaintAlgorithmThread
The current state.
getThreshold() - Method in class org.fraid.plugin.beans.JuliaPlugIn
Get the Threshold value.
getThreshold() - Method in class org.fraid.plugin.beans.MandelbrotPlugIn
Get the Threshold value.
getThreshold() - Method in class org.fraid.plugin.beans.NewtonPlugIn
Get the Threshold value.
getTimeLength() - Method in class org.fraid.plugin.beans.PhasePlugIn
Get the TimeLength value.
getToken(int) - Method in class org.fraid.interpreter.Fraid
 
getToken(int) - Method in class org.fraid.sampled.parser.SamplesParser
 
getToolTipText(MouseEvent) - Method in class org.fraid.graphics.GraphicsPanel
 
getToolTipText(MouseEvent) - Method in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
 
getToolTipText(MouseEvent) - Method in class org.fraid.plugin.beans.SpectrumPlugIn
 
getToolTipText(MouseEvent) - Method in class org.fraid.plugin.BehaviorBean
 
getTotal() - Method in class org.fraid.projects.PredictionMarkets.Stock
 
getTransforms() - Method in class org.fraid.plugin.algorithm.IterFractThread
 
getTransforms() - Method in class org.fraid.plugin.algorithm.Transform3Thread
 
getTransforms() - Method in interface org.fraid.plugin.TransformPlot
 
getTypeSelection() - Method in class org.fraid.graphics.utils.ColorMapChooser
 
getUpperLeft() - Method in class org.fraid.plugin.BehaviorBean
Get the UpperLeft value.
getVectorDenominator() - Method in class org.fraid.plugin.beans.PhasePlugIn
Get the VectorDenominator value.
getVertices() - Method in class org.fraid.graphics.utils.Model3D
 
getWebColors() - Method in class org.fraid.plugin.beans.CobWebPlugIn
Get the WebColors value.
getWindowAndPlugIn() - Method in class org.fraid.function.GraphicsFunction
 
getWindowNumberFromArgs(Complex[]) - Method in class org.fraid.function.GraphicsFunction
 
getX() - Method in class org.fraid.math.DoublePoint
 
getXyAngleInRad() - Method in class org.fraid.plugin.beans.Plot3DPlugIn
Get the XyAngleInRad value.
getXzAngleInRad() - Method in class org.fraid.plugin.beans.Plot3DPlugIn
Get the XzAngleInRad value.
getY() - Method in class org.fraid.math.DoublePoint
 
getZ() - Method in class org.fraid.graphics.utils.DoublePoint3D
 
getZ() - Method in class org.fraid.graphics.utils.Point3D
 
goToWait() - Method in class org.fraid.plugin.PaintAlgorithmThread
Effectively suspends the thread.
goToWork() - Method in class org.fraid.plugin.PaintAlgorithmThread
If the thread is not working wake it up.
GraphicsException - Exception in org.fraid.graphics
This is the exception which should be thrown by the classes in this package.
GraphicsException(String) - Constructor for exception org.fraid.graphics.GraphicsException
Creates a new GraphicsException instance.
GraphicsFunction - Class in org.fraid.function
 
GraphicsFunction() - Constructor for class org.fraid.function.GraphicsFunction
 
GraphicsPanel - Class in org.fraid.graphics
Objects of this class provide medium for 2D plotting.
GraphicsPanel.KeyPressedAction - Class in org.fraid.graphics
 
GraphicsStore - Class in org.fraid.graphics
A singleton which manages all open GraphicsPanels for the session.
GraphicsStore() - Constructor for class org.fraid.graphics.GraphicsStore
 
GraphicsStoreException - Exception in org.fraid.graphics
 
GraphicsStoreException(String) - Constructor for exception org.fraid.graphics.GraphicsStoreException
 
GraphicsUser - Class in org.fraid.graphics
The abstract superclass of all classes responsible for generating 2D images in FrAid.
GraphicsUser() - Constructor for class org.fraid.graphics.GraphicsUser
 
GraphicsUtils - Class in org.fraid.graphics.utils
Variuos utilities used in the graphics system.
GraphicsUtils() - Constructor for class org.fraid.graphics.utils.GraphicsUtils
 
GraphicsUtils.SettingsFieldType - Enum in org.fraid.graphics.utils
 
GraphicsUtilsException - Exception in org.fraid.graphics.utils
This is the exception which should be thrown by the classes in this package.
GraphicsUtilsException(String) - Constructor for exception org.fraid.graphics.utils.GraphicsUtilsException
Creates a new GraphicsException instance.
GREATER - Static variable in interface org.fraid.interpreter.FraidConstants
 
greater - Class in org.fraid.math.functions
 
greater() - Constructor for class org.fraid.math.functions.greater
 
GREATER_OR_EQ - Static variable in interface org.fraid.interpreter.FraidConstants
 
greaterorequal - Class in org.fraid.math.functions
 
greaterorequal() - Constructor for class org.fraid.math.functions.greaterorequal
 
gridColor - Variable in class org.fraid.plugin.BehaviorBean
The color of the grid.
GridData - Class in org.fraid.plugin
 
GridData(DoublePoint, DoublePoint) - Constructor for class org.fraid.plugin.GridData
 
gridSize - Variable in class org.fraid.plugin.beans.Plot3FPlugIn
 
gridSmoothness - Variable in class org.fraid.plugin.beans.Plot3FPlugIn
 

H

help() - Method in class org.fraid.io.gui.BoxReader
Show a help dialog.
HighestPrecedenceExpression() - Method in class org.fraid.interpreter.Fraid
 
histogramS - Class in org.fraid.sampled.functions
 
histogramS() - Constructor for class org.fraid.sampled.functions.histogramS
 
history - Static variable in class org.fraid.graphics.PaintMode
 

I

icft - Class in org.fraid.sampled.functions
 
icft() - Constructor for class org.fraid.sampled.functions.icft
 
ID - Static variable in interface org.fraid.interpreter.FraidConstants
 
id - Variable in class org.fraid.interpreter.SimpleNode
Automatically generated by javacc.
idft - Class in org.fraid.sampled.functions
 
idft() - Constructor for class org.fraid.sampled.functions.idft
 
idft1 - Class in org.fraid.sampled.functions
 
idft1() - Constructor for class org.fraid.sampled.functions.idft1
 
IF - Static variable in interface org.fraid.interpreter.FraidConstants
 
ifft - Class in org.fraid.sampled.functions
 
ifft() - Constructor for class org.fraid.sampled.functions.ifft
 
ifft1 - Class in org.fraid.sampled.functions
 
ifft1() - Constructor for class org.fraid.sampled.functions.ifft1
 
IfThenExpression() - Method in class org.fraid.interpreter.Fraid
 
iii - Static variable in class org.netlib.math.complex.Complex
A constant representing i, the famous square root of -1.
im - Variable in class org.netlib.math.complex.Complex
 
im() - Method in class org.netlib.math.complex.Complex
Extracts the imaginary part of a Complex as a double.
imag - Class in org.fraid.complex.functions
 
imag() - Constructor for class org.fraid.complex.functions.imag
 
image - Variable in class org.fraid.interpreter.Token
The string image of the token.
image - Variable in class org.fraid.sampled.parser.Token
The string image of the token.
imageUpdate(Image, int, int, int, int, int) - Method in class org.fraid.graphics.SaveToFileUser
 
IMAGINARY_NUMBER - Static variable in interface org.fraid.interpreter.FraidConstants
 
IMAGINARY_ONE - Static variable in interface org.fraid.interpreter.FraidConstants
 
inBuf - Variable in class org.fraid.interpreter.SimpleCharStream
 
inBuf - Variable in class org.fraid.sampled.parser.SimpleCharStream
 
incrementCounters() - Method in class org.fraid.sound.utils.PlaySoundThread
 
inDebugMode() - Static method in class org.fraid.utils.functions.debug
Checks if in debug mode;
inflateFiles(String, String, String, PrintStream) - Static method in class org.fraid.utils.InstallUtils
 
inflateJarDir(String, String, String, PrintStream) - Static method in class org.fraid.utils.InstallUtils
 
info - Static variable in class org.fraid.io.FraidIO
Info stream.
info - Variable in class org.fraid.utils.ConsumptionStruct
 
info - Class in org.fraid.utils.functions
 
info() - Constructor for class org.fraid.utils.functions.info
 
init() - Method in class org.fraid.applets.DemoApplet1
 
init() - Method in class org.fraid.applets.DemoApplet2
 
init() - Method in class org.fraid.function.RungeKuttaFunction
 
init() - Method in class org.fraid.graphics.utils.Model3D
 
init(boolean, String, String) - Method in class org.fraid.io.gui.FraidConsole
Creates a new FraidConsole instance.
init() - Method in class org.fraid.tests.PrincApplet
 
init() - Static method in enum org.fraid.utils.ExecutionMode
 
initFromCommandLine(String[]) - Static method in class org.fraid.utils.CommandLineInitializer
If the system is initialized through command line, this function processes the command line parameters.
initialObject - Variable in class org.fraid.plugin.beans.IterFractPlugIn
 
initialObject - Variable in class org.fraid.plugin.beans.TransformPlugIn
 
initTransfOffsets() - Method in class org.fraid.plugin.algorithm.IterFractThread
 
initTransfOffsets() - Method in class org.fraid.plugin.algorithm.Transform3Thread
 
input_stream - Variable in class org.fraid.interpreter.FraidTokenManager
 
input_stream - Variable in class org.fraid.sampled.parser.SamplesParserTokenManager
 
inputStream - Variable in class org.fraid.interpreter.SimpleCharStream
 
inputStream - Variable in class org.fraid.sampled.parser.SimpleCharStream
 
InstallBinAll - Class in org.fraid.utils
 
InstallBinAll() - Constructor for class org.fraid.utils.InstallBinAll
 
InstallBinMod - Class in org.fraid.utils
 
InstallBinMod() - Constructor for class org.fraid.utils.InstallBinMod
 
InstallPredMkt - Class in org.fraid.utils
 
InstallPredMkt() - Constructor for class org.fraid.utils.InstallPredMkt
 
InstallSrc - Class in org.fraid.utils
 
InstallSrc() - Constructor for class org.fraid.utils.InstallSrc
 
InstallUtils - Class in org.fraid.utils
 
InstallUtils() - Constructor for class org.fraid.utils.InstallUtils
 
instantiatePlugIn(String) - Static method in class org.fraid.plugin.PlugInFactory
 
INT_DIVIDE - Static variable in interface org.fraid.interpreter.FraidConstants
 
integer - Class in org.fraid.math.functions
 
integer() - Constructor for class org.fraid.math.functions.integer
 
interruptWatchingThread() - Method in class org.fraid.graphics.GraphicsPanel
Will stop the screen painting thread.
interruptWatchingThread() - Method in class org.fraid.graphics.GraphicsUser
Interrupts the watching thread (if there is any).
interruptWatchingThread() - Method in class org.fraid.graphics.SaveToFileUser
 
intervalSearch(double, Samples) - Static method in class org.fraid.math.MathHelperSampled
 
inverseFilter - Class in org.fraid.sampled.functions
 
inverseFilter() - Constructor for class org.fraid.sampled.functions.inverseFilter
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.abs
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.acos
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.acosh
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.add
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.asin
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.asinh
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.atan
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.atanh
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.conj
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.cos
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.cosec
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.cosh
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.cot
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.divide
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.equal
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.exp
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.imag
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.log
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.multiply
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.power
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.real
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.sec
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.sin
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.sinh
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.sqrt
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.string
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.subtract
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.tan
 
invoke(Complex[]) - Method in class org.fraid.complex.functions.tanh
 
invoke(Complex[]) - Method in class org.fraid.function.ComplexFunction
The actual call to the function.
invoke(Complex[]) - Method in class org.fraid.function.DefinedFunction
 
invoke(Complex[]) - Method in class org.fraid.function.DefinedFunctionCore
 
invoke(Complex[]) - Method in class org.fraid.function.DefinedFunctionTreeCore
 
invoke(Complex[]) - Method in class org.fraid.function.GeneratorFunction
 
invoke(Complex[]) - Method in class org.fraid.function.GraphicsFunction
 
invoke(Complex[]) - Method in class org.fraid.function.RungeKuttaFunction
 
invoke(Complex[]) - Method in class org.fraid.graphics.utils.functions.clear
 
invoke(Complex[]) - Method in class org.fraid.graphics.utils.functions.closeControllers
 
invoke(Complex[]) - Method in class org.fraid.graphics.utils.functions.closeWindow
 
invoke(Complex[]) - Method in class org.fraid.graphics.utils.functions.controlVar
 
invoke(Complex[]) - Method in class org.fraid.graphics.utils.functions.plotOption
 
invoke(Complex[]) - Method in class org.fraid.graphics.utils.functions.printWindowFunction
 
invoke(Complex[]) - Method in class org.fraid.graphics.utils.functions.setGridMark
 
invoke(Complex[]) - Method in class org.fraid.interpreter.symbtable.functions.assign
 
invoke(Complex[]) - Method in class org.fraid.interpreter.symbtable.functions.loadSymbols
 
invoke(Complex[]) - Method in class org.fraid.math.functions.and
 
invoke(Complex[]) - Method in class org.fraid.math.functions.diff
 
invoke(Complex[]) - Method in class org.fraid.math.functions.E
 
invoke(Complex[]) - Method in class org.fraid.math.functions.greater
 
invoke(Complex[]) - Method in class org.fraid.math.functions.greaterorequal
 
invoke(Complex[]) - Method in class org.fraid.math.functions.integer
 
invoke(Complex[]) - Method in class org.fraid.math.functions.isInf
 
invoke(Complex[]) - Method in class org.fraid.math.functions.isNaN
 
invoke(Complex[]) - Method in class org.fraid.math.functions.isNextIntEven
 
invoke(Complex[]) - Method in class org.fraid.math.functions.max
 
invoke(Complex[]) - Method in class org.fraid.math.functions.MaxVal
 
invoke(Complex[]) - Method in class org.fraid.math.functions.min
 
invoke(Complex[]) - Method in class org.fraid.math.functions.MinVal
 
invoke(Complex[]) - Method in class org.fraid.math.functions.mul
 
invoke(Complex[]) - Method in class org.fraid.math.functions.NaN
 
invoke(Complex[]) - Method in class org.fraid.math.functions.negate
 
invoke(Complex[]) - Method in class org.fraid.math.functions.NegInf
 
invoke(Complex[]) - Method in class org.fraid.math.functions.nextInt
 
invoke(Complex[]) - Method in class org.fraid.math.functions.nextpow2
 
invoke(Complex[]) - Method in class org.fraid.math.functions.not
 
invoke(Complex[]) - Method in class org.fraid.math.functions.notequal
 
invoke(Complex[]) - Method in class org.fraid.math.functions.or
 
invoke(Complex[]) - Method in class org.fraid.math.functions.Pi
 
invoke(Complex[]) - Method in class org.fraid.math.functions.PosInf
 
invoke(Complex[]) - Method in class org.fraid.math.functions.quad
 
invoke(Complex[]) - Method in class org.fraid.math.functions.rand
 
invoke(Complex[]) - Method in class org.fraid.math.functions.round
 
invoke(Complex[]) - Method in class org.fraid.math.functions.sign
 
invoke(Complex[]) - Method in class org.fraid.math.functions.smaller
 
invoke(Complex[]) - Method in class org.fraid.math.functions.smallerorequal
 
invoke(Complex[]) - Method in class org.fraid.math.functions.sum
 
invoke(Complex[]) - Method in class org.fraid.math.functions.xor
 
invoke(Complex[]) - Method in class org.fraid.projects.PredictionMarkets.functions.pmChart
 
invoke(Complex[]) - Method in class org.fraid.projects.PredictionMarkets.functions.predictionMarket
 
invoke(Complex[]) - Method in class org.fraid.sampled.functions.elemS
 
invoke(Complex[]) - Method in class org.fraid.sampled.functions.lengthS
 
invoke(Complex[]) - Method in class org.fraid.sampled.functions.maxS
 
invoke(Complex[]) - Method in class org.fraid.sampled.functions.minS
 
invoke(Complex[]) - Method in class org.fraid.sampled.functions.mulS
 
invoke(Complex[]) - Method in class org.fraid.sampled.functions.rk
 
invoke(Complex[]) - Method in class org.fraid.sampled.functions.rk1
 
invoke(Complex[]) - Method in class org.fraid.sampled.functions.saveS
 
invoke(Complex[]) - Method in class org.fraid.sampled.functions.startS
 
invoke(Complex[]) - Method in class org.fraid.sampled.functions.stepS
 
invoke(Complex[]) - Method in class org.fraid.sampled.functions.sumS
 
invoke(Complex[]) - Method in class org.fraid.sound.sampled.functions.playSound
 
invoke(Complex[]) - Method in class org.fraid.sound.sampled.functions.saveAsSound
 
invoke(Complex[]) - Method in class org.fraid.utils.functions.debug
 
invoke(Complex[]) - Method in class org.fraid.utils.functions.debugParser
 
invoke(Complex[]) - Method in class org.fraid.utils.functions.exit
 
invoke(Complex[]) - Method in class org.fraid.utils.functions.False
 
invoke(Complex[]) - Method in class org.fraid.utils.functions.info
 
invoke(Complex[]) - Method in class org.fraid.utils.functions.isComplex
 
invoke(Complex[]) - Method in class org.fraid.utils.functions.isFunction
 
invoke(Complex[]) - Method in class org.fraid.utils.functions.isString
 
invoke(Complex[]) - Method in class org.fraid.utils.functions.loadScript
 
invoke(Complex[]) - Method in class org.fraid.utils.functions.printClassPath
 
invoke(Complex[]) - Method in class org.fraid.utils.functions.printDef
 
invoke(Complex[]) - Method in class org.fraid.utils.functions.printDep
 
invoke(Complex[]) - Method in class org.fraid.utils.functions.printGen
 
invoke(Complex[]) - Method in class org.fraid.utils.functions.printPlugins
 
invoke(Complex[]) - Method in class org.fraid.utils.functions.printS
 
invoke(Complex[]) - Method in class org.fraid.utils.functions.printTree
 
invoke(Complex[]) - Method in class org.fraid.utils.functions.rename
 
invoke(Complex[]) - Method in class org.fraid.utils.functions.sleep
 
invoke(Complex[]) - Method in class org.fraid.utils.functions.True
 
invoke(Complex[]) - Method in class org.fraid.utils.functions.typeOf
 
IOGUIFactory - Class in org.fraid.io
 
IOGUIFactory() - Constructor for class org.fraid.io.IOGUIFactory
Creates a new instance of IOGUIFactory
IOStructure - Class in org.fraid.io
 
IOStructure(Reader, PrintStream, PrintStream, PrintStream, PrintStream, CloseListener) - Constructor for class org.fraid.io.IOStructure
 
IOStructure(Reader, OutputStream, OutputStream, OutputStream, OutputStream, CloseListener) - Constructor for class org.fraid.io.IOStructure
 
isAutoScale() - Method in class org.fraid.plugin.BehaviorBean
Get the AutoScale value.
isAutoscaleHorizontal() - Method in class org.fraid.plugin.beans.FunctionPlotPlugIn
Getter for property autoscaleHorizontal.
isBasedOnSampled() - Method in class org.fraid.function.DefinedFunction
 
isComplex - Class in org.fraid.utils.functions
 
isComplex() - Constructor for class org.fraid.utils.functions.isComplex
 
isDebugParser() - Static method in class org.fraid.utils.Utils
Checks if in debug mode;
isDisplayingRecord() - Method in class org.fraid.plugin.algorithm.SpectrumThread
 
isFunction - Class in org.fraid.utils.functions
 
isFunction() - Constructor for class org.fraid.utils.functions.isFunction
 
isInf - Class in org.fraid.math.functions
 
isInf() - Constructor for class org.fraid.math.functions.isInf
 
isInfinite() - Method in class org.netlib.math.complex.Complex
Returns true if either the real or imaginary component of this Complex is an infinite value.
isInLoop() - Method in class org.fraid.sound.utils.PlaySoundController
 
isIterate() - Method in class org.fraid.plugin.beans.IterFractPlugIn
Get the Iterate value.
isIterate() - Method in class org.fraid.plugin.beans.TransformPlugIn
Get the Iterate value.
isLossless() - Method in class org.fraid.sound.utils.RecordSoundController
 
isNaN - Class in org.fraid.math.functions
 
isNaN() - Constructor for class org.fraid.math.functions.isNaN
 
isNaN() - Method in class org.netlib.math.complex.Complex
Returns true if either the real or imaginary component of this Complex is a Not-a-Number (NaN) value.
isNextIntEven - Class in org.fraid.math.functions
 
isNextIntEven() - Constructor for class org.fraid.math.functions.isNextIntEven
 
isNotifyListeners() - Method in class org.fraid.interpreter.Fraid
 
isParameterUsed(String) - Method in class org.fraid.utils.CommandLineManager
Use to check if a key is used.
isParamValueUsed(String, String) - Method in class org.fraid.utils.CommandLineManager
Use wnen the values passed with this parameter belong to a predefined set.
isPlotCoordSystem() - Method in class org.fraid.plugin.beans.Plot3DPlugIn
Get the PlotCoordSystem value.
isPlotSampledAsLines() - Method in class org.fraid.plugin.beans.FunctionPlotPlugIn
Getter for property plotSampledAsLines.
isPrintFunctionNames() - Method in class org.fraid.plugin.beans.Color3DPlugIn
Get the PrintFunctionNames value.
isPrintFunctionNames() - Method in class org.fraid.plugin.beans.FunctionPlotPlugIn
Get the PrintFunctionNames value.
isPrintFunctionNames() - Method in class org.fraid.plugin.beans.Plot3DPlugIn
Get the PrintFunctionNames value.
isRealTimePlay() - Method in class org.fraid.sound.utils.PlaySoundController
 
isReplaceLast() - Method in class org.fraid.plugin.beans.IterFractPlugIn
Get the ReplaceLast value.
isReplaceLast() - Method in class org.fraid.plugin.beans.TransformPlugIn
Get the ReplaceLast value.
isSampled() - Method in class org.fraid.function.DefinedFunction
 
isString - Class in org.fraid.utils.functions
 
isString() - Constructor for class org.fraid.utils.functions.isString
 
isTreeBasedGenerated() - Method in class org.fraid.function.DefinedFunction
 
itemStateChanged(ItemEvent) - Method in class org.fraid.graphics.SaveToFileUser
 
itemStateChanged(ItemEvent) - Method in class org.fraid.plugin.BehaviorBean
 
iterate - Variable in class org.fraid.plugin.beans.IterFractPlugIn
 
iterate - Variable in class org.fraid.plugin.beans.TransformPlugIn
 
iterationsLimit - Variable in class org.fraid.plugin.beans.JuliaPlugIn
 
iterationsLimit - Variable in class org.fraid.plugin.beans.MandelbrotPlugIn
 
iterationsLimit - Variable in class org.fraid.plugin.beans.NewtonPlugIn
 
iterFract - Class in org.fraid.graphics.functions
 
iterFract() - Constructor for class org.fraid.graphics.functions.iterFract
 
IterFractPlugIn - Class in org.fraid.plugin.beans
 
IterFractPlugIn() - Constructor for class org.fraid.plugin.beans.IterFractPlugIn
 
IterFractThread - Class in org.fraid.plugin.algorithm
 
IterFractThread(GraphicsUser, BehaviorBean) - Constructor for class org.fraid.plugin.algorithm.IterFractThread
 
IterFractThread.MaxResolutionReachedException - Exception in org.fraid.plugin.algorithm
 
IterFractThread.MaxResolutionReachedException() - Constructor for exception org.fraid.plugin.algorithm.IterFractThread.MaxResolutionReachedException
 

J

jj_nt - Variable in class org.fraid.interpreter.Fraid
 
jj_nt - Variable in class org.fraid.sampled.parser.SamplesParser
 
jjFillToken() - Method in class org.fraid.interpreter.FraidTokenManager
 
jjFillToken() - Method in class org.fraid.sampled.parser.SamplesParserTokenManager
 
jjstrLiteralImages - Static variable in class org.fraid.interpreter.FraidTokenManager
 
jjstrLiteralImages - Static variable in class org.fraid.sampled.parser.SamplesParserTokenManager
 
JJTADD - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
jjtAddChild(Node, int) - Method in interface org.fraid.interpreter.Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(Node, int) - Method in class org.fraid.interpreter.SimpleNode
Automatically generated by javacc.
JJTAND - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTASSIGNMENT - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
jjtClose() - Method in interface org.fraid.interpreter.Node
This method is called after all the child nodes have been added.
jjtClose() - Method in class org.fraid.interpreter.SimpleNode
Automatically generated by javacc.
JJTDIVIDE - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTEQUAL - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTEXPRESSIONTOCALCULATE - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTFUNCTIONCALL - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTFUNCTIONDEF - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
jjtGetChild(int) - Method in interface org.fraid.interpreter.Node
This method returns a child node.
jjtGetChild(int) - Method in class org.fraid.interpreter.SimpleNode
Automatically generated by javacc.
jjtGetNumChildren() - Method in interface org.fraid.interpreter.Node
Return the number of children the node has.
jjtGetNumChildren() - Method in class org.fraid.interpreter.SimpleNode
Automatically generated by javacc.
jjtGetParent() - Method in interface org.fraid.interpreter.Node
 
jjtGetParent() - Method in class org.fraid.interpreter.SimpleNode
Automatically generated by javacc.
JJTGREATER - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTGREATEROREQUAL - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTIFTHENEXPRESSION - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTIMAGINARYNUMBER - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTMETA - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTMULTIPLY - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTNEGATE - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
jjtNodeName - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTNOT - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTNOTEQUAL - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
jjtOpen() - Method in interface org.fraid.interpreter.Node
This method is called after the node has been made the current node.
jjtOpen() - Method in class org.fraid.interpreter.SimpleNode
Automatically generated by javacc.
JJTOR - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTPOWER - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTPROCESSSINGLELINE - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTPROCESSSTREAM - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTREALNUMBER - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
jjtree - Variable in class org.fraid.interpreter.Fraid
 
jjtSetParent(Node) - Method in interface org.fraid.interpreter.Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(Node) - Method in class org.fraid.interpreter.SimpleNode
Automatically generated by javacc.
JJTSMALLER - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTSMALLEROREQUAL - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTSTRING - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTSUBTRACT - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTVARIABLE - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTVOID - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
JJTXOR - Static variable in interface org.fraid.interpreter.FraidTreeConstants
 
julia - Class in org.fraid.graphics.functions
 
julia() - Constructor for class org.fraid.graphics.functions.julia
 
JuliaPlugIn - Class in org.fraid.plugin.beans
 
JuliaPlugIn() - Constructor for class org.fraid.plugin.beans.JuliaPlugIn
 
JuliaThread - Class in org.fraid.plugin.algorithm
 
JuliaThread(GraphicsUser, JuliaPlugIn) - Constructor for class org.fraid.plugin.algorithm.JuliaThread
 
juliaWindow() - Method in class org.fraid.plugin.beans.MandelbrotPlugIn
 

K

keyPressed(KeyEvent) - Method in class org.fraid.plugin.BehaviorBean
 
keyReleased(KeyEvent) - Method in class org.fraid.plugin.BehaviorBean
 
keyTyped(KeyEvent) - Method in class org.fraid.plugin.BehaviorBean
 
kind - Variable in class org.fraid.interpreter.Token
An integer that describes the kind of this token.
kind - Variable in class org.fraid.sampled.parser.Token
An integer that describes the kind of this token.

L

lagrangeHermite(double, double, double, double, double, double, double, double, double) - Static method in class org.fraid.math.MathHelper
Given four points p1,p2,p3,p4 approximates the y-value of a point which is between p2.x and p3.x.
lengthS - Class in org.fraid.sampled.functions
 
lengthS() - Constructor for class org.fraid.sampled.functions.lengthS
 
LexicalError(boolean, int, int, int, String, char) - Static method in error org.fraid.interpreter.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.fraid.sampled.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class org.fraid.interpreter.FraidTokenManager
 
lexStateNames - Static variable in class org.fraid.sampled.parser.SamplesParserTokenManager
 
License - Class in org.fraid.utils
 
License() - Constructor for class org.fraid.utils.License
 
license - Static variable in class org.fraid.utils.License
license and version info.
line - Variable in class org.fraid.interpreter.SimpleCharStream
 
line - Variable in class org.fraid.sampled.parser.SimpleCharStream
 
LineReader - Class in org.fraid.io.gui
A Reader which reads from a textField.
LineReader() - Constructor for class org.fraid.io.gui.LineReader
 
linkNode(SimpleNode, HashMap<String, Integer>) - Static method in class org.fraid.interpreter.SimpleNode
The main routine to link the nodes in a tree to their respective values/functions/variables.
listen() - Method in class org.fraid.sound.utils.RecordSoundController
 
listen() - Method in class org.fraid.sound.utils.RecordSoundThread
 
literPerHundredKm - Variable in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
 
loadFile(String) - Static method in class org.fraid.utils.CommandLineInitializer
Executes a FrAid program saved to file.
loadFromDirTree(File) - Method in class org.fraid.interpreter.symbtable.SymbolTable
 
loadFromFunctionsDir(File, File) - Method in class org.fraid.interpreter.symbtable.SymbolTable
 
loadFromJar(File) - Method in class org.fraid.interpreter.symbtable.SymbolTable
 
loadFromJarDir(File) - Method in class org.fraid.interpreter.symbtable.SymbolTable
 
loadS - Class in org.fraid.sampled.functions
 
loadS() - Constructor for class org.fraid.sampled.functions.loadS
 
loadScript - Class in org.fraid.utils.functions
 
loadScript() - Constructor for class org.fraid.utils.functions.loadScript
 
loadSound - Class in org.fraid.sound.sampled.functions
 
loadSound() - Constructor for class org.fraid.sound.sampled.functions.loadSound
 
loadStaticSymbols(InputStream, boolean) - Method in class org.fraid.interpreter.symbtable.SymbolTable
Describe loadStaticSymbols method here.
loadSymbols - Class in org.fraid.interpreter.symbtable.functions
 
loadSymbols() - Constructor for class org.fraid.interpreter.symbtable.functions.loadSymbols
 
log - Class in org.fraid.complex.functions
 
log() - Constructor for class org.fraid.complex.functions.log
 
log - Static variable in class org.fraid.io.FraidIO
The log stream.
log() - Method in class org.netlib.math.complex.Complex
Returns the principal natural logarithm of a Complex number.
log2int(int) - Static method in class org.fraid.math.MathHelper
 
LogicalAndExpression() - Method in class org.fraid.interpreter.Fraid
 
logReader(Reader) - Static method in class org.fraid.io.FraidIO
Log whatever goes through a Reader.
logStream(FraidPrintStream) - Static method in class org.fraid.io.FraidIO
"Tees" a stream and sends a copy of it the log.
logTeeReader(TeeReader) - Static method in class org.fraid.io.FraidIO
After a Reader is being "teed" for logging and stopped this starts the logging again.
lookingAhead - Variable in class org.fraid.interpreter.Fraid
 

M

m_EOL - Variable in class org.fraid.io.gui.LineReader
 
mAdditionalFormula - Variable in class org.fraid.projects.PredictionMarkets.Market
 
mAfterListening - Variable in class org.fraid.sound.utils.RecordSoundController
 
magnification - Variable in class org.fraid.plugin.beans.SpectrumPlugIn
 
main(String[]) - Static method in class org.fraid.graphics.PrincFrame
 
main(String[]) - Static method in class org.fraid.graphics.utils.ColorMapChooser
 
main(String[]) - Static method in class org.fraid.graphics.utils.Model3D
 
main(String[]) - Static method in class org.fraid.graphics.utils.SettingsEditor
Run as standalone application.
main(String[]) - Static method in class org.fraid.graphics.utils.VariableController
 
main(String[]) - Static method in class org.fraid.interpreter.Fraid
 
main(String[]) - Static method in class org.fraid.interpreter.symbtable.StaticSymbols
 
main(String[]) - Static method in class org.fraid.interpreter.symbtable.SymbolTable
Test driver.
main(String[]) - Static method in class org.fraid.io.gui.FraidConsole
The standard main method (test driver).
main(String[]) - Static method in class org.fraid.io.TeeOutpStream
Test driver
main(String[]) - Static method in class org.fraid.math.MathHelper
Test driver for MathHelper
main(String[]) - Static method in class org.fraid.projects.PredictionMarkets.MarketManager
 
main(String[]) - Static method in class org.fraid.sampled.parser.SamplesParser
 
main(String[]) - Static method in class org.fraid.sound.midi.PlayMidiPanel
 
main(String[]) - Static method in class org.fraid.sound.midi.PlayText
 
main(String[]) - Static method in class org.fraid.utils.CommandLineManager
Test driver.
main(String[]) - Static method in class org.fraid.utils.CreateFunction
 
main(String[]) - Static method in class org.fraid.utils.CreatePlugin
 
main(String[]) - Static method in class org.fraid.utils.Experiment
 
main(String[]) - Static method in class org.fraid.utils.InstallBinAll
 
main(String[]) - Static method in class org.fraid.utils.InstallBinMod
 
main(String[]) - Static method in class org.fraid.utils.InstallPredMkt
 
main(String[]) - Static method in class org.fraid.utils.InstallSrc
 
main(String[]) - Static method in class org.fraid.utils.MidiTest
 
main(String[]) - Static method in class org.netlib.math.complex.Complex
Useful for checking up on the exact version.
main(String[]) - Static method in class org.netlib.math.complex.ComplexBenchmark
 
main(String[]) - Static method in class org.netlib.math.complex.TestComplex
Used for testing class Complex.
makeJar(String, boolean) - Static method in class org.fraid.utils.CreatePlugin
 
makeScale(int) - Method in class org.fraid.utils.MidiTest
 
mAlgorithmThread - Variable in class org.fraid.graphics.GraphicsUser
The thread responsible for generating images.
mandelbrot - Class in org.fraid.graphics.functions
 
mandelbrot() - Constructor for class org.fraid.graphics.functions.mandelbrot
 
MandelbrotPlugIn - Class in org.fraid.plugin.beans
 
MandelbrotPlugIn() - Constructor for class org.fraid.plugin.beans.MandelbrotPlugIn
 
MandelbrotThread - Class in org.fraid.plugin.algorithm
 
MandelbrotThread(GraphicsUser, MandelbrotPlugIn) - Constructor for class org.fraid.plugin.algorithm.MandelbrotThread
 
manualStartPoints - Variable in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
 
MapPlotPlugIn - Class in org.fraid.plugin.beans
 
MapPlotPlugIn() - Constructor for class org.fraid.plugin.beans.MapPlotPlugIn
 
MapPlotThread - Class in org.fraid.plugin.algorithm
 
MapPlotThread(GraphicsUser, MapPlotPlugIn) - Constructor for class org.fraid.plugin.algorithm.MapPlotThread
 
mArgs - Variable in class org.fraid.function.GeneratorFunction
 
mArgsOffset - Variable in class org.fraid.function.GraphicsFunction
 
Market - Class in org.fraid.projects.PredictionMarkets
 
Market() - Constructor for class org.fraid.projects.PredictionMarkets.Market
 
MarketManager - Class in org.fraid.projects.PredictionMarkets
 
MarketManager(Component) - Constructor for class org.fraid.projects.PredictionMarkets.MarketManager
 
MarketManager.Action - Enum in org.fraid.projects.PredictionMarkets
 
MathException - Exception in org.fraid.math
 
MathException(String) - Constructor for exception org.fraid.math.MathException
 
MathException(Throwable) - Constructor for exception org.fraid.math.MathException
 
MathHelper - Class in org.fraid.math
Different mathematical routines.
MathHelper() - Constructor for class org.fraid.math.MathHelper
 
MathHelperSampled - Class in org.fraid.math
 
MathHelperSampled() - Constructor for class org.fraid.math.MathHelperSampled
 
MathHelperSampled.FFTType - Enum in org.fraid.math
 
mAutoScaleHorizontal - Variable in class org.fraid.plugin.beans.FunctionPlotPlugIn
 
mAutoScaleMenuItem - Variable in class org.fraid.plugin.BehaviorBean
 
max - Class in org.fraid.math.functions
 
max() - Constructor for class org.fraid.math.functions.max
 
max(Vector<Integer>) - Method in class org.fraid.projects.PredictionMarkets.PMChartThread
 
maxNextCharInd - Variable in class org.fraid.interpreter.SimpleCharStream
 
maxNextCharInd - Variable in class org.fraid.sampled.parser.SimpleCharStream
 
maxS - Class in org.fraid.sampled.functions
 
maxS() - Constructor for class org.fraid.sampled.functions.maxS
 
MaxVal - Class in org.fraid.math.functions
 
MaxVal() - Constructor for class org.fraid.math.functions.MaxVal
 
mBackIcon - Variable in class org.fraid.graphics.utils.CornerButton
 
mBeginDate - Variable in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
 
mBeginX - Variable in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
 
mBox - Variable in class org.fraid.io.gui.BoxReader
 
mBuffer - Variable in class org.fraid.io.gui.BoxReader
 
mBuffer - Variable in class org.fraid.io.gui.DialogOutpStream
 
mBuffer - Variable in class org.fraid.io.gui.LineReader
 
mChartController - Variable in class org.fraid.plugin.beans.PMChartPlugIn
 
mChartTypeCombined - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mChartTypeSeparated - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mCombinedChartFormula - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mCombinedChartVector - Variable in class org.fraid.projects.PredictionMarkets.PMChartThread
 
mCombinedChartVectorMax - Variable in class org.fraid.projects.PredictionMarkets.PMChartThread
 
mCommandBuffer - Variable in class org.fraid.io.gui.BoxReader
 
mCommandBuffer - Variable in class org.fraid.io.gui.LineReader
 
mCommandBufferSize - Variable in class org.fraid.io.gui.BoxReader
 
mCommandBufferSize - Variable in class org.fraid.io.gui.LineReader
 
mCommandString - Variable in class org.fraid.io.gui.LineReader
 
mController - Variable in class org.fraid.sound.sampled.functions.recordSound
 
mCore - Variable in class org.fraid.function.DefinedFunction
 
mCurrentCommandIndex - Variable in class org.fraid.io.gui.BoxReader
 
mCurrentCommandIndex - Variable in class org.fraid.io.gui.LineReader
 
mCurrentPosition - Variable in class org.fraid.sound.sampled.FrAidAudioInputStream
 
mCurrentValue - Variable in class org.fraid.plugin.ProgressStatistics
 
mData - Variable in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
 
mData - Variable in class org.fraid.sound.sampled.FrAidAudioInputStream
 
mData - Variable in class org.fraid.sound.utils.PlaySoundController
 
mDataIsClean - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mDataLine - Variable in class org.fraid.sound.utils.PlaySoundController
 
mDataLine - Variable in class org.fraid.sound.utils.RecordSoundController
 
mDebugMode - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mDialog - Variable in class org.fraid.io.gui.DialogOutpStream
 
mDialogText - Variable in class org.fraid.io.gui.DialogOutpStream
 
mDlgClearButton - Variable in class org.fraid.io.gui.DialogOutpStream
 
mDlgOKButton - Variable in class org.fraid.io.gui.DialogOutpStream
 
mEdges - Variable in class org.fraid.graphics.utils.Model3D
 
mEndDate - Variable in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
 
mEndX - Variable in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
 
Meta() - Method in class org.fraid.interpreter.Fraid
 
mEvents - Variable in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
 
mExactByNumber - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mExactByNumberVector - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mExactByNumberVector - Variable in class org.fraid.projects.PredictionMarkets.PMChartThread
 
mExactByNumberVectorMax - Variable in class org.fraid.projects.PredictionMarkets.PMChartThread
 
mExactByVolume - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mExactByVolumeVector - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mExactByVolumeVector - Variable in class org.fraid.projects.PredictionMarkets.PMChartThread
 
mExactByVolumeVectorMax - Variable in class org.fraid.projects.PredictionMarkets.PMChartThread
 
mFFTFunctionName - Variable in class org.fraid.plugin.beans.SpectrumPlugIn
 
mFftLength - Variable in class org.fraid.plugin.beans.SpectrumPlugIn
 
mFFTViewFunction - Variable in class org.fraid.plugin.beans.SpectrumPlugIn
 
mFirstTime - Variable in class org.fraid.plugin.PaintAlgorithmThread
 
mFormat - Variable in class org.fraid.sound.sampled.FrAidAudioInputStream
 
mFormat - Variable in class org.fraid.sound.utils.PlaySoundController
 
mFrameHeight - Variable in class org.fraid.function.GraphicsFunction
 
mFrameWidth - Variable in class org.fraid.function.GraphicsFunction
 
mFrequencyStep - Variable in class org.fraid.plugin.beans.SpectrumPlugIn
 
mFun - Variable in class org.fraid.function.GraphicsFunction
 
mFunction - Variable in class org.fraid.interpreter.SimpleNode
If the type of token is Function (JJTFUNCTIONCALL = 27) mFunction holds it.
mFunctionEvalType - Variable in class org.fraid.interpreter.SimpleNode
How many arguments need to be provided for this tree to be evaluated.
mFunctions - Variable in class org.fraid.function.Transform
The two functions for the transform.
mGenerator - Variable in class org.fraid.function.DefinedFunction
 
mGeneratorFunction - Variable in class org.fraid.sound.utils.RecordSoundController
 
mGridCrossPoints - Variable in class org.fraid.plugin.BehaviorBean
The grid.
mHash - Variable in class org.fraid.utils.CommandLineManager
 
MidiPanelFactory - Class in org.fraid.sound.midi
 
MidiPanelFactory() - Constructor for class org.fraid.sound.midi.MidiPanelFactory
 
MidiTest - Class in org.fraid.utils
 
MidiTest() - Constructor for class org.fraid.utils.MidiTest
 
miles - Variable in class org.fraid.utils.ConsumptionStruct
 
mImageSize - Variable in class org.fraid.graphics.GraphicsUser
The size of the generated image.
min - Class in org.fraid.math.functions
 
min() - Constructor for class org.fraid.math.functions.min
 
mInfo - Variable in class org.fraid.sound.utils.PlaySoundController
 
mInitialModel - Variable in class org.fraid.plugin.beans.Transform3PlugIn
 
minS - Class in org.fraid.sampled.functions
 
minS() - Constructor for class org.fraid.sampled.functions.minS
 
mInterpreter - Variable in class org.fraid.Scripting
The local interpreter instance (you don't allocate a new one each time you need one).
MINUS - Static variable in interface org.fraid.interpreter.FraidConstants
 
MinVal - Class in org.fraid.math.functions
 
MinVal() - Constructor for class org.fraid.math.functions.MinVal
 
mIsBlocked - Variable in class org.fraid.sound.utils.PlaySoundController
 
mIsChanging - Variable in class org.fraid.graphics.utils.VariableController
 
mIsCustom - Variable in class org.fraid.projects.PredictionMarkets.Market
 
mIsDrawing - Variable in class org.fraid.plugin.beans.AggregationPlotPlugIn
 
mIsDrawing - Variable in class org.fraid.plugin.beans.IterFractPlugIn
 
mIsDrawing - Variable in class org.fraid.plugin.beans.TransformPlugIn
 
mIsIncremental - Variable in class org.fraid.io.gui.DialogOutpStream
 
mIsPanelVisible - Variable in class org.fraid.io.gui.DialogOutpStream
 
mIsPlaying - Variable in class org.fraid.sound.utils.PlaySoundController
 
mIsZooming - Variable in class org.fraid.graphics.GraphicsPanel
Do not use this variable.
mIterateMenuItem - Variable in class org.fraid.plugin.beans.IterFractPlugIn
 
mIterateMenuItem - Variable in class org.fraid.plugin.beans.TransformPlugIn
 
mJustPrintedThrowable - Variable in class org.fraid.io.FraidPrintStream
 
mLastDefinedFunction - Variable in class org.fraid.interpreter.SimpleNode
A reference to the last defined function.
mLastPoint - Variable in class org.fraid.plugin.beans.IterFractPlugIn
 
mLastPoint - Variable in class org.fraid.plugin.beans.TransformPlugIn
 
mLastPopUpPosition - Variable in class org.fraid.graphics.GraphicsPanel
Do not use this variable.
mLength - Variable in class org.fraid.sound.utils.PlaySoundController
 
mLessByNumber - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mLessByNumberVector - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mLessByVolume - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mLessByVolumeVector - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mLimitByNumberVector - Variable in class org.fraid.projects.PredictionMarkets.PMChartThread
 
mLimitByNumberVectorMax - Variable in class org.fraid.projects.PredictionMarkets.PMChartThread
 
mLimitByVolumeVector - Variable in class org.fraid.projects.PredictionMarkets.PMChartThread
 
mLimitByVolumeVectorMax - Variable in class org.fraid.projects.PredictionMarkets.PMChartThread
 
mLine - Variable in class org.fraid.io.gui.LineReader
 
mListenBufferSize - Variable in class org.fraid.sound.sampled.functions.recordSound
 
mListeners - Variable in class org.fraid.function.DefinedFunction
 
mLowerBound - Variable in class org.fraid.utils.BoundedNumberSequence
 
mMapColors - Variable in class org.fraid.graphics.utils.ColorMap
 
mMaxCons - Variable in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
 
mMaxSize - Variable in class org.fraid.io.gui.DialogOutpStream
The maximum size of the buffer, when exceeded the first 20% are deleted.
mMaxValue - Variable in class org.fraid.plugin.ProgressStatistics
 
mMaxX - Variable in class org.fraid.graphics.utils.Model3D
 
mMaxY - Variable in class org.fraid.graphics.utils.Model3D
 
mMaxZ - Variable in class org.fraid.graphics.utils.Model3D
 
mMinCons - Variable in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
 
mMinX - Variable in class org.fraid.graphics.utils.Model3D
 
mMinY - Variable in class org.fraid.graphics.utils.Model3D
 
mMinZ - Variable in class org.fraid.graphics.utils.Model3D
 
mModel - Variable in class org.fraid.plugin.beans.Plot3DPlugIn
 
mMoreByNumber - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mMoreByNumberVector - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mMoreByVolume - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mMoreByVolumeVector - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mName - Variable in class org.fraid.function.ComplexFunction
 
mName - Variable in class org.fraid.projects.PredictionMarkets.Market
 
mName - Variable in class org.fraid.projects.PredictionMarkets.Stock
 
mNeedsRegeneration - Variable in class org.fraid.function.DefinedFunctionCore
 
mNeedsRegeneration - Variable in class org.fraid.sound.utils.PlaySoundController
 
mNegTolerance - Variable in class org.fraid.graphics.utils.VariableController
 
mNumberOfArguments - Variable in class org.fraid.function.ComplexFunction
How many arguments the particular function needs.
Model3D - Class in org.fraid.graphics.utils
 
Model3D() - Constructor for class org.fraid.graphics.utils.Model3D
 
modelChanged() - Method in class org.fraid.plugin.algorithm.Plot3DThread
 
modelChanged() - Method in class org.fraid.plugin.algorithm.Transform3Thread
 
ModelFactory - Class in org.fraid.graphics
A singleton which finds the appropriate model according to the name or XML descripption passed.
ModelFactory() - Constructor for class org.fraid.graphics.ModelFactory
 
mouseClicked(MouseEvent) - Method in class org.fraid.plugin.BehaviorBean
 
mouseDragged(MouseEvent) - Method in class org.fraid.plugin.BehaviorBean
 
mouseEntered(MouseEvent) - Method in class org.fraid.plugin.BehaviorBean
 
mouseExited(MouseEvent) - Method in class org.fraid.plugin.BehaviorBean
 
mouseMoved(MouseEvent) - Method in class org.fraid.plugin.BehaviorBean
 
mousePressed(MouseEvent) - Method in class org.fraid.plugin.BehaviorBean
 
mouseReleased(MouseEvent) - Method in class org.fraid.plugin.BehaviorBean
 
mOwner - Variable in class org.fraid.function.DefinedFunctionCore
 
mPainterThread - Variable in class org.fraid.plugin.BehaviorBean
The refernece to the algorithm.
mPanel - Variable in class org.fraid.function.GraphicsFunction
 
mPanel - Variable in class org.fraid.graphics.utils.VariableController.ControlerDialog
 
mPanel - Variable in class org.fraid.io.gui.BoxReader
 
mPanel - Variable in class org.fraid.plugin.BehaviorBean
The reference to the current user.
mPeopleSalesByNumber - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mPeopleSalesByNumberVector - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mPeopleSalesByNumberVector - Variable in class org.fraid.projects.PredictionMarkets.PMChartThread
 
mPeopleSalesByNumberVectorMax - Variable in class org.fraid.projects.PredictionMarkets.PMChartThread
 
mPeopleSalesByVolume - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mPeopleSalesByVolumeVector - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mPeopleSalesByVolumeVector - Variable in class org.fraid.projects.PredictionMarkets.PMChartThread
 
mPeopleSalesByVolumeVectorMax - Variable in class org.fraid.projects.PredictionMarkets.PMChartThread
 
mPlayer - Variable in class org.fraid.sound.utils.RecordSoundController
 
mPlayThread - Variable in class org.fraid.sound.utils.PlaySoundController
 
mPlotSampledAsLinesChB - Variable in class org.fraid.plugin.beans.FunctionPlotPlugIn
 
mPlugIn - Variable in class org.fraid.function.GraphicsFunction
 
mPlugIn - Variable in class org.fraid.graphics.GraphicsUser
The plugin working with the thread.
mPlugIn - Variable in class org.fraid.plugin.PaintAlgorithmThread
The plugin we are working with (very important, an algorithm can't do anything without its plugin).
mPlugin - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mPlugInName - Variable in class org.fraid.function.GraphicsFunction
 
mPoints - Variable in class org.fraid.plugin.beans.IterFractPlugIn
 
mPoints - Variable in class org.fraid.plugin.beans.TransformPlugIn
 
mPostfixFormula - Variable in class org.fraid.projects.PredictionMarkets.Market
 
mPosTolerance - Variable in class org.fraid.graphics.utils.VariableController
 
mPrefixFormula - Variable in class org.fraid.projects.PredictionMarkets.Market
 
mPrice - Variable in class org.fraid.projects.PredictionMarkets.Stock
 
mProcessedData - Variable in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
 
mProgressVar - Variable in class org.fraid.plugin.PaintAlgorithmThread
If you increment this variable within your algorithm loops a progress bar somewhere can show where are we.
mQuantity - Variable in class org.fraid.projects.PredictionMarkets.Stock
 
mReaderDialog - Variable in class org.fraid.io.gui.BoxReader
 
mReaderDialog - Variable in class org.fraid.io.gui.LineReader
 
mReadLock - Variable in class org.fraid.io.gui.BoxReader
 
mReadLock - Variable in class org.fraid.io.gui.LineReader
 
mReadyForRead - Variable in class org.fraid.io.gui.BoxReader
 
mReadyForRead - Variable in class org.fraid.io.gui.LineReader
 
mRecordedSamples - Variable in class org.fraid.sound.sampled.functions.recordSound
 
mRecordThread - Variable in class org.fraid.sound.utils.RecordSoundController
 
mRegisteredFunction - Variable in class org.fraid.function.GeneratorFunction
 
mRoot - Variable in class org.fraid.function.DefinedFunctionTreeCore
 
mSamples - Variable in class org.fraid.function.RungeKuttaFunction
 
mSamplingF - Variable in class org.fraid.sound.utils.PlaySoundController
 
mSamplingFrequency - Variable in class org.fraid.sound.sampled.functions.recordSound
 
mSamplingFrequency - Variable in class org.fraid.sound.utils.RecordSoundController
 
mScripting - Variable in class org.fraid.graphics.utils.VariableController
 
mSeedColors - Variable in class org.fraid.graphics.utils.ColorMap
 
mSequence - Variable in class org.fraid.utils.BoundedNumberSequence
 
mSlider - Variable in class org.fraid.graphics.utils.VariableController
 
mSourceFunction - Variable in class org.fraid.sound.utils.PlaySoundController
 
mStart - Variable in class org.fraid.sound.utils.PlaySoundController
 
mStartPoints - Variable in class org.fraid.plugin.beans.PhasePlugIn
 
mStockFormula - Variable in class org.fraid.projects.PredictionMarkets.Market
 
mStocks - Variable in class org.fraid.projects.PredictionMarkets.Market
 
mStopIcon - Variable in class org.fraid.graphics.utils.CornerButton
 
mStreamPanel - Variable in class org.fraid.io.gui.DialogOutpStream
 
mSymbols - Variable in class org.fraid.interpreter.symbtable.StaticSymbols
 
mSymbTable - Variable in class org.fraid.interpreter.SimpleNode
A local reference to the symbol table.
mText - Variable in class org.fraid.interpreter.SimpleNode
If the type of token is String (JJTSTRING = 23) mText holds it.
mTextScroller - Variable in class org.fraid.io.gui.BoxReader
 
mTextScroller - Variable in class org.fraid.io.gui.DialogOutpStream
 
mTime - Variable in class org.fraid.plugin.PaintAlgorithmThread
 
mTimeStep - Variable in class org.fraid.plugin.beans.SpectrumPlugIn
 
mTitle - Variable in class org.fraid.io.gui.DialogOutpStream
 
mTotal - Variable in class org.fraid.projects.PredictionMarkets.Stock
 
mTransformedVertices - Variable in class org.fraid.graphics.utils.Model3D
 
mTransformedZ - Variable in class org.fraid.graphics.utils.Model3D
 
mType - Variable in class org.fraid.graphics.utils.ColorMap
 
mul - Class in org.fraid.math.functions
 
mul() - Constructor for class org.fraid.math.functions.mul
 
mul(Complex) - Method in class org.netlib.math.complex.Complex
To perform z1 * z2, you write z1.mul(z2) .
mulS - Class in org.fraid.sampled.functions
 
mulS() - Constructor for class org.fraid.sampled.functions.mulS
 
multiply - Class in org.fraid.complex.functions
 
multiply() - Constructor for class org.fraid.complex.functions.multiply
 
MultiplyDivideExpression() - Method in class org.fraid.interpreter.Fraid
 
mUnusedParams - Variable in class org.fraid.utils.CommandLineManager
 
mUpperBound - Variable in class org.fraid.utils.BoundedNumberSequence
 
mValueBeforeChange - Variable in class org.fraid.graphics.utils.VariableController
 
mValuesVector - Variable in class org.fraid.projects.PredictionMarkets.PMChartController
 
mVar - Variable in class org.fraid.graphics.utils.VariableController
 
mVarIndex - Variable in class org.fraid.interpreter.SimpleNode
If the type of token is function variable (JJTVARIABLE = 28) mVarIndex holds the index of this variable in the variable list passed to the function.
mVarLabel - Variable in class org.fraid.graphics.utils.VariableController
 
mVertices - Variable in class org.fraid.graphics.utils.Model3D
 
mWindowNumber - Variable in class org.fraid.function.GraphicsFunction
 
mWindowNumber - Variable in class org.fraid.plugin.beans.PMChartPlugIn
 
mXOff - Variable in class org.fraid.function.Transform
The mXOff.
mXOffCompl - Variable in class org.fraid.function.Transform
 
mYOff - Variable in class org.fraid.function.Transform
The mYOff.
mYOffCompl - Variable in class org.fraid.function.Transform
 
mZOff - Variable in class org.fraid.function.Transform
The mZOff.
mZOffCompl - Variable in class org.fraid.function.Transform
 

N

NaN - Class in org.fraid.math.functions
 
NaN() - Constructor for class org.fraid.math.functions.NaN
 
neg() - Method in class org.netlib.math.complex.Complex
Returns the "negative" of a Complex number.
Negate() - Method in class org.fraid.interpreter.Fraid
 
negate - Class in org.fraid.math.functions
 
negate() - Constructor for class org.fraid.math.functions.negate
 
NegInf - Class in org.fraid.math.functions
 
NegInf() - Constructor for class org.fraid.math.functions.NegInf
 
new_w() - Static method in class org.fraid.ScriptingGraphics
Open a new empty window.
NewBean - Class in org.fraid.io
 
NewBean() - Constructor for class org.fraid.io.NewBean
 
newMarket() - Method in class org.fraid.projects.PredictionMarkets.NewMarketDialog
 
NewMarketDialog - Class in org.fraid.projects.PredictionMarkets
 
NewMarketDialog() - Constructor for class org.fraid.projects.PredictionMarkets.NewMarketDialog
 
newStock() - Method in class org.fraid.projects.PredictionMarkets.EditStockDialog
 
newThread - Static variable in class org.fraid.plugin.ThreadState
 
newToken(int) - Static method in class org.fraid.interpreter.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.fraid.sampled.parser.Token
Returns a new Token object, by default.
newton - Class in org.fraid.graphics.functions
 
newton() - Constructor for class org.fraid.graphics.functions.newton
 
NewtonPlugIn - Class in org.fraid.plugin.beans
 
NewtonPlugIn() - Constructor for class org.fraid.plugin.beans.NewtonPlugIn
 
NewtonThread - Class in org.fraid.plugin.algorithm
 
NewtonThread(GraphicsUser, NewtonPlugIn) - Constructor for class org.fraid.plugin.algorithm.NewtonThread
 
next - Variable in class org.fraid.interpreter.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class org.fraid.sampled.parser.Token
A reference to the next regular (non-special) token from the input stream.
nextInt - Class in org.fraid.math.functions
 
nextInt() - Constructor for class org.fraid.math.functions.nextInt
 
nextpow2 - Class in org.fraid.math.functions
 
nextpow2() - Constructor for class org.fraid.math.functions.nextpow2
 
nextpow2(double) - Static method in class org.fraid.math.MathHelper
 
Node - Interface in org.fraid.interpreter
 
node2Function(SimpleNode, HashMap<String, Integer>) - Static method in class org.fraid.interpreter.SimpleNode
 
norm() - Method in class org.netlib.math.complex.Complex
Returns the square of the "length" of a Complex number.
normal - Static variable in class org.fraid.graphics.PaintMode
 
normalizeFileName(String) - Static method in class org.fraid.utils.Utils
 
Not() - Method in class org.fraid.interpreter.Fraid
 
NOT - Static variable in interface org.fraid.interpreter.FraidConstants
 
not - Class in org.fraid.math.functions
 
not() - Constructor for class org.fraid.math.functions.not
 
NOT_EQUAL - Static variable in interface org.fraid.interpreter.FraidConstants
 
notequal - Class in org.fraid.math.functions
 
notequal() - Constructor for class org.fraid.math.functions.notequal
 
notifyListeners() - Method in class org.fraid.function.DefinedFunction
 
notifyWatchingThread() - Method in class org.fraid.graphics.GraphicsPanel
Will wake up the screen painting thread.
notifyWatchingThread() - Method in class org.fraid.graphics.GraphicsUser
Notifyes the watching thread (if there is any).
notifyWatchingThread() - Method in class org.fraid.graphics.SaveToFileUser
 
NullOutpStream - Class in org.fraid.io
 
NullOutpStream() - Constructor for class org.fraid.io.NullOutpStream
 
nullOutput - Static variable in class org.fraid.io.FraidIO
Just like the null stream in Unix.
NUMBER - Static variable in interface org.fraid.interpreter.FraidConstants
 
NUMBER - Static variable in interface org.fraid.sampled.parser.SamplesParserConstants
 
numberGridMarkerDigitsX - Variable in class org.fraid.plugin.BehaviorBean
How many digits are there on the grid marks - X.
numberGridMarkerDigitsY - Variable in class org.fraid.plugin.BehaviorBean
How many digits are there on the grid marks - Y.
numberOfIterations - Variable in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
 
numberOfIterations - Variable in class org.fraid.plugin.beans.OrbitDiagramPlugIn
 
NumberSequenceProducer - Interface in org.fraid.utils
 

O

objectChanged() - Method in class org.fraid.plugin.BehaviorBean
If we have check boxes or radio buttons on the popup menu they need to get refreshed if their coresponding values changed.
objectChanged() - Method in interface org.fraid.plugin.ChangeAwareObject
 
OPEN_META - Static variable in interface org.fraid.interpreter.FraidConstants
 
OPEN_PAR - Static variable in interface org.fraid.interpreter.FraidConstants
 
openDialog() - Method in class org.fraid.projects.PredictionMarkets.PMChartController
 
OR - Static variable in interface org.fraid.interpreter.FraidConstants
 
or - Class in org.fraid.math.functions
 
or() - Constructor for class org.fraid.math.functions.or
 
orbit - Class in org.fraid.graphics.functions
 
orbit() - Constructor for class org.fraid.graphics.functions.orbit
 
orbit2 - Class in org.fraid.graphics.functions
 
orbit2() - Constructor for class org.fraid.graphics.functions.orbit2
 
OrbitDiagram2PlugIn - Class in org.fraid.plugin.beans
 
OrbitDiagram2PlugIn() - Constructor for class org.fraid.plugin.beans.OrbitDiagram2PlugIn
 
OrbitDiagram2Thread - Class in org.fraid.plugin.algorithm
 
OrbitDiagram2Thread(GraphicsUser, OrbitDiagram2PlugIn) - Constructor for class org.fraid.plugin.algorithm.OrbitDiagram2Thread
 
OrbitDiagramPlugIn - Class in org.fraid.plugin.beans
 
OrbitDiagramPlugIn() - Constructor for class org.fraid.plugin.beans.OrbitDiagramPlugIn
 
OrbitDiagramThread - Class in org.fraid.plugin.algorithm
 
OrbitDiagramThread(GraphicsUser, BehaviorBean) - Constructor for class org.fraid.plugin.algorithm.OrbitDiagramThread
 
org - package org
 
org.fraid - package org.fraid
 
org.fraid.applets - package org.fraid.applets
 
org.fraid.complex - package org.fraid.complex
 
org.fraid.complex.functions - package org.fraid.complex.functions
 
org.fraid.function - package org.fraid.function
 
org.fraid.graphics - package org.fraid.graphics
 
org.fraid.graphics.functions - package org.fraid.graphics.functions
 
org.fraid.graphics.utils - package org.fraid.graphics.utils
 
org.fraid.graphics.utils.functions - package org.fraid.graphics.utils.functions
 
org.fraid.interpreter - package org.fraid.interpreter
 
org.fraid.interpreter.symbtable - package org.fraid.interpreter.symbtable
 
org.fraid.interpreter.symbtable.functions - package org.fraid.interpreter.symbtable.functions
 
org.fraid.io - package org.fraid.io
 
org.fraid.io.gui - package org.fraid.io.gui
 
org.fraid.math - package org.fraid.math
 
org.fraid.math.functions - package org.fraid.math.functions
 
org.fraid.plugin - package org.fraid.plugin
 
org.fraid.plugin.algorithm - package org.fraid.plugin.algorithm
 
org.fraid.plugin.beans - package org.fraid.plugin.beans
 
org.fraid.projects - package org.fraid.projects
 
org.fraid.projects.PredictionMarkets - package org.fraid.projects.PredictionMarkets
 
org.fraid.projects.PredictionMarkets.functions - package org.fraid.projects.PredictionMarkets.functions
 
org.fraid.sampled - package org.fraid.sampled
 
org.fraid.sampled.functions - package org.fraid.sampled.functions
 
org.fraid.sampled.parser - package org.fraid.sampled.parser
 
org.fraid.sound - package org.fraid.sound
 
org.fraid.sound.midi - package org.fraid.sound.midi
 
org.fraid.sound.sampled - package org.fraid.sound.sampled
 
org.fraid.sound.sampled.functions - package org.fraid.sound.sampled.functions
 
org.fraid.sound.utils - package org.fraid.sound.utils
 
org.fraid.tests - package org.fraid.tests
 
org.fraid.utils - package org.fraid.utils
 
org.fraid.utils.functions - package org.fraid.utils.functions
 
org.netlib - package org.netlib
 
org.netlib.math - package org.netlib.math
 
org.netlib.math.complex - package org.netlib.math.complex
 
OrXorExpression() - Method in class org.fraid.interpreter.Fraid
 
out - Static variable in class org.fraid.io.FraidIO
Standard output.
overlap - Variable in class org.fraid.plugin.beans.SpectrumPlugIn
 
owner - Variable in class org.fraid.plugin.PaintAlgorithmThread
The user for the image we are generating.

P

padS - Class in org.fraid.sampled.functions
 
padS() - Constructor for class org.fraid.sampled.functions.padS
 
paint_w(int) - Static method in class org.fraid.ScriptingGraphics
Repaint window number aWindowNumber.
PaintAlgorithmThread - Class in org.fraid.plugin
The super class for all graphics algorithms in FrAid.
PaintAlgorithmThread(GraphicsUser, BehaviorBean) - Constructor for class org.fraid.plugin.PaintAlgorithmThread
Creates a new PaintAlgorithmThread instance.
paintComponent(Graphics) - Method in class org.fraid.graphics.GraphicsPanel
The major repainting routine.
paintComponent(Graphics) - Method in class org.fraid.graphics.utils.ColorMapChooser.BlendedColors
 
PaintMode - Class in org.fraid.graphics
 
PaintMode() - Constructor for class org.fraid.graphics.PaintMode
 
panelClosing() - Static method in class org.fraid.sound.midi.MidiPanelFactory
 
parameterArity(String) - Method in class org.fraid.utils.CommandLineManager
Can be used instead of isParameterUsed and check for return value 0
parent - Variable in class org.fraid.interpreter.SimpleNode
Automatically generated by javacc.
ParseException - Exception in org.fraid.interpreter
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.fraid.interpreter.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.fraid.interpreter.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.fraid.interpreter.ParseException
 
ParseException - Exception in org.fraid.sampled.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.fraid.sampled.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.fraid.sampled.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.fraid.sampled.parser.ParseException
 
parser - Variable in class org.fraid.interpreter.SimpleNode
Automatically generated by javacc.
pause() - Method in class org.fraid.sound.utils.PlaySoundController
 
phase - Class in org.fraid.graphics.functions
 
phase() - Constructor for class org.fraid.graphics.functions.phase
 
PhasePlugIn - Class in org.fraid.plugin.beans
 
PhasePlugIn() - Constructor for class org.fraid.plugin.beans.PhasePlugIn
 
PhaseThread - Class in org.fraid.plugin.algorithm
 
PhaseThread(GraphicsUser, PhasePlugIn) - Constructor for class org.fraid.plugin.algorithm.PhaseThread
 
Pi - Class in org.fraid.math.functions
 
Pi() - Constructor for class org.fraid.math.functions.Pi
 
pixels - Variable in class org.fraid.plugin.BufferedImagePaintAlgorithmThread
 
pixels - Variable in class org.fraid.plugin.RawArrayPaintAlgorithmThread
 
planeToDate(Date, Date, double, double, double) - Static method in class org.fraid.graphics.utils.GraphicsUtils
planeToDate.
planeToFreqTime(Point) - Method in class org.fraid.plugin.beans.SpectrumPlugIn
 
planeToScreen(Dimension, DoublePoint, DoublePoint, DoublePoint, Point) - Static method in class org.fraid.graphics.utils.GraphicsUtils
Converts plane to screen coordinates.
play(NumberSequenceProducer, DoublePoint) - Method in class org.fraid.sound.midi.PlayMidiPanel
 
play() - Method in class org.fraid.sound.utils.PlaySoundController
 
play() - Method in class org.fraid.sound.utils.PlaySoundThread
 
PlayMidiPanel - Class in org.fraid.sound.midi
A simple panel with MIDI controls.
PlayMidiPanel() - Constructor for class org.fraid.sound.midi.PlayMidiPanel
 
playSound - Class in org.fraid.sound.sampled.functions
 
playSound() - Constructor for class org.fraid.sound.sampled.functions.playSound
 
PlaySoundController - Class in org.fraid.sound.utils
 
PlaySoundController(DefinedFunction) - Constructor for class org.fraid.sound.utils.PlaySoundController
Creates new form PlaySoundController
PlaySoundThread - Class in org.fraid.sound.utils
 
PlaySoundThread(PlaySoundController) - Constructor for class org.fraid.sound.utils.PlaySoundThread
 
PlaySoundThread.State - Enum in org.fraid.sound.utils
 
PlayText - Class in org.fraid.sound.midi
 
PlayText() - Constructor for class org.fraid.sound.midi.PlayText
 
PlayText(String) - Constructor for class org.fraid.sound.midi.PlayText
 
plot - Class in org.fraid.graphics.functions
 
plot() - Constructor for class org.fraid.graphics.functions.plot
 
plot2 - Class in org.fraid.graphics.functions
 
plot2() - Constructor for class org.fraid.graphics.functions.plot2
 
Plot2PlugIn - Class in org.fraid.plugin.beans
 
Plot2PlugIn() - Constructor for class org.fraid.plugin.beans.Plot2PlugIn
 
Plot2Thread - Class in org.fraid.plugin.algorithm
 
Plot2Thread(GraphicsUser, Plot2PlugIn) - Constructor for class org.fraid.plugin.algorithm.Plot2Thread
 
plot3 - Class in org.fraid.graphics.functions
 
plot3() - Constructor for class org.fraid.graphics.functions.plot3
 
plot3d - Class in org.fraid.graphics.functions
 
plot3d() - Constructor for class org.fraid.graphics.functions.plot3d
 
Plot3DPlugIn - Class in org.fraid.plugin.beans
 
Plot3DPlugIn() - Constructor for class org.fraid.plugin.beans.Plot3DPlugIn
 
Plot3DPlugIn.FakeGridVector - Class in org.fraid.plugin.beans
 
Plot3DPlugIn.FakeGridVector() - Constructor for class org.fraid.plugin.beans.Plot3DPlugIn.FakeGridVector
 
Plot3DThread - Class in org.fraid.plugin.algorithm
 
Plot3DThread(GraphicsUser, BehaviorBean) - Constructor for class org.fraid.plugin.algorithm.Plot3DThread
 
plot3f - Class in org.fraid.graphics.functions
 
plot3f() - Constructor for class org.fraid.graphics.functions.plot3f
 
Plot3FPlugIn - Class in org.fraid.plugin.beans
 
Plot3FPlugIn() - Constructor for class org.fraid.plugin.beans.Plot3FPlugIn
 
Plot3FThread - Class in org.fraid.plugin.algorithm
 
Plot3FThread(GraphicsUser, BehaviorBean) - Constructor for class org.fraid.plugin.algorithm.Plot3FThread
 
Plot3PlugIn - Class in org.fraid.plugin.beans
 
Plot3PlugIn() - Constructor for class org.fraid.plugin.beans.Plot3PlugIn
 
Plot3Thread - Class in org.fraid.plugin.algorithm
 
Plot3Thread(GraphicsUser, BehaviorBean) - Constructor for class org.fraid.plugin.algorithm.Plot3Thread
 
plotColor - Variable in class org.fraid.plugin.beans.AggregationPlotPlugIn
 
plotColor - Variable in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
 
plotColor - Variable in class org.fraid.plugin.beans.OrbitDiagramPlugIn
 
plotColor - Variable in class org.fraid.plugin.beans.PhasePlugIn
 
plotColor - Variable in class org.fraid.plugin.beans.Plot2PlugIn
 
plotColor - Variable in class org.fraid.plugin.beans.TransformPlugIn
 
plotColors - Variable in class org.fraid.plugin.beans.CobWebPlugIn
 
plotColors - Variable in class org.fraid.plugin.beans.Color3DPlugIn
 
plotColors - Variable in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
 
plotColors - Variable in class org.fraid.plugin.beans.FunctionPlotPlugIn
 
plotColors - Variable in class org.fraid.plugin.beans.IterFractPlugIn
 
plotColors - Variable in class org.fraid.plugin.beans.JuliaPlugIn
 
plotColors - Variable in class org.fraid.plugin.beans.MandelbrotPlugIn
 
plotColors - Variable in class org.fraid.plugin.beans.MapPlotPlugIn
 
plotColors - Variable in class org.fraid.plugin.beans.NewtonPlugIn
 
plotColors - Variable in class org.fraid.plugin.beans.Plot3DPlugIn
 
plotColors - Variable in class org.fraid.plugin.beans.PMChartPlugIn
 
plotColors - Variable in class org.fraid.plugin.beans.SpectrumPlugIn
 
plotCoordSystem - Variable in class org.fraid.plugin.beans.Plot3DPlugIn
 
plotMap - Class in org.fraid.graphics.functions
 
plotMap() - Constructor for class org.fraid.graphics.functions.plotMap
 
plotOption - Class in org.fraid.graphics.utils.functions
 
plotOption() - Constructor for class org.fraid.graphics.utils.functions.plotOption
 
plotSampledAsLines - Variable in class org.fraid.plugin.beans.FunctionPlotPlugIn
 
PlugInException - Exception in org.fraid.plugin
 
PlugInException(String) - Constructor for exception org.fraid.plugin.PlugInException
 
PlugInFactory - Class in org.fraid.plugin
A singleton which finds the appropriate plugin according to the name or XML descripption passed.
PlugInFactory() - Constructor for class org.fraid.plugin.PlugInFactory
 
PLUS - Static variable in interface org.fraid.interpreter.FraidConstants
 
pmChart - Class in org.fraid.projects.PredictionMarkets.functions
 
pmChart() - Constructor for class org.fraid.projects.PredictionMarkets.functions.pmChart
 
PMChartController - Class in org.fraid.projects.PredictionMarkets
 
PMChartController() - Constructor for class org.fraid.projects.PredictionMarkets.PMChartController
 
PMChartPlugIn - Class in org.fraid.plugin.beans
 
PMChartPlugIn() - Constructor for class org.fraid.plugin.beans.PMChartPlugIn
 
PMChartThread - Class in org.fraid.projects.PredictionMarkets
 
PMChartThread(GraphicsUser, BehaviorBean) - Constructor for class org.fraid.projects.PredictionMarkets.PMChartThread
 
Point3D - Class in org.fraid.graphics.utils
 
Point3D() - Constructor for class org.fraid.graphics.utils.Point3D
 
Point3D(int, int, int) - Constructor for class org.fraid.graphics.utils.Point3D
 
pointInterval - Variable in class org.fraid.plugin.beans.TransformPlugIn
 
polar(double, double) - Static method in class org.netlib.math.complex.Complex
Returns a Complex from a size and direction.
PosInf - Class in org.fraid.math.functions
 
PosInf() - Constructor for class org.fraid.math.functions.PosInf
 
postProcess() - Method in class org.fraid.function.GeneratorFunction
 
postProcess() - Method in class org.fraid.sound.sampled.functions.recordSound
 
pow(Complex, double) - Static method in class org.netlib.math.complex.Complex
Returns the Complex base raised to the power of the exponent.
pow(double, Complex) - Static method in class org.netlib.math.complex.Complex
Returns the base raised to the power of the Complex exponent.
pow(Complex, Complex) - Static method in class org.netlib.math.complex.Complex
Returns the Complex base raised to the power of the Complex exponent.
pow(Complex) - Method in class org.netlib.math.complex.Complex
Returns this Complex raised to the power of a Complex exponent.
pow2length(int) - Static method in class org.fraid.math.MathHelper
 
power - Class in org.fraid.complex.functions
 
power() - Constructor for class org.fraid.complex.functions.power
 
POWER - Static variable in interface org.fraid.interpreter.FraidConstants
 
PowerExpression() - Method in class org.fraid.interpreter.Fraid
 
predictionMarket - Class in org.fraid.projects.PredictionMarkets.functions
 
predictionMarket() - Constructor for class org.fraid.projects.PredictionMarkets.functions.predictionMarket
 
prelinkFunctionOrVariableNode(HashMap<String, Integer>) - Method in class org.fraid.interpreter.SimpleNode
This function will prepare a node if it is a variable or a function.
prepareSaveAs() - Method in class org.fraid.io.gui.FraidConsole
Helper.
prevCharIsCR - Variable in class org.fraid.interpreter.SimpleCharStream
 
prevCharIsCR - Variable in class org.fraid.sampled.parser.SimpleCharStream
 
prevCharIsLF - Variable in class org.fraid.interpreter.SimpleCharStream
 
prevCharIsLF - Variable in class org.fraid.sampled.parser.SimpleCharStream
 
preventMetaFromNesting(SimpleNode) - Static method in class org.fraid.interpreter.SimpleNode
 
PrincApplet - Class in org.fraid.tests
 
PrincApplet() - Constructor for class org.fraid.tests.PrincApplet
 
PrincFrame - Class in org.fraid.graphics
 
printAll() - Method in class org.fraid.utils.CommandLineManager
Prints what it has found on the command line.
printClassPath - Class in org.fraid.utils.functions
 
printClassPath() - Constructor for class org.fraid.utils.functions.printClassPath
 
printComplexArray(Complex[]) - Static method in class org.fraid.math.MathHelper
Test function.
printDebugMessage(String) - Method in class org.fraid.plugin.PaintAlgorithmThread
 
printDef - Class in org.fraid.utils.functions
 
printDef() - Constructor for class org.fraid.utils.functions.printDef
 
printDep - Class in org.fraid.utils.functions
 
printDep() - Constructor for class org.fraid.utils.functions.printDep
 
printFunctionNames - Variable in class org.fraid.plugin.beans.Color3DPlugIn
 
printFunctionNames - Variable in class org.fraid.plugin.beans.FunctionPlotPlugIn
 
printFunctionNames - Variable in class org.fraid.plugin.beans.Plot3DPlugIn
 
printGen - Class in org.fraid.utils.functions
 
printGen() - Constructor for class org.fraid.utils.functions.printGen
 
println(Object) - Method in class org.fraid.io.FraidPrintStream
 
println(String) - Method in class org.fraid.io.FraidPrintStream
 
printLoadSymbInfo(int, String) - Static method in class org.fraid.utils.CommandLineInitializer
Helper function.
printPlugins - Class in org.fraid.utils.functions
 
printPlugins() - Constructor for class org.fraid.utils.functions.printPlugins
 
printPrices() - Method in class org.fraid.projects.PredictionMarkets.MarketManager
 
printPrompt(PrintStream) - Static method in class org.fraid.io.FraidIO
Prints the next prompt.
printS - Class in org.fraid.utils.functions
 
printS() - Constructor for class org.fraid.utils.functions.printS
 
printTree - Class in org.fraid.utils.functions
 
printTree() - Constructor for class org.fraid.utils.functions.printTree
 
printTreeProcessingInfo(SimpleNode, String) - Static method in class org.fraid.interpreter.SimpleNode
 
printTreeProcessingInfo(String, String) - Static method in class org.fraid.interpreter.SimpleNode
 
printUnused() - Method in class org.fraid.utils.CommandLineManager
After you process the parameters you are interested in processing check with this, what extra parameters were passed (by mistake or whatever).
printWindowFunction - Class in org.fraid.graphics.utils.functions
 
printWindowFunction() - Constructor for class org.fraid.graphics.utils.functions.printWindowFunction
 
process() - Method in class org.fraid.interpreter.SimpleNode
After the parser builds the parse tree it calls process on the root (so process is called only once per expression).
processAndAttach(DefinedFunction, Complex[]) - Method in class org.fraid.function.DisconnectedGeneratorFunction
 
processAndAttach(Complex[]) - Method in class org.fraid.function.GeneratorFunction
 
processCoreArgs(Complex[]) - Method in class org.fraid.function.GraphicsFunction
 
processCoreArgs(Complex[]) - Method in class org.fraid.graphics.functions.iterFract
 
processCoreArgs(Complex[]) - Method in class org.fraid.graphics.functions.plot
 
processCoreArgs(Complex[]) - Method in class org.fraid.graphics.functions.plot2
 
processCoreArgs(Complex[]) - Method in class org.fraid.graphics.functions.plot3
 
processCoreArgs(Complex[]) - Method in class org.fraid.graphics.functions.spectrum
 
processCoreArgs(Complex[]) - Method in class org.fraid.graphics.functions.transform3
 
processData() - Method in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
 
processDependancy(ComplexFunction, Vector<ComplexFunction>, HashSet<ComplexFunction>) - Static method in class org.fraid.function.FunctionHelper
 
processFunction() - Method in class org.fraid.plugin.algorithm.SpectrumThread
 
processLoadUnload(String, boolean) - Method in class org.fraid.interpreter.symbtable.SymbolTable
Helper.
processLocationAndSizeArgs(Complex[]) - Method in class org.fraid.function.GraphicsFunction
 
processOtherCmdLineArgs(CommandLineManager) - Static method in class org.fraid.utils.CommandLineInitializer
If you need further command line processing subclass Utils and implement this method.
ProcessSingleLine() - Method in class org.fraid.interpreter.Fraid
Entry point for the interpreter.
ProcessStream() - Method in class org.fraid.interpreter.Fraid
Entry point for the interpreter.
ProgressStatistics - Class in org.fraid.plugin
 
ProgressStatistics(int, int) - Constructor for class org.fraid.plugin.ProgressStatistics
 
prompt - Static variable in class org.fraid.io.FraidIO
The prompt is handled by a separate stream to allow seamless logging and consoleless execution.
PROP_SAMPLE_PROPERTY - Static variable in class org.fraid.io.NewBean
 
pruneComputable(SimpleNode) - Static method in class org.fraid.interpreter.SimpleNode
 

Q

quad - Class in org.fraid.math.functions
 
quad() - Constructor for class org.fraid.math.functions.quad
 
quad(ComplexFunction, double, double, int) - Static method in class org.fraid.math.MathHelper
Test function.
query_f(String) - Static method in class org.fraid.Scripting
Query the symbol table for functions whose name starts with aFunctionNameLike.
query_w() - Static method in class org.fraid.ScriptingGraphics
Get a list of the currently open window numbers.

R

rand - Class in org.fraid.math.functions
 
rand() - Constructor for class org.fraid.math.functions.rand
 
random - Static variable in class org.fraid.math.MathHelper
Systemwide random generator.
randS - Class in org.fraid.sampled.functions
 
randS() - Constructor for class org.fraid.sampled.functions.randS
 
RawArrayPaintAlgorithmThread - Class in org.fraid.plugin
 
RawArrayPaintAlgorithmThread(GraphicsUser, BehaviorBean) - Constructor for class org.fraid.plugin.RawArrayPaintAlgorithmThread
 
re - Variable in class org.netlib.math.complex.Complex
 
re() - Method in class org.netlib.math.complex.Complex
Extracts the real part of a Complex as a double.
read(char[], int, int) - Method in class org.fraid.io.gui.BoxReader
The stream's read method.
read(char[], int, int) - Method in class org.fraid.io.gui.LineReader
 
read(char[], int, int) - Method in class org.fraid.io.TeeReader
 
read() - Method in class org.fraid.sound.sampled.FrAidAudioInputStream
 
read(byte[], int, int) - Method in class org.fraid.sound.sampled.FrAidAudioInputStream
 
readAll(AudioInputStream) - Static method in class org.fraid.sound.sampled.SampledSoundUtils
 
readChar() - Method in class org.fraid.interpreter.SimpleCharStream
 
readChar() - Method in class org.fraid.sampled.parser.SimpleCharStream
 
readFromStream(InputStream) - Static method in class org.fraid.graphics.utils.Model3D
 
readSoundFile(String, int) - Static method in class org.fraid.sound.sampled.SampledSoundUtils
 
real - Class in org.fraid.complex.functions
 
real() - Constructor for class org.fraid.complex.functions.real
 
real(double) - Static method in class org.netlib.math.complex.Complex
Returns a Complex representing a real number.
recalculate() - Method in class org.fraid.plugin.algorithm.Plot3DThread
 
recalculateAndRepaint() - Method in class org.fraid.graphics.GraphicsPanel
Recalculates and repaints the image.
recalculateAndRepaint() - Method in class org.fraid.graphics.GraphicsUser
Similar to repaint() but with recalculation of the whole image.
recalculateAndRepaint() - Method in class org.fraid.graphics.SaveToFileUser
 
recalculatePrices() - Method in class org.fraid.projects.PredictionMarkets.MarketManager
 
record() - Method in class org.fraid.sound.utils.RecordSoundController
 
record() - Method in class org.fraid.sound.utils.RecordSoundThread
 
RECORD_BUFFER_SIZE - Static variable in class org.fraid.sound.utils.RecordSoundThread
 
recordSound - Class in org.fraid.sound.sampled.functions
 
recordSound() - Constructor for class org.fraid.sound.sampled.functions.recordSound
 
RecordSoundController - Class in org.fraid.sound.utils
 
RecordSoundController(recordSound, int, int) - Constructor for class org.fraid.sound.utils.RecordSoundController
Creates new form RecordSoundController
RecordSoundThread - Class in org.fraid.sound.utils
 
RecordSoundThread(RecordSoundController, int) - Constructor for class org.fraid.sound.utils.RecordSoundThread
 
RecordSoundThread.State - Enum in org.fraid.sound.utils
 
refresh() - Method in class org.fraid.function.Transform
Checks if the user didn't change some defintion on which our transformation depends.
refreshTransforms() - Method in class org.fraid.plugin.algorithm.IterFractThread
 
refreshTransforms() - Method in class org.fraid.plugin.algorithm.Transform3Thread
 
regenerate() - Method in class org.fraid.function.DefinedFunction
 
regenerateData() - Method in class org.fraid.sound.utils.PlaySoundController
 
regenerateRegisteredFunction() - Method in class org.fraid.function.GeneratorFunction
 
register(GraphicsPanel) - Static method in class org.fraid.graphics.GraphicsStore
This is how the GraphicsPanels register themselves.
registerJuliaFunction(DoublePoint) - Method in class org.fraid.plugin.beans.MandelbrotPlugIn
 
registerPanel(PlayMidiPanel) - Static method in class org.fraid.sound.midi.MidiPanelFactory
 
registerPrivateKeyboardActions() - Method in class org.fraid.graphics.GraphicsPanel
 
ReInit(InputStream) - Method in class org.fraid.interpreter.Fraid
 
ReInit(InputStream, String) - Method in class org.fraid.interpreter.Fraid
 
ReInit(Reader) - Method in class org.fraid.interpreter.Fraid
 
ReInit(FraidTokenManager) - Method in class org.fraid.interpreter.Fraid
 
ReInit(SimpleCharStream) - Method in class org.fraid.interpreter.FraidTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.fraid.interpreter.FraidTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.fraid.interpreter.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class org.fraid.interpreter.SimpleCharStream
 
ReInit(Reader) - Method in class org.fraid.interpreter.SimpleCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class org.fraid.interpreter.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.fraid.interpreter.SimpleCharStream
 
ReInit(InputStream, String) - Method in class org.fraid.interpreter.SimpleCharStream
 
ReInit(InputStream) - Method in class org.fraid.interpreter.SimpleCharStream
 
ReInit(InputStream, String, int, int) - Method in class org.fraid.interpreter.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class org.fraid.interpreter.SimpleCharStream
 
reInit(OutputStream, OutputStream) - Method in class org.fraid.io.TeeOutpStream
 
reInit(Reader, OutputStream) - Method in class org.fraid.io.TeeReader
 
ReInit(InputStream) - Method in class org.fraid.sampled.parser.SamplesParser
 
ReInit(InputStream, String) - Method in class org.fraid.sampled.parser.SamplesParser
 
ReInit(Reader) - Method in class org.fraid.sampled.parser.SamplesParser
 
ReInit(SamplesParserTokenManager) - Method in class org.fraid.sampled.parser.SamplesParser
 
ReInit(SimpleCharStream) - Method in class org.fraid.sampled.parser.SamplesParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.fraid.sampled.parser.SamplesParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.fraid.sampled.parser.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class org.fraid.sampled.parser.SimpleCharStream
 
ReInit(Reader) - Method in class org.fraid.sampled.parser.SimpleCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class org.fraid.sampled.parser.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.fraid.sampled.parser.SimpleCharStream
 
ReInit(InputStream, String) - Method in class org.fraid.sampled.parser.SimpleCharStream
 
ReInit(InputStream) - Method in class org.fraid.sampled.parser.SimpleCharStream
 
ReInit(InputStream, String, int, int) - Method in class org.fraid.sampled.parser.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class org.fraid.sampled.parser.SimpleCharStream
 
REMARK - Static variable in class org.netlib.math.complex.Complex
 
remove(Integer) - Static method in class org.fraid.graphics.GraphicsStore
Remove the GraphicsPanel with the given number from the store.
remove(int) - Method in class org.fraid.plugin.beans.Plot3DPlugIn.FakeGridVector
 
removeAllElements() - Method in class org.fraid.plugin.beans.Plot3DPlugIn.FakeGridVector
 
removeChangeListener(ChangeListener) - Method in class org.fraid.function.DefinedFunction
 
removeChangeListener(ChangeListener) - Method in class org.fraid.function.DefinedFunctionCore
 
removeChangeListener(ChangeListener) - Method in class org.fraid.function.DefinedFunctionTreeCore
 
removeChangeListener(ChangeListener) - Method in class org.fraid.interpreter.SimpleNode
Removes a listener.
removeChangeListener(ChangeListener) - Method in class org.fraid.interpreter.symbtable.SymbolTable
Removes a previously added change listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.fraid.io.NewBean
 
rename(String) - Method in class org.fraid.function.DefinedFunction
 
rename - Class in org.fraid.utils.functions
 
rename() - Constructor for class org.fraid.utils.functions.rename
 
repaintAfterPlugInChange() - Method in class org.fraid.graphics.GraphicsPanel
Use when changing the plugin.
replaceLast - Variable in class org.fraid.plugin.beans.IterFractPlugIn
 
replaceLast - Variable in class org.fraid.plugin.beans.Transform3PlugIn
 
replaceLast - Variable in class org.fraid.plugin.beans.TransformPlugIn
 
requestAutoStop() - Method in class org.fraid.sound.utils.RecordSoundThread
 
requestPause() - Method in class org.fraid.sound.utils.PlaySoundThread
 
requestQuit() - Method in class org.fraid.sound.utils.PlaySoundThread
 
requestQuit() - Method in class org.fraid.sound.utils.RecordSoundThread
 
requestStop() - Method in class org.fraid.plugin.PaintAlgorithmThread
Allways do this when you close the owning window/user.
requestStop() - Method in class org.fraid.sound.utils.PlaySoundThread
 
requestStop() - Method in class org.fraid.sound.utils.RecordSoundThread
 
resetGlobals() - Method in class org.fraid.function.GraphicsFunction
 
resetInitial(Color[], int, int) - Method in class org.fraid.graphics.utils.ColorMapChooser
 
resetStandard() - Method in class org.fraid.graphics.utils.ColorMapChooser
 
resize - Static variable in class org.fraid.graphics.PaintMode
 
restart(Dimension) - Method in class org.fraid.plugin.PaintAlgorithmThread
The requirements changed, start over.
restoreOutputStreams() - Static method in class org.fraid.io.FraidIO
Restores all output streams.
resumeActivity() - Method in class org.fraid.sound.utils.PlaySoundThread
 
resumeActivity() - Method in class org.fraid.sound.utils.RecordSoundThread
 
reverseFilter - Class in org.fraid.sampled.functions
 
reverseFilter() - Constructor for class org.fraid.sampled.functions.reverseFilter
 
rewind() - Method in class org.fraid.sound.utils.PlaySoundThread
 
rk - Class in org.fraid.sampled.functions
 
rk() - Constructor for class org.fraid.sampled.functions.rk
 
rk1 - Class in org.fraid.sampled.functions
 
rk1() - Constructor for class org.fraid.sampled.functions.rk1
 
rotate3D(DoublePoint3D, DoublePoint3D, DoublePoint3D, double, double) - Static method in class org.fraid.math.MathHelper
 
round - Class in org.fraid.math.functions
 
round() - Constructor for class org.fraid.math.functions.round
 
run() - Method in class org.fraid.plugin.PaintAlgorithmThread
This is all an algorithm does.
run() - Method in class org.fraid.sound.utils.PlaySoundThread
 
run() - Method in class org.fraid.sound.utils.RecordSoundThread
 
RungeKuttaFunction - Class in org.fraid.function
This is a hack to make the differential equation plot listen to the variable changes.
RungeKuttaFunction(String) - Constructor for class org.fraid.function.RungeKuttaFunction
 

S

SampledSoundUtils - Class in org.fraid.sound.sampled
 
SampledSoundUtils() - Constructor for class org.fraid.sound.sampled.SampledSoundUtils
 
sampleL - Class in org.fraid.sampled.functions
 
sampleL() - Constructor for class org.fraid.sampled.functions.sampleL
 
sampleN - Class in org.fraid.sampled.functions
 
sampleN() - Constructor for class org.fraid.sampled.functions.sampleN
 
samples - Class in org.fraid.sampled.functions
 
samples() - Constructor for class org.fraid.sampled.functions.samples
 
Samples - Class in org.fraid.sampled
 
Samples() - Constructor for class org.fraid.sampled.Samples
Creates a new instance of Samples
Samples(double, double, Complex[]) - Constructor for class org.fraid.sampled.Samples
 
samples - Variable in class org.fraid.sampled.Samples
 
SamplesParser - Class in org.fraid.sampled.parser
 
SamplesParser(InputStream) - Constructor for class org.fraid.sampled.parser.SamplesParser
 
SamplesParser(InputStream, String) - Constructor for class org.fraid.sampled.parser.SamplesParser
 
SamplesParser(Reader) - Constructor for class org.fraid.sampled.parser.SamplesParser
 
SamplesParser(SamplesParserTokenManager) - Constructor for class org.fraid.sampled.parser.SamplesParser
 
SamplesParserConstants - Interface in org.fraid.sampled.parser
 
SamplesParserTokenManager - Class in org.fraid.sampled.parser
 
SamplesParserTokenManager(SimpleCharStream) - Constructor for class org.fraid.sampled.parser.SamplesParserTokenManager
 
SamplesParserTokenManager(SimpleCharStream, int) - Constructor for class org.fraid.sampled.parser.SamplesParserTokenManager
 
saveAsSound - Class in org.fraid.sound.sampled.functions
 
saveAsSound() - Constructor for class org.fraid.sound.sampled.functions.saveAsSound
 
saveMarket(File) - Method in class org.fraid.projects.PredictionMarkets.MarketManager
 
saveObject(File) - Method in class org.fraid.graphics.utils.SettingsEditor
Saves the object we are editing to file.
saveS - Class in org.fraid.sampled.functions
 
saveS() - Constructor for class org.fraid.sampled.functions.saveS
 
SaveToFileUser - Class in org.fraid.graphics
Extention to GraphicsUser which generates an image and saves it to a file.
SaveToFileUser(Dimension) - Constructor for class org.fraid.graphics.SaveToFileUser
 
saveToStream(OutputStream) - Method in class org.fraid.graphics.utils.Model3D
 
scale(double) - Method in class org.netlib.math.complex.Complex
Returns the Complex scaled by a real number.
sControllerActive - Static variable in class org.fraid.sound.utils.RecordSoundController
 
sCorrectVersion - Static variable in class org.fraid.graphics.GraphicsStore
Points to the particular instance which handles the requests.
sCounter - Static variable in class org.fraid.graphics.GraphicsStore
 
screenHeight - Variable in class org.fraid.plugin.PaintAlgorithmThread
 
screenToPlane(Dimension, DoublePoint, DoublePoint, Point, DoublePoint) - Static method in class org.fraid.graphics.utils.GraphicsUtils
Converts screen to plane coordinates.
screenWidth - Variable in class org.fraid.plugin.PaintAlgorithmThread
 
Scripting - Class in org.fraid
This is Fraid's scripting interface.
Scripting() - Constructor for class org.fraid.Scripting
 
ScriptingConsole - Class in org.fraid
This is the console part of Fraid's scripting interface.
ScriptingConsole() - Constructor for class org.fraid.ScriptingConsole
 
ScriptingGraphics - Class in org.fraid
This is the graphics part of Fraid's scripting interface.
ScriptingGraphics() - Constructor for class org.fraid.ScriptingGraphics
 
scroll - Static variable in class org.fraid.graphics.PaintMode
 
scrollOffscreen(int, int) - Method in class org.fraid.graphics.GraphicsPanel
Scrolls the offscreen image and starts recalculation with the new values.
sec - Class in org.fraid.complex.functions
 
sec() - Constructor for class org.fraid.complex.functions.sec
 
sec() - Method in class org.netlib.math.complex.Complex
Returns the secant of a Complex number.
second_vertex - Variable in class org.fraid.graphics.utils.FigureEdge
 
SemanticException - Exception in org.fraid.interpreter
 
SemanticException() - Constructor for exception org.fraid.interpreter.SemanticException
 
SemanticException(String) - Constructor for exception org.fraid.interpreter.SemanticException
 
sendContent(String) - Method in class org.fraid.io.gui.BoxReader
Send the buffer's content.
sendListenDataToController(byte[]) - Method in class org.fraid.sound.utils.RecordSoundThread
 
sendRecordDataToController(byte[]) - Method in class org.fraid.sound.utils.RecordSoundThread
 
separateFunctions() - Method in class org.fraid.plugin.algorithm.FunctionPlotThread
 
set_first(int) - Method in class org.fraid.graphics.utils.FigureEdge
 
set_second(int) - Method in class org.fraid.graphics.utils.FigureEdge
 
setAdditionalFormula(String) - Method in class org.fraid.projects.PredictionMarkets.Market
 
setAlgorithm(PaintAlgorithmThread) - Method in class org.fraid.graphics.GraphicsUser
Sets the pain thread (do not use directly).
setArgumentsDescription(HashMap<String, Integer>) - Method in class org.fraid.function.DefinedFunction
 
setAutoScale(boolean) - Method in class org.fraid.plugin.BehaviorBean
Set the AutoScale value.
setAutoscaleHorizontal(boolean) - Method in class org.fraid.plugin.beans.FunctionPlotPlugIn
Setter for property autoscaleHorizontal.
setBackgroundColor(Color) - Method in class org.fraid.plugin.BehaviorBean
Set the BackgroundColor value.
setBottomRight(DoublePoint) - Method in class org.fraid.plugin.BehaviorBean
Set the BottomRight value.
setButtonsToListening() - Method in class org.fraid.sound.utils.RecordSoundController
 
setButtonsToRecording() - Method in class org.fraid.sound.utils.RecordSoundController
 
setButtonsToStarted() - Method in class org.fraid.sound.utils.PlaySoundController
 
setButtonsToStopped() - Method in class org.fraid.sound.utils.PlaySoundController
 
setButtonsToStopped() - Method in class org.fraid.sound.utils.RecordSoundController
 
setConsoleNotify(CloseListener) - Method in class org.fraid.io.IOStructure
Set the ConsoleNotify value.
setCorrectionAmount(double) - Method in class org.fraid.plugin.beans.FunctionPlotPlugIn
 
setCounterValue(int) - Method in class org.fraid.sound.utils.RecordSoundController
 
setDebugMode(boolean) - Static method in class org.fraid.utils.functions.debug
Sets debug mode on or off;
setDebugParser(boolean) - Static method in class org.fraid.utils.Utils
Sets debug mode on or off;
setDebugStream(PrintStream) - Method in class org.fraid.interpreter.FraidTokenManager
 
setDebugStream(PrintStream) - Method in class org.fraid.sampled.parser.SamplesParserTokenManager
 
setDelay_ms(int) - Method in class org.fraid.plugin.beans.IterFractPlugIn
Set the Delay_ms value.
setDelay_ms(int) - Method in class org.fraid.plugin.beans.TransformPlugIn
Set the Delay_ms value.
setDeltaDenominator(double) - Method in class org.fraid.plugin.beans.PhasePlugIn
Set the DeltaDenominator value.
setDeltaDenominator(int) - Method in class org.fraid.plugin.beans.Plot2PlugIn
Set the DeltaDenominator value.
setDeltaDenominator(int) - Method in class org.fraid.plugin.beans.Plot3PlugIn
Set the DeltaDenominator value.
setDirectionFieldColor(Color) - Method in class org.fraid.plugin.beans.PhasePlugIn
Set the DirectionFieldColor value.
setDistanceBetweenStartPoints(int) - Method in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
Set the DistanceBetweenStartPoints value.
setDistanceBetweenVectors(int) - Method in class org.fraid.plugin.beans.PhasePlugIn
Set the DistanceBetweenVectors value.
setEdges(FigureEdge[]) - Method in class org.fraid.graphics.utils.Model3D
 
setEndValue(double) - Method in class org.fraid.plugin.beans.PhasePlugIn
Set the EndValue value.
setEndValue(double) - Method in class org.fraid.plugin.beans.Plot2PlugIn
Set the EndValue value.
setEndValue(double) - Method in class org.fraid.plugin.beans.Plot3PlugIn
Set the EndValue value.
setEndX(double) - Method in class org.fraid.plugin.beans.Plot3FPlugIn
Set the EndX value.
setEndY(double) - Method in class org.fraid.plugin.beans.Plot3FPlugIn
Set the EndY value.
setErr(PrintStream) - Method in class org.fraid.io.IOStructure
Set the Err value.
setExecutionParameters(String) - Static method in enum org.fraid.utils.ExecutionMode
 
setFileNameAndTitle() - Method in class org.fraid.io.gui.FraidConsole
Helper.
setFrameSize(Dimension) - Method in class org.fraid.plugin.BehaviorBean
Set the FrameSize value.
setFunctionDependentData(Samples) - Method in class org.fraid.sound.utils.PlaySoundController
 
setFunctions(Vector) - Method in class org.fraid.function.RungeKuttaFunction
 
setFunctionsEvalMode(SimpleNode) - Static method in class org.fraid.interpreter.SimpleNode
 
setGenerator(GeneratorFunction) - Method in class org.fraid.function.DefinedFunction
 
setGraphicsPanel(GraphicsUser) - Method in class org.fraid.plugin.beans.AggregationPlotPlugIn
 
setGraphicsPanel(GraphicsUser) - Method in class org.fraid.plugin.beans.CobWebPlugIn
 
setGraphicsPanel(GraphicsUser) - Method in class org.fraid.plugin.beans.Color3DPlugIn
 
setGraphicsPanel(GraphicsUser) - Method in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
 
setGraphicsPanel(GraphicsUser) - Method in class org.fraid.plugin.beans.FunctionPlotPlugIn
 
setGraphicsPanel(GraphicsUser) - Method in class org.fraid.plugin.beans.IterFractPlugIn
 
setGraphicsPanel(GraphicsUser) - Method in class org.fraid.plugin.beans.JuliaPlugIn
 
setGraphicsPanel(GraphicsUser) - Method in class org.fraid.plugin.beans.MandelbrotPlugIn
 
setGraphicsPanel(GraphicsUser) - Method in class org.fraid.plugin.beans.MapPlotPlugIn
 
setGraphicsPanel(GraphicsUser) - Method in class org.fraid.plugin.beans.NewtonPlugIn
 
setGraphicsPanel(GraphicsUser) - Method in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
 
setGraphicsPanel(GraphicsUser) - Method in class org.fraid.plugin.beans.OrbitDiagramPlugIn
 
setGraphicsPanel(GraphicsUser) - Method in class org.fraid.plugin.beans.PhasePlugIn
 
setGraphicsPanel(GraphicsUser) - Method in class org.fraid.plugin.beans.Plot2PlugIn
 
setGraphicsPanel(GraphicsUser) - Method in class org.fraid.plugin.beans.Plot3DPlugIn
 
setGraphicsPanel(GraphicsUser) - Method in class org.fraid.plugin.beans.Plot3FPlugIn
 
setGraphicsPanel(GraphicsUser) - Method in class org.fraid.plugin.beans.Plot3PlugIn
 
setGraphicsPanel(GraphicsUser) - Method in class org.fraid.plugin.beans.PMChartPlugIn
 
setGraphicsPanel(GraphicsUser) - Method in class org.fraid.plugin.beans.SpectrumPlugIn
 
setGraphicsPanel(GraphicsUser) - Method in class org.fraid.plugin.beans.Transform3PlugIn
 
setGraphicsPanel(GraphicsUser) - Method in class org.fraid.plugin.beans.TransformPlugIn
 
setGraphicsPanel(GraphicsUser) - Method in class org.fraid.plugin.BehaviorBean
See superclass.
setGraphicsPanel(GraphicsUser) - Method in interface org.fraid.plugin.BehaviorBeanInterface
Do not use this directly! The initialization is user->plugin->algorithm->user (starts with GraphicsUser.setPlugIn ).
setGraphicsPanelNoThread(GraphicsUser) - Method in class org.fraid.plugin.beans.Plot3DPlugIn
 
setGridColor(Color) - Method in class org.fraid.plugin.BehaviorBean
Set the GridColor value.
setGridMark - Class in org.fraid.graphics.utils.functions
 
setGridMark() - Constructor for class org.fraid.graphics.utils.functions.setGridMark
 
setGridSize(double) - Method in class org.fraid.plugin.beans.Plot3FPlugIn
Set the GridSize value.
setGridSmoothness(int) - Method in class org.fraid.plugin.beans.Plot3FPlugIn
Set the GridSmoothness value.
setIn(Reader) - Method in class org.fraid.io.IOStructure
Set the In value.
setInApplet() - Static method in enum org.fraid.utils.ExecutionMode
 
setInfo(PrintStream) - Method in class org.fraid.io.IOStructure
Set the Info value.
setInitialValues(DefinedFunction[]) - Method in class org.fraid.function.RungeKuttaFunction
 
setInitialZoomMousePosition(Point) - Method in class org.fraid.graphics.GraphicsPanel
Sets the start position of the zooming region.
setIsCustom(boolean) - Method in class org.fraid.projects.PredictionMarkets.Market
 
setIterate(boolean) - Method in class org.fraid.plugin.beans.IterFractPlugIn
Set the Iterate value.
setIterate(boolean) - Method in class org.fraid.plugin.beans.TransformPlugIn
Set the Iterate value.
setIterationsLimit(int) - Method in class org.fraid.plugin.beans.JuliaPlugIn
Set the IterationsLimit value.
setIterationsLimit(int) - Method in class org.fraid.plugin.beans.MandelbrotPlugIn
Set the IterationsLimit value.
setIterationsLimit(int) - Method in class org.fraid.plugin.beans.NewtonPlugIn
Set the IterationsLimit value.
setLength(DefinedFunction) - Method in class org.fraid.function.RungeKuttaFunction
 
setLimits(DoublePoint, DoublePoint) - Method in class org.fraid.plugin.BehaviorBean
Sets the corners and checks for consistency.
setLiterPerHundredKm(boolean) - Method in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
Set the LiterPerHundredKm value.
setLocation(double, double, double) - Method in class org.fraid.graphics.utils.DoublePoint3D
 
setLocation(int, int, int) - Method in class org.fraid.graphics.utils.Point3D
 
setLocation(double, double) - Method in class org.fraid.math.DoublePoint
 
setLogFileStream(String) - Static method in class org.fraid.io.FraidIO
Sets the logFileName.
setM_mapColors(Color[]) - Method in class org.fraid.graphics.utils.ColorMap
Set the M_mapColors value.
setM_seedColors(Color[]) - Method in class org.fraid.graphics.utils.ColorMap
Set the M_seedColors value.
setM_type(int) - Method in class org.fraid.graphics.utils.ColorMap
Set the M_type value.
setMagnification(int) - Method in class org.fraid.plugin.beans.SpectrumPlugIn
 
setManualStartPoints(Vector<DoublePoint>) - Method in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
Set the ManualStartPoints value.
setName(String) - Method in class org.fraid.function.ComplexFunction
 
setName(String) - Method in class org.fraid.projects.PredictionMarkets.Market
 
setName(String) - Method in class org.fraid.projects.PredictionMarkets.Stock
 
setNodeInfo(Object, Field) - Method in class org.fraid.graphics.utils.SettingsEditor
Adjusts the GUI for the selected field.
setNotifyListeners(boolean) - Method in class org.fraid.interpreter.Fraid
 
setNumberGridMarkerDigitsX(int) - Method in class org.fraid.plugin.BehaviorBean
Set the NumberGridMarkerDigitsX value.
setNumberGridMarkerDigitsY(int) - Method in class org.fraid.plugin.BehaviorBean
Set the NumberGridMarkerDigitsY value.
setNumberOfArguments(int) - Method in class org.fraid.function.ComplexFunction
 
setNumberOfIterations(int) - Method in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
Set the numberOfIterations value.
setNumberOfIterations(int) - Method in class org.fraid.plugin.beans.OrbitDiagramPlugIn
Set the NumberOfIterations value.
setObject(Object, File) - Method in class org.fraid.graphics.utils.SettingsEditor
After the object to edit is identified this method sets the GUI.
setOffscreenImage(BufferedImage) - Method in class org.fraid.graphics.GraphicsPanel
Used by the PaintAlgorithmThread to set the generated image after it is done.
setOffscreenImage(int[]) - Method in class org.fraid.graphics.GraphicsPanel
Used by the PaintAlgorithmThread to set the generated image after it is done.
setOffscreenImage(BufferedImage) - Method in class org.fraid.graphics.GraphicsUser
If the subclasses support offscreen image this method sets it.
setOffscreenImage(int[]) - Method in class org.fraid.graphics.GraphicsUser
If the subclasses support offscreen image this method sets it.
setOffscreenImage(BufferedImage) - Method in class org.fraid.graphics.SaveToFileUser
 
setOffscreenImage(int[]) - Method in class org.fraid.graphics.SaveToFileUser
 
setOffScreenOrigin(int, int) - Method in class org.fraid.graphics.GraphicsPanel
Sets the upper left corner of the plotting area to point where it should.
setOffScreenOrigin(int, int) - Method in class org.fraid.graphics.GraphicsUser
Implemented by subclasses which support scrolling the image.
setOffScreenOrigin(int, int) - Method in class org.fraid.graphics.SaveToFileUser
 
setOut(PrintStream) - Method in class org.fraid.io.IOStructure
Set the Out value.
setOutputStream(FraidPrintStream, OutputStream) - Static method in class org.fraid.io.FraidIO
Redirects a FrAid output stream.
setOutputStream(OutputStream) - Method in class org.fraid.io.FraidPrintStream
 
setOverlap(int) - Method in class org.fraid.plugin.beans.SpectrumPlugIn
 
setOwner(DefinedFunction) - Method in class org.fraid.function.DefinedFunctionCore
 
setOwner(JDialog) - Method in class org.fraid.graphics.SaveToFileUser
 
setParameterDependentData(int) - Method in class org.fraid.sound.utils.RecordSoundController
 
setParameters() - Method in class org.fraid.sound.sampled.functions.recordSound
 
setPeers(RungeKuttaFunction[]) - Method in class org.fraid.function.RungeKuttaFunction
 
setPlotColor(Color) - Method in class org.fraid.plugin.beans.AggregationPlotPlugIn
Set the PlotColor value.
setPlotColor(Color) - Method in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
Set the PlotColor value.
setPlotColor(Color) - Method in class org.fraid.plugin.beans.OrbitDiagramPlugIn
Set the PlotColor value.
setPlotColor(Color) - Method in class org.fraid.plugin.beans.PhasePlugIn
Set the PlotColor value.
setPlotColor(Color) - Method in class org.fraid.plugin.beans.Plot2PlugIn
Set the PlotColor value.
setPlotColor(Color) - Method in class org.fraid.plugin.beans.TransformPlugIn
Set the PlotColors value.
setPlotColors(ColorMap) - Method in class org.fraid.plugin.beans.CobWebPlugIn
Set the PlotColors value.
setPlotColors(ColorMap) - Method in class org.fraid.plugin.beans.Color3DPlugIn
Set the PlotColors value.
setPlotColors(ColorMap) - Method in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
Set the PlotColors value.
setPlotColors(ColorMap) - Method in class org.fraid.plugin.beans.FunctionPlotPlugIn
Set the PlotColors value.
setPlotColors(ColorMap) - Method in class org.fraid.plugin.beans.IterFractPlugIn
Set the PlotColors value.
setPlotColors(ColorMap) - Method in class org.fraid.plugin.beans.JuliaPlugIn
Set the PlotColors value.
setPlotColors(ColorMap) - Method in class org.fraid.plugin.beans.MandelbrotPlugIn
Set the PlotColors value.
setPlotColors(ColorMap) - Method in class org.fraid.plugin.beans.MapPlotPlugIn
Set the PlotColors value.
setPlotColors(ColorMap) - Method in class org.fraid.plugin.beans.NewtonPlugIn
Set the PlotColors value.
setPlotColors(ColorMap) - Method in class org.fraid.plugin.beans.Plot3DPlugIn
Set the PlotColors value.
setPlotColors(ColorMap) - Method in class org.fraid.plugin.beans.PMChartPlugIn
Set the PlotColors value.
setPlotColors(ColorMap) - Method in class org.fraid.plugin.beans.SpectrumPlugIn
Set the PlotColors value.
setPlotCoordSystem(boolean) - Method in class org.fraid.plugin.beans.Plot3DPlugIn
Set the PlotCoordSystem value.
setPlotSampledAsLines(boolean) - Method in class org.fraid.plugin.beans.FunctionPlotPlugIn
Setter for property plotSampledAsLines.
setPlugIn(String) - Method in class org.fraid.graphics.GraphicsPanel
The method used to initialize the tripple GraphicsPanel - BehaviourPlugIn - PaintAlgorithmThread.
setPlugIn(String) - Method in class org.fraid.graphics.GraphicsUser
The method used to initialize the tripple GraphicsPanel - BehaviourPlugIn - PaintAlgorithmThread.
setPlugIn(BehaviorBean) - Method in class org.fraid.graphics.GraphicsUser
The method used to set the plugin after BehaviourPlugInAdapter#clone().
setPlugIn(PMChartPlugIn) - Method in class org.fraid.projects.PredictionMarkets.PMChartController
 
setPlugInName(String) - Method in class org.fraid.function.GraphicsFunction
 
setPointInterval(int) - Method in class org.fraid.plugin.beans.TransformPlugIn
Set the PointInterval value.
setPostfixFormula(String) - Method in class org.fraid.projects.PredictionMarkets.Market
 
setPrefixFormula(String) - Method in class org.fraid.projects.PredictionMarkets.Market
 
setPrice(double) - Method in class org.fraid.projects.PredictionMarkets.Stock
 
setPrintFunctionNames(boolean) - Method in class org.fraid.plugin.beans.Color3DPlugIn
Set the PrintFunctionNames value.
setPrintFunctionNames(boolean) - Method in class org.fraid.plugin.beans.FunctionPlotPlugIn
Set the PrintFunctionNames value.
setPrintFunctionNames(boolean) - Method in class org.fraid.plugin.beans.Plot3DPlugIn
Set the PrintFunctionNames value.
setPrompt(PrintStream) - Method in class org.fraid.io.IOStructure
Set the Prompt value.
setQuantity(int) - Method in class org.fraid.projects.PredictionMarkets.Stock
 
setRegenerationFlag() - Method in class org.fraid.function.DefinedFunction
 
setRegenerationFlag() - Method in class org.fraid.function.DefinedFunctionCore
 
setRegisteredFunction(DefinedFunction) - Method in class org.fraid.function.GeneratorFunction
 
setReplaceLast(boolean) - Method in class org.fraid.plugin.beans.IterFractPlugIn
Set the ReplaceLast value.
setReplaceLast(boolean) - Method in class org.fraid.plugin.beans.Transform3PlugIn
Set the ReplaceLast value.
setReplaceLast(boolean) - Method in class org.fraid.plugin.beans.TransformPlugIn
Set the ReplaceLast value.
setRoot(SimpleNode) - Method in class org.fraid.function.DefinedFunction
 
setRoot(SimpleNode) - Method in class org.fraid.function.DefinedFunctionTreeCore
 
setSampleProperty(String) - Method in class org.fraid.io.NewBean
 
setSamples(Samples) - Method in class org.fraid.function.DefinedFunction
 
setSamples(Complex[]) - Method in class org.fraid.sampled.Samples
Setter for property samples.
setSamples(Samples) - Method in class org.fraid.sound.sampled.functions.recordSound
 
setSettleNumber(int) - Method in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
Set the SettleNumber value.
setSettleNumber(int) - Method in class org.fraid.plugin.beans.OrbitDiagramPlugIn
Set the SettleNumber value.
setSizeAt(int, int, int) - Static method in class org.fraid.graphics.GraphicsStore
resize the window with the given id.
setSmoothing(int) - Static method in class org.fraid.math.MathHelper
Sets the MathHelper.smoothing value.
setSmoothness(int) - Method in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
Set the Smoothness value.
setStart(double) - Method in class org.fraid.sampled.Samples
Setter for property start.
setStartPoint(Point) - Method in class org.fraid.plugin.algorithm.CobWebThread
 
setStartPoint(Point) - Method in class org.fraid.plugin.algorithm.MapPlotThread
 
setStartPoint(DoublePoint) - Method in class org.fraid.plugin.beans.AggregationPlotPlugIn
Set the StartPoint value.
setStartPoint(DoublePoint) - Method in class org.fraid.plugin.beans.CobWebPlugIn
Set the StartPoint value.
setStartPoint(DoublePoint) - Method in class org.fraid.plugin.beans.JuliaPlugIn
Set the StartPoint value.
setStartPoint(DoublePoint) - Method in class org.fraid.plugin.beans.MandelbrotPlugIn
Set the StartPoint value.
setStartPoint(DoublePoint) - Method in class org.fraid.plugin.beans.NewtonPlugIn
Set the StartPoint value.
setStartPoint(DoublePoint) - Method in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
Set the StartPoint value.
setStartPoint(DoublePoint) - Method in class org.fraid.plugin.beans.OrbitDiagramPlugIn
Set the StartPoint value.
setStartValue(double) - Method in class org.fraid.plugin.beans.MapPlotPlugIn
Set the StartValue value.
setStartValue(double) - Method in class org.fraid.plugin.beans.PhasePlugIn
Set the StartValue value.
setStartValue(double) - Method in class org.fraid.plugin.beans.Plot2PlugIn
Set the StartValue value.
setStartValue(double) - Method in class org.fraid.plugin.beans.Plot3PlugIn
Set the StartValue value.
setStartX(double) - Method in class org.fraid.plugin.beans.Plot3FPlugIn
Set the StartX value.
setStartY(double) - Method in class org.fraid.plugin.beans.Plot3FPlugIn
Set the StartY value.
setState(int) - Method in class org.fraid.graphics.utils.CornerButton
 
setStep(double) - Method in class org.fraid.sampled.Samples
Setter for property step.
setSteps(int) - Method in class org.fraid.plugin.beans.IterFractPlugIn
Set the Steps value.
setSteps(int) - Method in class org.fraid.plugin.beans.Transform3PlugIn
Set the Steps value.
setSteps(int) - Method in class org.fraid.plugin.beans.TransformPlugIn
Set the Steps value.
setStockFormula(String) - Method in class org.fraid.projects.PredictionMarkets.Market
 
setStocks(Vector<Stock>) - Method in class org.fraid.projects.PredictionMarkets.Market
 
setStop() - Method in class org.fraid.graphics.GraphicsPanel
Called by the PaintAlgorithmThread to set the CornerButton to stop when calculations start.
setStop() - Method in class org.fraid.graphics.GraphicsUser
A method used by all subclasses which have a stop button.
setStop() - Method in class org.fraid.graphics.SaveToFileUser
 
setSymbols(String[]) - Method in class org.fraid.interpreter.symbtable.StaticSymbols
 
setTabSize(int) - Method in class org.fraid.interpreter.SimpleCharStream
 
setTabSize(int) - Method in class org.fraid.sampled.parser.SimpleCharStream
 
setText(String) - Method in class org.fraid.interpreter.SimpleNode
Setter for the mText member.
setThreadNames() - Method in class org.fraid.graphics.GraphicsPanel
 
setThreshold(double) - Method in class org.fraid.plugin.beans.JuliaPlugIn
Set the Threshold value.
setThreshold(double) - Method in class org.fraid.plugin.beans.MandelbrotPlugIn
Set the Threshold value.
setThreshold(double) - Method in class org.fraid.plugin.beans.NewtonPlugIn
Set the Threshold value.
setTimeBegin(DefinedFunction) - Method in class org.fraid.function.RungeKuttaFunction
 
setTimeEnd(DefinedFunction) - Method in class org.fraid.function.RungeKuttaFunction
 
setTimeLength(double) - Method in class org.fraid.plugin.beans.PhasePlugIn
Set the TimeLength value.
SettingsEditor - Class in org.fraid.graphics.utils
A program for settings maintainance.
SettingsEditor(String, Component) - Constructor for class org.fraid.graphics.utils.SettingsEditor
Opens for editing a serialized object.
SettingsEditor(Object, Component) - Constructor for class org.fraid.graphics.utils.SettingsEditor
Opens for editing an object in the memory.
settleNumber - Variable in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
 
settleNumber - Variable in class org.fraid.plugin.beans.OrbitDiagramPlugIn
 
setTotal(double) - Method in class org.fraid.projects.PredictionMarkets.Stock
 
setTransform(Transform) - Method in class org.fraid.plugin.algorithm.IterFractThread
 
setTransform(Transform) - Method in class org.fraid.plugin.algorithm.Transform3Thread
 
setTransform(Transform) - Method in interface org.fraid.plugin.TransformPlot
 
setUpperLeft(DoublePoint) - Method in class org.fraid.plugin.BehaviorBean
Set the UpperLeft value.
setVariable(DefinedFunction) - Method in class org.fraid.graphics.utils.VariableController
 
setVectorDenominator(double) - Method in class org.fraid.plugin.beans.PhasePlugIn
Set the VectorDenominator value.
setVertices(Vector<DoublePoint3D[]>) - Method in class org.fraid.graphics.utils.Model3D
 
setWebColors(ColorMap) - Method in class org.fraid.plugin.beans.CobWebPlugIn
Set the WebColors value.
setX(double) - Method in class org.fraid.math.DoublePoint
 
setXyAngleInRad(double) - Method in class org.fraid.plugin.beans.Plot3DPlugIn
Set the XyAngleInRad value.
setXzAngleInRad(double) - Method in class org.fraid.plugin.beans.Plot3DPlugIn
Set the XzAngleInRad value.
setY(double) - Method in class org.fraid.math.DoublePoint
 
setZ(double) - Method in class org.fraid.graphics.utils.DoublePoint3D
 
setZ(int) - Method in class org.fraid.graphics.utils.Point3D
 
sExitCalled - Static variable in class org.fraid.graphics.GraphicsStore
Internal flag which tels it to call System.exit() when the store gets empty (last GraphicsPanel is closed).
sHiddenFunctionNamePrefix - Static variable in class org.fraid.interpreter.SimpleNode
 
sHiddenFunctionNextIndex - Static variable in class org.fraid.interpreter.SimpleNode
Internal counter for forming hidden function names.
showAll(Complex[]) - Static method in class org.fraid.graphics.utils.VariableController
 
showAt(int, int, int) - Static method in class org.fraid.graphics.GraphicsStore
Make the GraphicsPanel with the given number visible.
showDialog(Dialog) - Method in class org.fraid.graphics.SaveToFileUser
 
showDialog(DefinedFunction) - Static method in class org.fraid.graphics.utils.VariableController
 
showDialog() - Method in class org.fraid.io.FraidPrintStream
 
showDialog() - Method in class org.fraid.io.gui.BoxReader
Show a dialog with a BoxReader.
showDialog() - Method in class org.fraid.io.gui.DialogOutpStream
Shows the dialog if it is invisible.
showDialog() - Method in class org.fraid.io.gui.LineReader
 
showDialog(Vector<DefinedFunction>) - Static method in class org.fraid.sound.utils.PlaySoundController
 
showDialog() - Method in class org.fraid.sound.utils.RecordSoundController
 
showFrame(int, int) - Method in class org.fraid.graphics.PrincFrame
 
shrotS - Class in org.fraid.sampled.functions
 
shrotS() - Constructor for class org.fraid.sampled.functions.shrotS
 
sign - Class in org.fraid.math.functions
 
sign() - Constructor for class org.fraid.math.functions.sign
 
SIMPLE_NUMBER - Static variable in interface org.fraid.interpreter.FraidConstants
 
SIMPLE_NUMBER - Static variable in interface org.fraid.sampled.parser.SamplesParserConstants
 
SimpleCharStream - Class in org.fraid.interpreter
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.fraid.interpreter.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class org.fraid.interpreter.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class org.fraid.interpreter.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.fraid.interpreter.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.fraid.interpreter.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.fraid.interpreter.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class org.fraid.interpreter.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class org.fraid.interpreter.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class org.fraid.interpreter.SimpleCharStream
 
SimpleCharStream - Class in org.fraid.sampled.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.fraid.sampled.parser.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class org.fraid.sampled.parser.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class org.fraid.sampled.parser.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.fraid.sampled.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.fraid.sampled.parser.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.fraid.sampled.parser.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class org.fraid.sampled.parser.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class org.fraid.sampled.parser.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class org.fraid.sampled.parser.SimpleCharStream
 
SimpleNode - Class in org.fraid.interpreter
A SimpleNode is generated for each token found in the FrAid input stream.
SimpleNode(int) - Constructor for class org.fraid.interpreter.SimpleNode
Create a node of the given type
SimpleNode(Fraid, int) - Constructor for class org.fraid.interpreter.SimpleNode
Create a node from the given type and with the given parser.
SimpleNode(Complex) - Constructor for class org.fraid.interpreter.SimpleNode
Create a node of type JJTIMAGINARYNUMBER.
SimpleNode(double, double) - Constructor for class org.fraid.interpreter.SimpleNode
 
SimpleNode(String) - Constructor for class org.fraid.interpreter.SimpleNode
Create a node of type JJTSTRING.
SimpleNode(ComplexFunction) - Constructor for class org.fraid.interpreter.SimpleNode
Create a node of type JJTFUNCTIONCALL.
SimpleNode(SimpleNode) - Constructor for class org.fraid.interpreter.SimpleNode
Copy constructor.
SimpleNode.FunctionEvaluationType - Enum in org.fraid.interpreter
 
sin - Class in org.fraid.complex.functions
 
sin() - Constructor for class org.fraid.complex.functions.sin
 
sin() - Method in class org.netlib.math.complex.Complex
Returns the sine of a Complex number.
singleArgArgDescription - Static variable in class org.fraid.function.FunctionHelper
 
sinh - Class in org.fraid.complex.functions
 
sinh() - Constructor for class org.fraid.complex.functions.sinh
 
sinh() - Method in class org.netlib.math.complex.Complex
Returns the hyperbolic sine of a Complex number.
sIsDebugMode - Static variable in class org.fraid.utils.functions.debug
Indicator if debug mode is used.
sIsDebugParser - Static variable in class org.fraid.utils.Utils
Indicator if debug parser is used.
size() - Method in class org.fraid.plugin.beans.Plot3DPlugIn.FakeGridVector
 
size_w(int) - Static method in class org.fraid.ScriptingGraphics
Get the size of window number aWindowNumber.
size_w(int, int, int) - Static method in class org.fraid.ScriptingGraphics
Set the size of window number aWindowNumber.
sJarFileName - Static variable in class org.fraid.utils.InstallPredMkt
 
sJarFileName - Static variable in class org.fraid.utils.InstallSrc
 
sJarFileName - Static variable in class org.fraid.utils.InstallUtils
 
skipResize - Static variable in class org.fraid.graphics.PaintMode
 
sKmPerMile - Static variable in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
 
sleep - Class in org.fraid.utils.functions
 
sleep() - Constructor for class org.fraid.utils.functions.sleep
 
SliderPanel - Class in org.fraid.graphics
The wrapper panel for a GraphicsPanel.
SliderPanel(Component) - Constructor for class org.fraid.graphics.SliderPanel
Creates a new SliderPanel instance.
sLitersPerGallon - Static variable in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
 
sLiveControllers - Static variable in class org.fraid.graphics.utils.VariableController
 
SMALLER - Static variable in interface org.fraid.interpreter.FraidConstants
 
smaller - Class in org.fraid.math.functions
 
smaller() - Constructor for class org.fraid.math.functions.smaller
 
SMALLER_OR_EQ - Static variable in interface org.fraid.interpreter.FraidConstants
 
smallerorequal - Class in org.fraid.math.functions
 
smallerorequal() - Constructor for class org.fraid.math.functions.smallerorequal
 
smoothing - Static variable in class org.fraid.math.MathHelper
The parameter which determines how smooth the lagrangeHermite approximation will be arround the sampling points.
smoothness - Variable in class org.fraid.plugin.beans.ConsumptionDiagramPlugIn
 
sNegativeIndexStr - Static variable in class org.fraid.graphics.GraphicsStore
 
sOutOfBoundsStr - Static variable in class org.fraid.graphics.GraphicsStore
 
specialConstructor - Variable in exception org.fraid.interpreter.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialConstructor - Variable in exception org.fraid.sampled.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.fraid.interpreter.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class org.fraid.sampled.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
spectrum - Class in org.fraid.graphics.functions
 
spectrum() - Constructor for class org.fraid.graphics.functions.spectrum
 
SpectrumPlugIn - Class in org.fraid.plugin.beans
 
SpectrumPlugIn() - Constructor for class org.fraid.plugin.beans.SpectrumPlugIn
 
SpectrumThread - Class in org.fraid.plugin.algorithm
 
SpectrumThread(GraphicsUser, SpectrumPlugIn) - Constructor for class org.fraid.plugin.algorithm.SpectrumThread
 
sqrt - Class in org.fraid.complex.functions
 
sqrt() - Constructor for class org.fraid.complex.functions.sqrt
 
sqrt() - Method in class org.netlib.math.complex.Complex
Returns a Complex representing one of the two square roots.
sStore - Static variable in class org.fraid.graphics.GraphicsStore
The actual store.
start() - Method in class org.fraid.applets.DemoApplet1
 
start() - Method in class org.fraid.applets.DemoApplet2
 
Start() - Method in class org.fraid.interpreter.Fraid
Entry point for the interpreter.
Start() - Method in class org.fraid.sampled.parser.SamplesParser
 
start - Variable in class org.fraid.sampled.Samples
 
start() - Method in class org.fraid.tests.PrincApplet
 
startNote(int, int, int, int, Track) - Method in class org.fraid.sound.midi.PlayMidiPanel
 
startNote(int, int, int, int) - Method in class org.fraid.utils.MidiTest
 
startPoint - Variable in class org.fraid.plugin.beans.AggregationPlotPlugIn
 
startPoint - Variable in class org.fraid.plugin.beans.CobWebPlugIn
 
startPoint - Variable in class org.fraid.plugin.beans.JuliaPlugIn
 
startPoint - Variable in class org.fraid.plugin.beans.MandelbrotPlugIn
 
startPoint - Variable in class org.fraid.plugin.beans.NewtonPlugIn
 
startPoint - Variable in class org.fraid.plugin.beans.OrbitDiagram2PlugIn
 
startPoint - Variable in class org.fraid.plugin.beans.OrbitDiagramPlugIn
 
startS - Class in org.fraid.sampled.functions
 
startS() - Constructor for class org.fraid.sampled.functions.startS
 
startValue - Variable in class org.fraid.plugin.beans.MapPlotPlugIn
 
startValue - Variable in class org.fraid.plugin.beans.PhasePlugIn
 
startValue - Variable in class org.fraid.plugin.beans.Plot2PlugIn
 
startValue - Variable in class org.fraid.plugin.beans.Plot3PlugIn
 
startX - Variable in class org.fraid.plugin.beans.Plot3FPlugIn
 
startY - Variable in class org.fraid.plugin.beans.Plot3FPlugIn
 
state - Variable in class org.fraid.plugin.PaintAlgorithmThread
The current state.
stateChanged(ChangeEvent) - Method in class org.fraid.function.DisconnectedGeneratorFunction
 
stateChanged(ChangeEvent) - Method in class org.fraid.function.GeneratorFunction
 
stateChanged(ChangeEvent) - Method in class org.fraid.function.RungeKuttaFunction
 
stateChanged(ChangeEvent) - Method in class org.fraid.graphics.GraphicsPanel
Called when a function we are drawing changed.
stateChanged(ChangeEvent) - Method in class org.fraid.graphics.utils.VariableController
 
stateChanged(ChangeEvent) - Method in class org.fraid.sound.midi.PlayMidiPanel
 
stateChanged(ChangeEvent) - Method in class org.fraid.sound.sampled.functions.recordSound
 
stateChanged(ChangeEvent) - Method in class org.fraid.sound.utils.PlaySoundController
 
stateChanged(ChangeEvent) - Method in class org.fraid.utils.MidiTest
 
staticFlag - Static variable in class org.fraid.interpreter.SimpleCharStream
 
staticFlag - Static variable in class org.fraid.sampled.parser.SimpleCharStream
 
StaticSymbols - Class in org.fraid.interpreter.symbtable
 
StaticSymbols() - Constructor for class org.fraid.interpreter.symbtable.StaticSymbols
 
StaticSymbolsInterface - Interface in org.fraid.interpreter.symbtable
 
step() - Method in class org.fraid.plugin.algorithm.IterFractThread
 
step() - Method in class org.fraid.plugin.algorithm.Transform3Thread
 
step() - Method in class org.fraid.plugin.algorithm.TransformThread
 
step - Variable in class org.fraid.sampled.Samples
 
steps - Variable in class org.fraid.plugin.beans.IterFractPlugIn
 
steps - Variable in class org.fraid.plugin.beans.Transform3PlugIn
 
steps - Variable in class org.fraid.plugin.beans.TransformPlugIn
 
stepS - Class in org.fraid.sampled.functions
 
stepS() - Constructor for class org.fraid.sampled.functions.stepS
 
Stock - Class in org.fraid.projects.PredictionMarkets
 
Stock() - Constructor for class org.fraid.projects.PredictionMarkets.Stock
 
stop() - Method in class org.fraid.applets.DemoApplet1
 
stop() - Method in class org.fraid.applets.DemoApplet2
 
stop - Static variable in class org.fraid.graphics.utils.CornerButton.State
 
stop() - Method in class org.fraid.sound.utils.PlaySoundController
 
stop() - Method in class org.fraid.tests.PrincApplet
 
stopNote(int, int, int, int, Track) - Method in class org.fraid.sound.midi.PlayMidiPanel
 
stopNote(int, int, int, int) - Method in class org.fraid.utils.MidiTest
 
stopRecording() - Method in class org.fraid.sound.utils.RecordSoundController
 
stopRequested - Static variable in class org.fraid.plugin.ThreadState
 
string - Class in org.fraid.complex.functions
 
string() - Constructor for class org.fraid.complex.functions.string
 
STRING - Static variable in interface org.fraid.interpreter.FraidConstants
 
sub(Complex) - Method in class org.netlib.math.complex.Complex
To perform z1 - z2, you write z1.sub(z2) .
subjectChanged() - Method in class org.fraid.plugin.algorithm.Plot3DThread
 
subjectChanged() - Method in class org.fraid.plugin.PaintAlgorithmThread
Notification that the subject we are plotting changed.
subtract - Class in org.fraid.complex.functions
 
subtract() - Constructor for class org.fraid.complex.functions.subtract
 
sum - Class in org.fraid.math.functions
 
sum() - Constructor for class org.fraid.math.functions.sum
 
sumS - Class in org.fraid.sampled.functions
 
sumS() - Constructor for class org.fraid.sampled.functions.sumS
 
sumScalVect(double, Complex[], double, Complex[]) - Static method in class org.fraid.math.MathHelper
Performs aScalar1*aVect1 + aScalar2*aVect2
sUsage - Static variable in class org.fraid.utils.CreateFunction
 
sUsage - Static variable in class org.fraid.utils.CreatePlugin
 
SwitchTo(int) - Method in class org.fraid.interpreter.FraidTokenManager
 
SwitchTo(int) - Method in class org.fraid.sampled.parser.SamplesParserTokenManager
 
SymbolTable - Class in org.fraid.interpreter.symbtable
This is Fraid's symbol table.
SymbolTable.Factory - Class in org.fraid.interpreter.symbtable
The factory to get a copy.
SymbolTable.Factory() - Constructor for class org.fraid.interpreter.symbtable.SymbolTable.Factory
 
SymbTableException - Exception in org.fraid.interpreter.symbtable
 
SymbTableException(String) - Constructor for exception org.fraid.interpreter.symbtable.SymbTableException
 
SymbTableException(Throwable) - Constructor for exception org.fraid.interpreter.symbtable.SymbTableException
 

T

tabSize - Variable in class org.fraid.interpreter.SimpleCharStream
 
tabSize - Variable in class org.fraid.sampled.parser.SimpleCharStream
 
tan - Class in org.fraid.complex.functions
 
tan() - Constructor for class org.fraid.complex.functions.tan
 
tan() - Method in class org.netlib.math.complex.Complex
Returns the tangent of a Complex number.
tanh - Class in org.fraid.complex.functions
 
tanh() - Constructor for class org.fraid.complex.functions.tanh
 
tanh() - Method in class org.netlib.math.complex.Complex
Returns the hyperbolic tangent of a Complex number.
TeeOutpStream - Class in org.fraid.io
"Tees" an output stream.
TeeOutpStream(OutputStream, OutputStream) - Constructor for class org.fraid.io.TeeOutpStream
 
TeeReader - Class in org.fraid.io
"Tees" a Reader.
TeeReader(Reader, OutputStream) - Constructor for class org.fraid.io.TeeReader
 
TestComplex - Class in org.netlib.math.complex
Tester for class Complex.
TestComplex() - Constructor for class org.netlib.math.complex.TestComplex
 
THEN - Static variable in interface org.fraid.interpreter.FraidConstants
 
ThreadState - Class in org.fraid.plugin
 
ThreadState() - Constructor for class org.fraid.plugin.ThreadState
 
threshold - Variable in class org.fraid.plugin.beans.JuliaPlugIn
 
threshold - Variable in class org.fraid.plugin.beans.MandelbrotPlugIn
 
threshold - Variable in class org.fraid.plugin.beans.NewtonPlugIn
 
threshold - Variable in class org.fraid.plugin.beans.SpectrumPlugIn
 
timeLength - Variable in class org.fraid.plugin.beans.PhasePlugIn
 
TIMES - Static variable in interface org.fraid.interpreter.FraidConstants
 
token - Variable in class org.fraid.interpreter.Fraid
 
Token - Class in org.fraid.interpreter
Describes the input token stream.
Token() - Constructor for class org.fraid.interpreter.Token
 
token - Variable in class org.fraid.sampled.parser.SamplesParser
 
Token - Class in org.fraid.sampled.parser
Describes the input token stream.
Token() - Constructor for class org.fraid.sampled.parser.Token
 
token_source - Variable in class org.fraid.interpreter.Fraid
 
token_source - Variable in class org.fraid.sampled.parser.SamplesParser
 
tokenImage - Static variable in interface org.fraid.interpreter.FraidConstants
 
tokenImage - Variable in exception org.fraid.interpreter.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Variable in exception org.fraid.sampled.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.fraid.sampled.parser.SamplesParserConstants
 
TokenMgrError - Error in org.fraid.interpreter
 
TokenMgrError() - Constructor for error org.fraid.interpreter.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.fraid.interpreter.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.fraid.interpreter.TokenMgrError
 
TokenMgrError - Error in org.fraid.sampled.parser
 
TokenMgrError() - Constructor for error org.fraid.sampled.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.fraid.sampled.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.fraid.sampled.parser.TokenMgrError
 
toString() - Method in class org.fraid.function.ComplexFunction
The String representataion (DefinedFunction gives you back the complete definition).
toString() - Method in class org.fraid.function.DefinedFunction
 
toString() - Method in class org.fraid.function.DefinedFunctionCore
 
toString() - Method in class org.fraid.function.DefinedFunctionTreeCore
 
toString() - Method in class org.fraid.function.GeneratorFunction
 
toString() - Method in class org.fraid.function.RungeKuttaFunction
 
toString(int) - Static method in class org.fraid.graphics.PaintMode
 
toString() - Method in class org.fraid.interpreter.SimpleNode
Selfexplanatory.
toString() - Method in class org.fraid.interpreter.Token
Returns the image.
toString(int) - Static method in class org.fraid.plugin.ThreadState
 
toString() - Method in class org.fraid.projects.PredictionMarkets.Stock
 
toString() - Method in class org.fraid.sampled.parser.Token
Returns the image.
toString() - Method in class org.netlib.math.complex.Complex
Converts a Complex into a String of the form (a + bi).
toStringGenerated() - Method in class org.fraid.function.DefinedFunction
 
toStringSamples() - Method in class org.fraid.function.DefinedFunction
 
Transform - Class in org.fraid.function
Instead of using functions like the rest of the algorithms the iterative fractals use transforms (this class).
Transform(Vector, Complex, Complex) - Constructor for class org.fraid.function.Transform
Creates a new Transform instance.
Transform(Vector, Complex, Complex, Complex) - Constructor for class org.fraid.function.Transform
Creates a new Transform instance.
transform - Class in org.fraid.graphics.functions
 
transform() - Constructor for class org.fraid.graphics.functions.transform
 
transform(Vector, Complex[], Complex[]) - Static method in class org.fraid.math.MathHelper
Transform the n-dimensional point aArgs with the transformation in aFunctions.
transform3 - Class in org.fraid.graphics.functions
 
transform3() - Constructor for class org.fraid.graphics.functions.transform3
 
Transform3PlugIn - Class in org.fraid.plugin.beans
 
Transform3PlugIn() - Constructor for class org.fraid.plugin.beans.Transform3PlugIn
 
Transform3Thread - Class in org.fraid.plugin.algorithm
 
Transform3Thread(GraphicsUser, BehaviorBean) - Constructor for class org.fraid.plugin.algorithm.Transform3Thread
 
Transform3Thread.MaxResolutionReachedException - Exception in org.fraid.plugin.algorithm
 
Transform3Thread.MaxResolutionReachedException() - Constructor for exception org.fraid.plugin.algorithm.Transform3Thread.MaxResolutionReachedException
 
transformModel() - Method in class org.fraid.plugin.algorithm.Plot3DThread
 
TransformPlot - Interface in org.fraid.plugin
 
TransformPlugIn - Class in org.fraid.plugin.beans
 
TransformPlugIn() - Constructor for class org.fraid.plugin.beans.TransformPlugIn
 
transformPoint(DoublePoint3D, DoublePoint3D) - Method in class org.fraid.plugin.algorithm.Plot3DThread
 
TransformThread - Class in org.fraid.plugin.algorithm
 
TransformThread(GraphicsUser, BehaviorBean) - Constructor for class org.fraid.plugin.algorithm.TransformThread
 
treeDepthFromNode(SimpleNode) - Static method in class org.fraid.interpreter.SimpleNode
 
trimAndScaleForwardFFT(Samples) - Static method in class org.fraid.math.MathHelperSampled
 
trimDouble(String, int) - Static method in class org.fraid.utils.Utils
Formats a string representation of a double.
True - Class in org.fraid.utils.functions
 
True() - Constructor for class org.fraid.utils.functions.True
 
truncateS - Class in org.fraid.sampled.functions
 
truncateS() - Constructor for class org.fraid.sampled.functions.truncateS
 
TWO_PI - Static variable in class org.netlib.math.complex.Complex
Twice PI radians is the same thing as 360 degrees.
typeOf - Class in org.fraid.utils.functions
 
typeOf() - Constructor for class org.fraid.utils.functions.typeOf
 

U

unblockOperation() - Method in class org.fraid.sound.utils.PlaySoundController
 
unlogStream(FraidPrintStream) - Static method in class org.fraid.io.FraidIO
If a stream was logged, closses its tee to the log.
unlogTeeReader(TeeReader) - Static method in class org.fraid.io.FraidIO
After a Reader is being "teed" for logging, this stops the logging.
UpdateLineColumn(char) - Method in class org.fraid.interpreter.SimpleCharStream
 
UpdateLineColumn(char) - Method in class org.fraid.sampled.parser.SimpleCharStream
 
upperLeft - Variable in class org.fraid.plugin.BehaviorBean
The plane coordinates of the upper left corner of the region we are painting.
upperLeft - Variable in class org.fraid.plugin.GridData
 
Utils - Class in org.fraid.utils
Variuos utilities used in the system.
Utils() - Constructor for class org.fraid.utils.Utils
 
UtilsException - Exception in org.fraid.utils
 
UtilsException(String) - Constructor for exception org.fraid.utils.UtilsException
 
UtilsException(Throwable) - Constructor for exception org.fraid.utils.UtilsException
 

V

value(String) - Method in class org.fraid.utils.CommandLineManager
Use when you anticipate a single value passed with this parameter (arity 1)
valueOf(String) - Static method in enum org.fraid.graphics.utils.GraphicsUtils.SettingsFieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fraid.interpreter.SimpleNode.FunctionEvaluationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fraid.math.MathHelperSampled.FFTType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fraid.projects.PredictionMarkets.MarketManager.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fraid.sound.utils.PlaySoundThread.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fraid.sound.utils.RecordSoundThread.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fraid.utils.CreatePlugin.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.fraid.utils.ExecutionMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.fraid.graphics.utils.GraphicsUtils.SettingsFieldType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.fraid.interpreter.SimpleNode.FunctionEvaluationType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.fraid.math.MathHelperSampled.FFTType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.fraid.projects.PredictionMarkets.MarketManager.Action
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.fraid.sound.utils.PlaySoundThread.State
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.fraid.sound.utils.RecordSoundThread.State
Returns an array containing the constants of this enum type, in the order they're declared.
values(String) - Method in class org.fraid.utils.CommandLineManager
Use when the values passed with this parameter are not from a predefined set i.e.
values() - Static method in enum org.fraid.utils.CreatePlugin.Action
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.fraid.utils.ExecutionMode
Returns an array containing the constants of this enum type, in the order they're declared.
Variable() - Method in class org.fraid.interpreter.Fraid
 
VariableController - Class in org.fraid.graphics.utils
 
VariableController() - Constructor for class org.fraid.graphics.utils.VariableController
 
VariableController.ControlerDialog - Class in org.fraid.graphics.utils
 
VariableController.ControlerDialog(JPanel) - Constructor for class org.fraid.graphics.utils.VariableController.ControlerDialog
 
vector - Class in org.fraid.sampled.functions
 
vector() - Constructor for class org.fraid.sampled.functions.vector
 
vectorDenominator - Variable in class org.fraid.plugin.beans.PhasePlugIn
 
VERSION - Static variable in class org.netlib.math.complex.Complex
 

W

waiting - Static variable in class org.fraid.plugin.ThreadState
 
webColors - Variable in class org.fraid.plugin.beans.CobWebPlugIn
 
working - Static variable in class org.fraid.plugin.ThreadState
 
workWithConsole(IOStructure, boolean) - Static method in class org.fraid.interpreter.Fraid
Create a new interpreter and connect the IO with the aIO streams and notification objects.
write(int) - Method in class org.fraid.io.gui.DialogOutpStream
The write method of the stream.
write(int) - Method in class org.fraid.io.NullOutpStream
 
write(int) - Method in class org.fraid.io.TeeOutpStream
 

X

x - Variable in class org.fraid.math.DoublePoint
 
XOR - Static variable in interface org.fraid.interpreter.FraidConstants
 
xor - Class in org.fraid.math.functions
 
xor() - Constructor for class org.fraid.math.functions.xor
 
xyAngleInRad - Variable in class org.fraid.plugin.beans.Plot3DPlugIn
 
xzAngleInRad - Variable in class org.fraid.plugin.beans.Plot3DPlugIn
 

Y

y - Variable in class org.fraid.math.DoublePoint
 

Z

z - Variable in class org.fraid.graphics.utils.DoublePoint3D
 
z - Variable in class org.fraid.graphics.utils.Point3D
 
zoomIn - Static variable in class org.fraid.graphics.PaintMode
 
zoomOut - Static variable in class org.fraid.graphics.PaintMode
 

_

_copy(SimpleNode) - Method in class org.fraid.interpreter.SimpleNode
 

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

Fraid (system and language). (C) 2003-2007 Ivaylo Iliev
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.