Serialized Form


Package org.fraid.applets

Class org.fraid.applets.DemoApplet1 extends javax.swing.JApplet implements Serializable

Serialized Fields

mGraphicsPanel

SliderPanel mGraphicsPanel

mWriter

java.io.PrintWriter mWriter

Class org.fraid.applets.DemoApplet2 extends javax.swing.JApplet implements Serializable

Serialized Fields

mPanel

SliderPanel mPanel

mInput

BoxReader mInput

mOutput

DialogOutpStream mOutput

mParser

Fraid mParser

Package org.fraid.complex.functions

Class org.fraid.complex.functions.abs extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.acos extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.acosh extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.add extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.asin extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.asinh extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.atan extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.atanh extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.conj extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.cos extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.cosec extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.cosh extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.cot extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.divide extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.equal extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.exp extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.imag extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.log extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.multiply extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.power extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.real extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.sec extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.sin extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.sinh extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.sqrt extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.string extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.subtract extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.tan extends ComplexFunction implements Serializable

Class org.fraid.complex.functions.tanh extends ComplexFunction implements Serializable


Package org.fraid.function

Class org.fraid.function.ComplexFunction extends java.lang.Object implements Serializable

Serialized Fields

mNumberOfArguments

int mNumberOfArguments
How many arguments the particular function needs. -1 means variable number. Used to form the symbol table key. Functions with 0 arguments you can call without brackets.


mName

java.lang.String mName

Class org.fraid.function.ComplexFunctionException extends ParseException implements Serializable

Class org.fraid.function.DefinedFunction extends ComplexFunction implements Serializable

Serialized Fields

mFunctionArgs

java.util.HashMap<K,V> mFunctionArgs

mListeners

java.util.Set<E> mListeners

mGenerator

GeneratorFunction mGenerator

mCore

DefinedFunctionCore mCore

Class org.fraid.function.DefinedFunctionCore extends java.lang.Object implements Serializable

Serialized Fields

mOwner

DefinedFunction mOwner

mNeedsRegeneration

boolean mNeedsRegeneration

Class org.fraid.function.DefinedFunctionTreeCore extends DefinedFunctionCore implements Serializable

Serialized Fields

mRoot

SimpleNode mRoot

Class org.fraid.function.DisconnectedGeneratorFunction extends GeneratorFunction implements Serializable

Class org.fraid.function.GeneratorFunction extends ComplexFunction implements Serializable

Serialized Fields

mRegisteredFunction

DefinedFunction mRegisteredFunction

mArgs

Complex[] mArgs

Class org.fraid.function.GraphicsFunction extends ComplexFunction implements Serializable

Serialized Fields

mPlugInName

java.lang.String mPlugInName

mFun

ComplexFunction mFun

mWindowNumber

int mWindowNumber

mArgsOffset

int mArgsOffset

mPlugIn

BehaviorBean mPlugIn

mPanel

GraphicsPanel mPanel

mFrameWidth

int mFrameWidth

mFrameHeight

int mFrameHeight

Class org.fraid.function.RungeKuttaFunction extends DefinedFunction implements Serializable

Serialized Fields

mSamples

Samples mSamples

mFunctions

java.util.Vector<E> mFunctions

mInitialValues

DefinedFunction[] mInitialValues

mTimeBegin

DefinedFunction mTimeBegin

mTimeEnd

DefinedFunction mTimeEnd

mLength

DefinedFunction mLength

mPeers

RungeKuttaFunction[] mPeers

Package org.fraid.graphics

Class org.fraid.graphics.GraphicsException extends java.lang.Exception implements Serializable

Class org.fraid.graphics.GraphicsPanel extends GraphicsUser implements Serializable

Serialized Fields

mOffscreenOrigin

java.awt.Point mOffscreenOrigin

mDisplacement

java.awt.Point mDisplacement

mInitialZoomMousePosition

java.awt.Point mInitialZoomMousePosition

mZoomMarkerEndPoint

java.awt.Point mZoomMarkerEndPoint

mPaintMode

int mPaintMode

mOffscreenImage

java.awt.image.BufferedImage mOffscreenImage

mRefreshScreenThread

java.lang.Thread mRefreshScreenThread

mOwner

SliderPanel mOwner

mHistoryStack

java.util.Stack<E> mHistoryStack

mAddToHistory

boolean mAddToHistory

mActionListener

org.fraid.graphics.GraphicsPanelActionListener mActionListener

mPopUp

javax.swing.JPopupMenu mPopUp

mStoreKey

java.lang.Integer mStoreKey

mPanelIsDestroyed

boolean mPanelIsDestroyed

mIsAfterPlugInChange

boolean mIsAfterPlugInChange

mLastPopUpPosition

java.awt.Point mLastPopUpPosition
Do not use this variable. Used to pass the popup menu position from the mouse listener to the action listener.


mIsZooming

boolean mIsZooming
Do not use this variable. Used to pass the boolean between the listeners

Class org.fraid.graphics.GraphicsPanel.KeyPressedAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

mKey

int mKey

Class org.fraid.graphics.GraphicsStoreException extends ParseException implements Serializable

Class org.fraid.graphics.GraphicsUser extends javax.swing.JPanel implements Serializable

Serialized Fields

mAlgorithmThread

PaintAlgorithmThread mAlgorithmThread
The thread responsible for generating images.


mPlugIn

BehaviorBean mPlugIn
The plugin working with the thread.


mImageSize

java.awt.Dimension mImageSize
The size of the generated image.

Class org.fraid.graphics.PrincFrame extends javax.swing.JDialog implements Serializable

Serialized Fields

mThePanel

SliderPanel mThePanel

Class org.fraid.graphics.SaveToFileUser extends GraphicsUser implements Serializable

Serialized Fields

mImageSize

java.awt.Dimension mImageSize

mNewImageSize

java.awt.Dimension mNewImageSize

mOutpPixPerInch

int mOutpPixPerInch

mOffscreenImage

java.awt.image.BufferedImage mOffscreenImage

mInchToCmRatio

double mInchToCmRatio

mUpdateProgressIndicatorThread

java.lang.Thread mUpdateProgressIndicatorThread

mPanelIsDestroyed

boolean mPanelIsDestroyed

mInputText

javax.swing.JLabel mInputText

mDimension

javax.swing.JComboBox mDimension

mMultiplierX

javax.swing.JTextField mMultiplierX

mMultiplierY

javax.swing.JTextField mMultiplierY

mOutpResolutionText

javax.swing.JTextField mOutpResolutionText

mOutpResolutionDimension

javax.swing.JLabel mOutpResolutionDimension

mPreserveRatio

javax.swing.JCheckBox mPreserveRatio

mOriginalWidth

javax.swing.JLabel mOriginalWidth

mOriginalHeight

javax.swing.JLabel mOriginalHeight

mNewWidth

javax.swing.JTextField mNewWidth

mNewHeight

javax.swing.JTextField mNewHeight

mResolutionPanel

javax.swing.JPanel mResolutionPanel

mOwner

javax.swing.JDialog mOwner

mProgress

javax.swing.JProgressBar mProgress

mStartButton

javax.swing.JButton mStartButton

mStopButton

javax.swing.JButton mStopButton

mSaveButton

javax.swing.JButton mSaveButton

mFileFormatCombo

javax.swing.JComboBox mFileFormatCombo

Class org.fraid.graphics.SliderPanel extends javax.swing.JComponent implements Serializable

Serialized Fields

vScrollBar

javax.swing.JScrollBar vScrollBar

hScrollBar

javax.swing.JScrollBar hScrollBar

theCornerButton

CornerButton theCornerButton

thePanel

GraphicsPanel thePanel

displacement

int displacement

owner

java.awt.Component owner

Package org.fraid.graphics.functions

Class org.fraid.graphics.functions.aggregation extends GraphicsFunction implements Serializable

Class org.fraid.graphics.functions.cobweb extends GraphicsFunction implements Serializable

Class org.fraid.graphics.functions.color3d extends GraphicsFunction implements Serializable

Class org.fraid.graphics.functions.consumption extends GraphicsFunction implements Serializable

Class org.fraid.graphics.functions.iterFract extends GraphicsFunction implements Serializable

Class org.fraid.graphics.functions.julia extends GraphicsFunction implements Serializable

Class org.fraid.graphics.functions.mandelbrot extends GraphicsFunction implements Serializable

Class org.fraid.graphics.functions.newton extends GraphicsFunction implements Serializable

Class org.fraid.graphics.functions.orbit extends GraphicsFunction implements Serializable

Class org.fraid.graphics.functions.orbit2 extends GraphicsFunction implements Serializable

Class org.fraid.graphics.functions.phase extends GraphicsFunction implements Serializable

Class org.fraid.graphics.functions.plot extends GraphicsFunction implements Serializable

Class org.fraid.graphics.functions.plot2 extends GraphicsFunction implements Serializable

Class org.fraid.graphics.functions.plot3 extends GraphicsFunction implements Serializable

Class org.fraid.graphics.functions.plot3d extends GraphicsFunction implements Serializable

Class org.fraid.graphics.functions.plot3f extends GraphicsFunction implements Serializable

Class org.fraid.graphics.functions.plotMap extends GraphicsFunction implements Serializable

Class org.fraid.graphics.functions.spectrum extends GraphicsFunction implements Serializable

Class org.fraid.graphics.functions.transform extends GraphicsFunction implements Serializable

Class org.fraid.graphics.functions.transform3 extends GraphicsFunction implements Serializable


Package org.fraid.graphics.utils

Class org.fraid.graphics.utils.ColorMap extends java.lang.Object implements Serializable

Serialized Fields

mType

int mType

mSeedColors

java.awt.Color[] mSeedColors

mMapColors

java.awt.Color[] mMapColors

Class org.fraid.graphics.utils.ColorMapChooser extends javax.swing.JPanel implements Serializable

Serialized Fields

mList

javax.swing.JList mList

mListModel

javax.swing.DefaultListModel mListModel

mBlendedColorsView

ColorMapChooser.BlendedColors mBlendedColorsView

mDirectColorsButton

javax.swing.JRadioButton mDirectColorsButton

mBlendedColorsButton

javax.swing.JRadioButton mBlendedColorsButton

mAlternatingColorsButton

javax.swing.JRadioButton mAlternatingColorsButton

mNumberColorsSpinner

javax.swing.JSpinner mNumberColorsSpinner

mPreviewTitledBorder

javax.swing.border.TitledBorder mPreviewTitledBorder

mNumberRegister

java.lang.Integer mNumberRegister

mLastChosenColor

java.awt.Color mLastChosenColor

mPreviewTitle

java.lang.String mPreviewTitle

Class org.fraid.graphics.utils.ColorMapChooser.BlendedColors extends javax.swing.JPanel implements Serializable

Serialized Fields

mIsRepainted

boolean mIsRepainted

Class org.fraid.graphics.utils.CornerButton extends javax.swing.JButton implements Serializable

Serialized Fields

mBackIcon

javax.swing.ImageIcon mBackIcon

mStopIcon

javax.swing.ImageIcon mStopIcon

mState

int mState

Class org.fraid.graphics.utils.DoublePoint3D extends DoublePoint implements Serializable

Serialized Fields

z

double z

Class org.fraid.graphics.utils.FigureEdge extends java.lang.Object implements Serializable

Serialized Fields

first_vertex

int first_vertex

second_vertex

int second_vertex

Class org.fraid.graphics.utils.GraphicsUtilsException extends ParseException implements Serializable

Class org.fraid.graphics.utils.Model3D extends java.lang.Object implements Serializable

Serialized Fields

mVertices

java.util.Vector<E> mVertices

mEdges

FigureEdge[] mEdges

Class org.fraid.graphics.utils.Point3D extends java.awt.Point implements Serializable

Serialized Fields

z

int z

Class org.fraid.graphics.utils.SettingsEditor extends javax.swing.JPanel implements Serializable

Serialization Methods

readObject

void readObject(java.io.File aSettingsFile)
          throws GraphicsUtilsException
Throws:
GraphicsUtilsException
Serialized Fields

playWithLineStyle

boolean playWithLineStyle

lineStyle

java.lang.String lineStyle

mInfoPanel

javax.swing.JPanel mInfoPanel

mTopPanel

javax.swing.JPanel mTopPanel

mButtonPanel

javax.swing.JPanel mButtonPanel

mNodeValueText

javax.swing.JTextArea mNodeValueText

mNodeInfo

javax.swing.JLabel mNodeInfo

mObjectFile

java.io.File mObjectFile

mObject

java.lang.Object mObject

mTreeView

javax.swing.JScrollPane mTreeView

mFileChooser

javax.swing.JFileChooser mFileChooser

mMenuBar

javax.swing.JMenuBar mMenuBar

mParent

java.awt.Component mParent

mTrueButton

javax.swing.JRadioButton mTrueButton

mFalseButton

javax.swing.JRadioButton mFalseButton

m_XMLFormat

javax.swing.JRadioButtonMenuItem m_XMLFormat

m_ObjectFormat

javax.swing.JRadioButtonMenuItem m_ObjectFormat

mCurrentTopRightComponent

javax.swing.JComponent mCurrentTopRightComponent

mCurrentFileProcessingPanel

javax.swing.JComponent mCurrentFileProcessingPanel

mColorChooser

javax.swing.JColorChooser mColorChooser

mColorMapChooser

ColorMapChooser mColorMapChooser

mIsWorkSaved

boolean mIsWorkSaved

mTree

javax.swing.JTree mTree

mTreeSelectionListener

javax.swing.event.TreeSelectionListener mTreeSelectionListener

m_SetButton

javax.swing.JButton m_SetButton

m_NewButton

javax.swing.JButton m_NewButton

m_DeleteButton

javax.swing.JButton m_DeleteButton

Class org.fraid.graphics.utils.VariableController extends javax.swing.JPanel implements Serializable

Serialized Fields

mVar

DefinedFunction mVar

mSlider

javax.swing.JSlider mSlider

mPosTolerance

javax.swing.JTextField mPosTolerance

mNegTolerance

javax.swing.JTextField mNegTolerance

mVarLabel

javax.swing.JLabel mVarLabel

mScripting

Scripting mScripting

mIsChanging

boolean mIsChanging

mValueBeforeChange

double mValueBeforeChange

Class org.fraid.graphics.utils.VariableController.ControlerDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

mPanel

javax.swing.JPanel mPanel

Package org.fraid.graphics.utils.functions

Class org.fraid.graphics.utils.functions.clear extends ComplexFunction implements Serializable

Class org.fraid.graphics.utils.functions.closeControllers extends ComplexFunction implements Serializable

Class org.fraid.graphics.utils.functions.closeWindow extends ComplexFunction implements Serializable

Class org.fraid.graphics.utils.functions.controlVar extends ComplexFunction implements Serializable

Class org.fraid.graphics.utils.functions.plotOption extends ComplexFunction implements Serializable

Class org.fraid.graphics.utils.functions.printWindowFunction extends ComplexFunction implements Serializable

Class org.fraid.graphics.utils.functions.setGridMark extends ComplexFunction implements Serializable


Package org.fraid.interpreter

Class org.fraid.interpreter.ASTAdd extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTAnd extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTAssignment extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTDivide extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTEqual extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTEvalLater extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTExpressionToCalculate extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTFunctionCall extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTFunctionDef extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTGreater extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTGreaterOrEqual extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTIfThenExpression extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTImaginaryNumber extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTMeta extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTMultiply extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTNegate extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTNot extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTNotEqual extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTOr extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTPower extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTProcessSingleLine extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTProcessStream extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTRealNumber extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTSmaller extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTSmallerOrEqual extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTString extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTSubtract extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTVariable extends SimpleNode implements Serializable

Class org.fraid.interpreter.ASTXor extends SimpleNode implements Serializable

Class org.fraid.interpreter.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class org.fraid.interpreter.SemanticException extends ParseException implements Serializable

Class org.fraid.interpreter.SimpleNode extends Complex implements Serializable

Serialized Fields

parent

Node parent
Automatically generated by javacc.


children

Node[] children
Automatically generated by javacc.


id

int id
Automatically generated by javacc. The id of the node specifies the type of token it represents (derived from the grammar).


parser

Fraid parser
Automatically generated by javacc.


mSymbTable

SymbolTable mSymbTable
A local reference to the symbol table.


mLastDefinedFunction

DefinedFunction mLastDefinedFunction
A reference to the last defined function. Used by the scripting interface.


mText

java.lang.String mText
If the type of token is String (JJTSTRING = 23) mText holds it.


mFunction

ComplexFunction mFunction
If the type of token is Function (JJTFUNCTIONCALL = 27) mFunction holds it.


mVarIndex

java.lang.Integer mVarIndex
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.


mFunctionEvalType

SimpleNode.FunctionEvaluationType mFunctionEvalType
How many arguments need to be provided for this tree to be evaluated.

Class org.fraid.interpreter.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.fraid.interpreter.symbtable

Class org.fraid.interpreter.symbtable.StaticSymbols extends java.lang.Object implements Serializable

Serialized Fields

mSymbols

java.lang.String[] mSymbols

Class org.fraid.interpreter.symbtable.SymbolTable extends java.util.Hashtable<java.lang.String,ComplexFunction> implements Serializable

Class org.fraid.interpreter.symbtable.SymbTableException extends java.lang.Exception implements Serializable


Package org.fraid.interpreter.symbtable.functions

Class org.fraid.interpreter.symbtable.functions.assign extends ComplexFunction implements Serializable

Class org.fraid.interpreter.symbtable.functions.loadSymbols extends ComplexFunction implements Serializable


Package org.fraid.io

Class org.fraid.io.NewBean extends java.lang.Object implements Serializable

Serialized Fields

sampleProperty

java.lang.String sampleProperty

propertySupport

java.beans.PropertyChangeSupport propertySupport

Package org.fraid.io.gui

Class org.fraid.io.gui.FraidConsole extends javax.swing.JPanel implements Serializable

Serialized Fields

mInput

BoxReader mInput

mOutput

DialogOutpStream mOutput

mTeeInput

TeeReader mTeeInput

mFileChooser

javax.swing.JFileChooser mFileChooser

mMenuBar

javax.swing.JMenuBar mMenuBar

mFrame

javax.swing.JFrame mFrame

mIsMainApplication

boolean mIsMainApplication

mFileName

java.lang.String mFileName

mWorkingDir

java.lang.String mWorkingDir

Package org.fraid.math

Class org.fraid.math.DoublePoint extends java.awt.geom.Point2D implements Serializable

Serialized Fields

x

double x

y

double y

Class org.fraid.math.MathException extends java.lang.Exception implements Serializable


Package org.fraid.math.functions

Class org.fraid.math.functions.and extends ComplexFunction implements Serializable

Class org.fraid.math.functions.diff extends ComplexFunction implements Serializable

Class org.fraid.math.functions.E extends ComplexFunction implements Serializable

Class org.fraid.math.functions.greater extends ComplexFunction implements Serializable

Class org.fraid.math.functions.greaterorequal extends ComplexFunction implements Serializable

Class org.fraid.math.functions.integer extends ComplexFunction implements Serializable

Class org.fraid.math.functions.isInf extends ComplexFunction implements Serializable

Class org.fraid.math.functions.isNaN extends ComplexFunction implements Serializable

Class org.fraid.math.functions.isNextIntEven extends ComplexFunction implements Serializable

Class org.fraid.math.functions.max extends ComplexFunction implements Serializable

Class org.fraid.math.functions.MaxVal extends ComplexFunction implements Serializable

Class org.fraid.math.functions.min extends ComplexFunction implements Serializable

Class org.fraid.math.functions.MinVal extends ComplexFunction implements Serializable

Class org.fraid.math.functions.mul extends ComplexFunction implements Serializable

Class org.fraid.math.functions.NaN extends ComplexFunction implements Serializable

Class org.fraid.math.functions.negate extends ComplexFunction implements Serializable

Class org.fraid.math.functions.NegInf extends ComplexFunction implements Serializable

Class org.fraid.math.functions.nextInt extends ComplexFunction implements Serializable

Class org.fraid.math.functions.nextpow2 extends ComplexFunction implements Serializable

Class org.fraid.math.functions.not extends ComplexFunction implements Serializable

Class org.fraid.math.functions.notequal extends ComplexFunction implements Serializable

Class org.fraid.math.functions.or extends ComplexFunction implements Serializable

Class org.fraid.math.functions.Pi extends ComplexFunction implements Serializable

Class org.fraid.math.functions.PosInf extends ComplexFunction implements Serializable

Class org.fraid.math.functions.quad extends ComplexFunction implements Serializable

Class org.fraid.math.functions.rand extends ComplexFunction implements Serializable

Class org.fraid.math.functions.round extends ComplexFunction implements Serializable

Class org.fraid.math.functions.sign extends ComplexFunction implements Serializable

Class org.fraid.math.functions.smaller extends ComplexFunction implements Serializable

Class org.fraid.math.functions.smallerorequal extends ComplexFunction implements Serializable

Class org.fraid.math.functions.sum extends ComplexFunction implements Serializable

Class org.fraid.math.functions.xor extends ComplexFunction implements Serializable


Package org.fraid.plugin

Class org.fraid.plugin.BehaviorBean extends java.lang.Object implements Serializable

Serialized Fields

upperLeft

DoublePoint upperLeft
The plane coordinates of the upper left corner of the region we are painting.


bottomRight

DoublePoint bottomRight
The plane coordinates of the bottom right corner of the region we are painting.


frameSize

java.awt.Dimension frameSize
The size of the image.


backgroundColor

java.awt.Color backgroundColor
The background color.


gridColor

java.awt.Color gridColor
The color of the grid.


numberGridMarkerDigitsX

int numberGridMarkerDigitsX
How many digits are there on the grid marks - X.


numberGridMarkerDigitsY

int numberGridMarkerDigitsY
How many digits are there on the grid marks - Y.


autoScale

boolean autoScale
Are the algorithms trying to adjust the scale automatically (not all of them can).

Class org.fraid.plugin.PlugInException extends java.lang.Exception implements Serializable


Package org.fraid.plugin.algorithm

Class org.fraid.plugin.algorithm.IterFractThread.MaxResolutionReachedException extends java.lang.Exception implements Serializable

Class org.fraid.plugin.algorithm.Transform3Thread.MaxResolutionReachedException extends java.lang.Exception implements Serializable


Package org.fraid.plugin.beans

Class org.fraid.plugin.beans.AggregationPlotPlugIn extends BehaviorBean implements Serializable

Serialized Fields

plotColor

java.awt.Color plotColor

startPoint

DoublePoint startPoint

Class org.fraid.plugin.beans.CobWebPlugIn extends BehaviorBean implements Serializable

Serialized Fields

plotColors

ColorMap plotColors

webColors

ColorMap webColors

startPoint

DoublePoint startPoint

Class org.fraid.plugin.beans.Color3DPlugIn extends BehaviorBean implements Serializable

Serialized Fields

plotColors

ColorMap plotColors

printFunctionNames

boolean printFunctionNames

Class org.fraid.plugin.beans.ConsumptionDiagramPlugIn extends BehaviorBean implements Serializable

Serialized Fields

plotColors

ColorMap plotColors

smoothness

int smoothness

literPerHundredKm

boolean literPerHundredKm

Class org.fraid.plugin.beans.FunctionPlotPlugIn extends BehaviorBean implements Serializable

Serialized Fields

plotColors

ColorMap plotColors

printFunctionNames

boolean printFunctionNames

plotSampledAsLines

boolean plotSampledAsLines

autoScaleHorizontal

boolean autoScaleHorizontal

Class org.fraid.plugin.beans.IterFractPlugIn extends BehaviorBean implements Serializable

Serialized Fields

plotColors

ColorMap plotColors

iterate

boolean iterate

replaceLast

boolean replaceLast

delay_ms

int delay_ms

steps

int steps

Class org.fraid.plugin.beans.JuliaPlugIn extends BehaviorBean implements Serializable

Serialized Fields

plotColors

ColorMap plotColors

threshold

double threshold

iterationsLimit

int iterationsLimit

startPoint

DoublePoint startPoint

Class org.fraid.plugin.beans.MandelbrotPlugIn extends BehaviorBean implements Serializable

Serialized Fields

plotColors

ColorMap plotColors

threshold

double threshold

iterationsLimit

int iterationsLimit

startPoint

DoublePoint startPoint

mJuliaWindowNumber

int mJuliaWindowNumber

mFraid

Scripting mFraid

mLeftButtonJulia

javax.swing.JRadioButtonMenuItem mLeftButtonJulia

mLeftButtonMidi

javax.swing.JRadioButtonMenuItem mLeftButtonMidi

Class org.fraid.plugin.beans.MapPlotPlugIn extends BehaviorBean implements Serializable

Serialized Fields

plotColors

ColorMap plotColors

startValue

double startValue

Class org.fraid.plugin.beans.NewtonPlugIn extends BehaviorBean implements Serializable

Serialized Fields

plotColors

ColorMap plotColors

threshold

double threshold

iterationsLimit

int iterationsLimit

startPoint

DoublePoint startPoint

Class org.fraid.plugin.beans.OrbitDiagram2PlugIn extends BehaviorBean implements Serializable

Serialized Fields

plotColor

java.awt.Color plotColor

numberOfIterations

int numberOfIterations

settleNumber

int settleNumber

distanceBetweenStartPoints

int distanceBetweenStartPoints

manualStartPoints

java.util.Vector<E> manualStartPoints

startPoint

DoublePoint startPoint

Class org.fraid.plugin.beans.OrbitDiagramPlugIn extends BehaviorBean implements Serializable

Serialized Fields

plotColor

java.awt.Color plotColor

numberOfIterations

int numberOfIterations

settleNumber

int settleNumber

startPoint

DoublePoint startPoint

Class org.fraid.plugin.beans.PhasePlugIn extends BehaviorBean implements Serializable

Serialized Fields

plotColor

java.awt.Color plotColor

directionFieldColor

java.awt.Color directionFieldColor

startValue

double startValue

endValue

double endValue

deltaDenominator

double deltaDenominator

timeLength

double timeLength

distanceBetweenVectors

int distanceBetweenVectors

vectorDenominator

double vectorDenominator

Class org.fraid.plugin.beans.Plot2PlugIn extends BehaviorBean implements Serializable

Serialized Fields

plotColor

java.awt.Color plotColor

startValue

double startValue

endValue

double endValue

deltaDenominator

int deltaDenominator

Class org.fraid.plugin.beans.Plot3DPlugIn extends BehaviorBean implements Serializable

Serialized Fields

plotColors

ColorMap plotColors

printFunctionNames

boolean printFunctionNames

plotCoordSystem

boolean plotCoordSystem

xyAngleInRad

double xyAngleInRad

xzAngleInRad

double xzAngleInRad

Class org.fraid.plugin.beans.Plot3DPlugIn.FakeGridVector extends java.util.Vector<DoublePoint> implements Serializable

Class org.fraid.plugin.beans.Plot3FPlugIn extends Plot3DPlugIn implements Serializable

Serialized Fields

startX

double startX

endX

double endX

startY

double startY

endY

double endY

gridSize

double gridSize

gridSmoothness

int gridSmoothness

Class org.fraid.plugin.beans.Plot3PlugIn extends Plot3DPlugIn implements Serializable

Serialized Fields

startValue

double startValue

endValue

double endValue

deltaDenominator

int deltaDenominator

Class org.fraid.plugin.beans.PMChartPlugIn extends BehaviorBean implements Serializable

Serialized Fields

plotColors

ColorMap plotColors

Class org.fraid.plugin.beans.SpectrumPlugIn extends BehaviorBean implements Serializable

Serialized Fields

plotColors

ColorMap plotColors

magnification

int magnification

overlap

int overlap

threshold

double threshold

mFFTViewWindowNumber

int mFFTViewWindowNumber

mFraid

Scripting mFraid

Class org.fraid.plugin.beans.Transform3PlugIn extends Plot3DPlugIn implements Serializable

Serialized Fields

replaceLast

boolean replaceLast

steps

int steps

Class org.fraid.plugin.beans.TransformPlugIn extends BehaviorBean implements Serializable

Serialized Fields

plotColor

java.awt.Color plotColor

iterate

boolean iterate

replaceLast

boolean replaceLast

pointInterval

int pointInterval

delay_ms

int delay_ms

Package org.fraid.projects.PredictionMarkets

Class org.fraid.projects.PredictionMarkets.EditStockDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

mStockName

javax.swing.JTextField mStockName

mStockPrice

javax.swing.JFormattedTextField mStockPrice

mStockTotal

javax.swing.JFormattedTextField mStockTotal

mQuantitySpinner

javax.swing.JSpinner mQuantitySpinner

mActionCanceled

boolean mActionCanceled

Class org.fraid.projects.PredictionMarkets.Market extends java.lang.Object implements Serializable

Serialized Fields

mStocks

java.util.Vector<E> mStocks

mPrefixFormula

java.lang.String mPrefixFormula

mStockFormula

java.lang.String mStockFormula

mPostfixFormula

java.lang.String mPostfixFormula

mAdditionalFormula

java.lang.String mAdditionalFormula

mName

java.lang.String mName

mIsCustom

boolean mIsCustom

Class org.fraid.projects.PredictionMarkets.MarketManager extends javax.swing.JPanel implements Serializable

Serialized Fields

mMenuBar

javax.swing.JMenuBar mMenuBar

mSaveIt

javax.swing.JMenuItem mSaveIt

mSaveAsIt

javax.swing.JMenuItem mSaveAsIt

mChartIt

javax.swing.JMenuItem mChartIt

mGraphIt

javax.swing.JMenuItem mGraphIt

mDebugCheckBox

javax.swing.JCheckBoxMenuItem mDebugCheckBox

mNewB

javax.swing.JButton mNewB

mEditB

javax.swing.JButton mEditB

mDeleteB

javax.swing.JButton mDeleteB

mCalcB

javax.swing.JButton mCalcB

mCommitB

javax.swing.JButton mCommitB

mMarketFile

java.io.File mMarketFile

mMarketDir

java.io.File mMarketDir

mCurrentMarket

Market mCurrentMarket

mFileChooser

javax.swing.JFileChooser mFileChooser

mListModel

javax.swing.DefaultListModel mListModel

mStockList

javax.swing.JList mStockList

mParent

java.awt.Component mParent

mActionListener

java.awt.event.ActionListener mActionListener

mPrefixFormula

javax.swing.JTextField mPrefixFormula

mPostfixFormula

javax.swing.JTextField mPostfixFormula

mIndividualStockFormula

javax.swing.JTextField mIndividualStockFormula

mSupportingFunctions

javax.swing.JTextField mSupportingFunctions

mSellButton

javax.swing.JRadioButton mSellButton

mBuyButton

javax.swing.JRadioButton mBuyButton

mQuantitySpinner

javax.swing.JSpinner mQuantitySpinner

mPrice

javax.swing.JLabel mPrice

mFraid

Scripting mFraid

mPriceDelta

double mPriceDelta

mStockDialog

EditStockDialog mStockDialog

mMarketDialog

NewMarketDialog mMarketDialog

mStockHistory

java.util.Vector<E> mStockHistory

Class org.fraid.projects.PredictionMarkets.NewMarketDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

mMarketName

javax.swing.JTextField mMarketName

mFixedStocksButton

javax.swing.JRadioButton mFixedStocksButton

mCustomStocksButton

javax.swing.JRadioButton mCustomStocksButton

mActionCanceled

boolean mActionCanceled

Class org.fraid.projects.PredictionMarkets.PMChartController extends javax.swing.JDialog implements Serializable

Serialized Fields

mFileName

javax.swing.JLabel mFileName

mFileChooser

javax.swing.JFileChooser mFileChooser

mDataFile

java.io.File mDataFile

mExactByNumber

javax.swing.JCheckBox mExactByNumber

mExactByVolume

javax.swing.JCheckBox mExactByVolume

mMoreByNumber

javax.swing.JCheckBox mMoreByNumber

mMoreByVolume

javax.swing.JCheckBox mMoreByVolume

mLessByNumber

javax.swing.JCheckBox mLessByNumber

mLessByVolume

javax.swing.JCheckBox mLessByVolume

mPeopleSalesByNumber

javax.swing.JCheckBox mPeopleSalesByNumber

mPeopleSalesByVolume

javax.swing.JCheckBox mPeopleSalesByVolume

mChartTypeCombined

javax.swing.JRadioButton mChartTypeCombined

mChartTypeSeparated

javax.swing.JRadioButton mChartTypeSeparated

mCombinedChartFormula

javax.swing.JTextField mCombinedChartFormula

mDebugMode

javax.swing.JCheckBox mDebugMode

mValuesVector

java.util.Vector<E> mValuesVector

mExactByNumberVector

java.util.Vector<E> mExactByNumberVector

mExactByVolumeVector

java.util.Vector<E> mExactByVolumeVector

mMoreByNumberVector

java.util.Vector<E> mMoreByNumberVector

mMoreByVolumeVector

java.util.Vector<E> mMoreByVolumeVector

mLessByNumberVector

java.util.Vector<E> mLessByNumberVector

mLessByVolumeVector

java.util.Vector<E> mLessByVolumeVector

mPeopleSalesByNumberVector

java.util.Vector<E> mPeopleSalesByNumberVector

mPeopleSalesByVolumeVector

java.util.Vector<E> mPeopleSalesByVolumeVector

mDataIsClean

boolean mDataIsClean

mPlugin

PMChartPlugIn mPlugin

Class org.fraid.projects.PredictionMarkets.Stock extends java.lang.Object implements Serializable

Serialized Fields

mPrice

double mPrice

mTotal

double mTotal

mName

java.lang.String mName

mQuantity

int mQuantity

Package org.fraid.projects.PredictionMarkets.functions

Class org.fraid.projects.PredictionMarkets.functions.pmChart extends ComplexFunction implements Serializable

Class org.fraid.projects.PredictionMarkets.functions.predictionMarket extends ComplexFunction implements Serializable


Package org.fraid.sampled

Class org.fraid.sampled.Samples extends java.lang.Object implements Serializable

Serialized Fields

samples

Complex[] samples

start

double start

step

double step

Package org.fraid.sampled.functions

Class org.fraid.sampled.functions.appendS extends GeneratorFunction implements Serializable

Class org.fraid.sampled.functions.cft extends GeneratorFunction implements Serializable

Serialized Fields

mScripting

Scripting mScripting

Class org.fraid.sampled.functions.cloneS extends DisconnectedGeneratorFunction implements Serializable

Class org.fraid.sampled.functions.conv extends GeneratorFunction implements Serializable

Class org.fraid.sampled.functions.dft extends GeneratorFunction implements Serializable

Class org.fraid.sampled.functions.dft1 extends GeneratorFunction implements Serializable

Class org.fraid.sampled.functions.elemS extends ComplexFunction implements Serializable

Class org.fraid.sampled.functions.fft extends GeneratorFunction implements Serializable

Class org.fraid.sampled.functions.fft1 extends GeneratorFunction implements Serializable

Class org.fraid.sampled.functions.firResp extends GeneratorFunction implements Serializable

Class org.fraid.sampled.functions.histogramS extends GeneratorFunction implements Serializable

Class org.fraid.sampled.functions.icft extends GeneratorFunction implements Serializable

Serialized Fields

mScripting

Scripting mScripting

Class org.fraid.sampled.functions.idft extends GeneratorFunction implements Serializable

Class org.fraid.sampled.functions.idft1 extends GeneratorFunction implements Serializable

Class org.fraid.sampled.functions.ifft extends GeneratorFunction implements Serializable

Class org.fraid.sampled.functions.ifft1 extends GeneratorFunction implements Serializable

Class org.fraid.sampled.functions.inverseFilter extends GeneratorFunction implements Serializable

Class org.fraid.sampled.functions.lengthS extends ComplexFunction implements Serializable

Class org.fraid.sampled.functions.loadS extends GeneratorFunction implements Serializable

Class org.fraid.sampled.functions.maxS extends ComplexFunction implements Serializable

Class org.fraid.sampled.functions.minS extends ComplexFunction implements Serializable

Class org.fraid.sampled.functions.mulS extends ComplexFunction implements Serializable

Class org.fraid.sampled.functions.padS extends GeneratorFunction implements Serializable

Class org.fraid.sampled.functions.randS extends GeneratorFunction implements Serializable

Class org.fraid.sampled.functions.reverseFilter extends GeneratorFunction implements Serializable

Class org.fraid.sampled.functions.rk extends ComplexFunction implements Serializable

Class org.fraid.sampled.functions.rk1 extends ComplexFunction implements Serializable

Class org.fraid.sampled.functions.sampleL extends GeneratorFunction implements Serializable

Class org.fraid.sampled.functions.sampleN extends GeneratorFunction implements Serializable

Class org.fraid.sampled.functions.samples extends GeneratorFunction implements Serializable

Class org.fraid.sampled.functions.saveS extends ComplexFunction implements Serializable

Class org.fraid.sampled.functions.shrotS extends GeneratorFunction implements Serializable

Class org.fraid.sampled.functions.startS extends ComplexFunction implements Serializable

Class org.fraid.sampled.functions.stepS extends ComplexFunction implements Serializable

Class org.fraid.sampled.functions.sumS extends ComplexFunction implements Serializable

Class org.fraid.sampled.functions.truncateS extends GeneratorFunction implements Serializable

Class org.fraid.sampled.functions.vector extends GeneratorFunction implements Serializable


Package org.fraid.sampled.parser

Class org.fraid.sampled.parser.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class org.fraid.sampled.parser.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package org.fraid.sound.midi

Class org.fraid.sound.midi.PlayMidiPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

mSynth

javax.sound.midi.Synthesizer mSynth

mReceiver

javax.sound.midi.Receiver mReceiver

mSequencer

javax.sound.midi.Sequencer mSequencer

mChannels

javax.sound.midi.MidiChannel[] mChannels

mInstruments

javax.sound.midi.Instrument[] mInstruments

mSequence

javax.sound.midi.Sequence mSequence

mPitchSpan

int mPitchSpan

mBase

int mBase

mInfoLabel

javax.swing.JLabel mInfoLabel

mPlayBaseNoteButton

javax.swing.JButton mPlayBaseNoteButton

mPlayTopNoteButton

javax.swing.JButton mPlayTopNoteButton

mBaseNote

javax.swing.JSpinner mBaseNote

mTopNote

javax.swing.JSpinner mTopNote

mChannelSpinner

javax.swing.JSpinner mChannelSpinner

mInstrument

javax.swing.JComboBox mInstrument

mVelosity

javax.swing.JSpinner mVelosity

mNoteLength

javax.swing.JSpinner mNoteLength

mInterval

javax.swing.JSpinner mInterval

mTicks

javax.swing.JSpinner mTicks

mTempo

javax.swing.JSpinner mTempo

mLength

javax.swing.JSpinner mLength

mSettle

javax.swing.JSpinner mSettle

mPlayButton

javax.swing.JButton mPlayButton

mStopButton

javax.swing.JButton mStopButton

mSaveButton

javax.swing.JButton mSaveButton

mProducer

NumberSequenceProducer mProducer

mSequenceOrigin

DoublePoint mSequenceOrigin

Class org.fraid.sound.midi.PlayText extends javax.swing.JTextArea implements Serializable

Serialized Fields

mActions

java.util.HashMap<K,V> mActions

mPopup

javax.swing.JPopupMenu mPopup

Package org.fraid.sound.sampled.functions

Class org.fraid.sound.sampled.functions.loadSound extends GeneratorFunction implements Serializable

Class org.fraid.sound.sampled.functions.playSound extends ComplexFunction implements Serializable

Class org.fraid.sound.sampled.functions.recordSound extends GeneratorFunction implements Serializable

Serialized Fields

mController

RecordSoundController mController

mRecordedSamples

Samples mRecordedSamples

mSamplingFrequency

int mSamplingFrequency

mListenBufferSize

int mListenBufferSize

mDummyChangeEvent

javax.swing.event.ChangeEvent mDummyChangeEvent

Class org.fraid.sound.sampled.functions.saveAsSound extends ComplexFunction implements Serializable


Package org.fraid.sound.utils

Class org.fraid.sound.utils.PlaySoundController extends javax.swing.JPanel implements Serializable

Serialized Fields

mSourceFunction

DefinedFunction mSourceFunction

mData

byte[] mData

mFormat

javax.sound.sampled.AudioFormat mFormat

mStart

double mStart

mSamplingF

int mSamplingF

mLength

int mLength

mInfo

javax.sound.sampled.DataLine.Info mInfo

mDataLine

javax.sound.sampled.SourceDataLine mDataLine

mPlayThread

PlaySoundThread mPlayThread

mIsBlocked

boolean mIsBlocked

mIsPlaying

boolean mIsPlaying

mNeedsRegeneration

boolean mNeedsRegeneration

functionNameLabel

javax.swing.JLabel functionNameLabel

loopCheckBox

javax.swing.JCheckBox loopCheckBox

pauseButton

javax.swing.JButton pauseButton

playButton

javax.swing.JButton playButton

stopButton

javax.swing.JButton stopButton

Class org.fraid.sound.utils.RecordSoundController extends javax.swing.JPanel implements Serializable

Serialized Fields

mGeneratorFunction

recordSound mGeneratorFunction

mDataLine

javax.sound.sampled.TargetDataLine mDataLine

mRecordThread

RecordSoundThread mRecordThread

mSamplingFrequency

int mSamplingFrequency

mPlayer

PlaySoundController mPlayer

mAfterListening

boolean mAfterListening

counterStaticText

javax.swing.JLabel counterStaticText

counterValue

javax.swing.JLabel counterValue

functionNameLabel

javax.swing.JLabel functionNameLabel

listenCheckBox

javax.swing.JCheckBox listenCheckBox

losslessCheckBox

javax.swing.JCheckBox losslessCheckBox

recordButton

javax.swing.JButton recordButton

stopButton

javax.swing.JButton stopButton

Package org.fraid.tests

Class org.fraid.tests.EditTest extends java.lang.Object implements Serializable

Class org.fraid.tests.Experiment extends java.lang.Object implements Serializable

Class org.fraid.tests.FraidConsoleTest extends java.lang.Object implements Serializable

Class org.fraid.tests.MidiTest extends java.lang.Object implements Serializable

Class org.fraid.tests.PrincApplet extends javax.swing.JApplet implements Serializable

Serialized Fields

mPanel

SliderPanel mPanel

Class org.fraid.tests.SingleNoteChannel extends java.lang.Object implements Serializable

Class org.fraid.tests.SingleNoteSynthesizer extends java.lang.Object implements Serializable


Package org.fraid.utils

Class org.fraid.utils.MidiTest extends javax.swing.JPanel implements Serializable

Serialized Fields

mSynth

javax.sound.midi.Synthesizer mSynth

mReceiver

javax.sound.midi.Receiver mReceiver

mSequencer

javax.sound.midi.Sequencer mSequencer

mChannels

javax.sound.midi.MidiChannel[] mChannels

mInstruments

javax.sound.midi.Instrument[] mInstruments

mSequence

javax.sound.midi.Sequence mSequence

mTrack

javax.sound.midi.Track mTrack

mChangeOfInstrument

javax.sound.midi.MidiEvent mChangeOfInstrument

mChannel

int mChannel

mPlayBaseNoteButton

javax.swing.JButton mPlayBaseNoteButton

mPlayTopNoteButton

javax.swing.JButton mPlayTopNoteButton

mBaseNote

javax.swing.JSpinner mBaseNote

mTopNote

javax.swing.JSpinner mTopNote

mChannelSpinner

javax.swing.JSpinner mChannelSpinner

mInstrument

javax.swing.JComboBox mInstrument

mVelosity

javax.swing.JSpinner mVelosity

mNoteLength

javax.swing.JSpinner mNoteLength

mInterval

javax.swing.JSpinner mInterval

mPlayButton

javax.swing.JButton mPlayButton

Class org.fraid.utils.UtilsException extends java.lang.Exception implements Serializable


Package org.fraid.utils.functions

Class org.fraid.utils.functions.debug extends ComplexFunction implements Serializable

Class org.fraid.utils.functions.debugParser extends ComplexFunction implements Serializable

Class org.fraid.utils.functions.exit extends ComplexFunction implements Serializable

Class org.fraid.utils.functions.False extends ComplexFunction implements Serializable

Class org.fraid.utils.functions.info extends ComplexFunction implements Serializable

Class org.fraid.utils.functions.isComplex extends ComplexFunction implements Serializable

Class org.fraid.utils.functions.isFunction extends ComplexFunction implements Serializable

Class org.fraid.utils.functions.isString extends ComplexFunction implements Serializable

Class org.fraid.utils.functions.loadScript extends ComplexFunction implements Serializable

Class org.fraid.utils.functions.printClassPath extends ComplexFunction implements Serializable

Class org.fraid.utils.functions.printDef extends ComplexFunction implements Serializable

Class org.fraid.utils.functions.printDep extends ComplexFunction implements Serializable

Class org.fraid.utils.functions.printGen extends ComplexFunction implements Serializable

Class org.fraid.utils.functions.printPlugins extends ComplexFunction implements Serializable

Class org.fraid.utils.functions.printS extends ComplexFunction implements Serializable

Class org.fraid.utils.functions.printTree extends ComplexFunction implements Serializable

Class org.fraid.utils.functions.rename extends ComplexFunction implements Serializable

Class org.fraid.utils.functions.sleep extends ComplexFunction implements Serializable

Class org.fraid.utils.functions.string extends java.lang.Object implements Serializable

Class org.fraid.utils.functions.True extends ComplexFunction implements Serializable

Class org.fraid.utils.functions.typeOf extends ComplexFunction implements Serializable


Package org.netlib.math.complex

Class org.netlib.math.complex.Complex extends java.lang.Object implements Serializable

Serialized Fields

re

double re

im

double im



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.