Serialized Form


Package JSci

Class JSci.Version extends java.lang.Object implements Serializable

Serialized Fields

major

int major
Major version number.


minor

int minor
Minor version number.


platform

java.lang.String platform
Java platform required.


home

java.lang.String home
The URL for the home of this version.


Package JSci.astro.telescope

Class JSci.astro.telescope.LX200ControlPanel extends java.awt.Panel implements Serializable

Serialized Fields

lx200

LX200Remote lx200

statusThr

java.lang.Thread statusThr

raField

java.awt.TextField raField

decField

java.awt.TextField decField

gotoButton

java.awt.Button gotoButton

syncButton

java.awt.Button syncButton

raLabel

java.awt.Label raLabel

decLabel

java.awt.Label decLabel

inButton

java.awt.Button inButton

outButton

java.awt.Button outButton

focusRateCombo

java.awt.Choice focusRateCombo

northButton

java.awt.Button northButton

eastButton

java.awt.Button eastButton

southButton

java.awt.Button southButton

westButton

java.awt.Button westButton

slewRateCombo

java.awt.Choice slewRateCombo

Class JSci.astro.telescope.LX200DebugServer extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

ra

java.lang.String ra

dec

java.lang.String dec

Class JSci.astro.telescope.LX200Server extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

lx200

LX200 lx200


Package JSci.awt

Class JSci.awt.BarGraph extends CategoryGraph2D implements Serializable

Serialized Fields

barColor

java.awt.Color[] barColor
Bar colors.


minY

float minY
Min and max data points.


maxY

float maxY
Min and max data points.


yIncPixels

float yIncPixels
Axis scaling.

See Also:
Constant Field Values

yInc

float yInc

autoYInc

boolean autoYInc

xScale

float xScale

yScale

float yScale

barWidth

int barWidth

barPad

int barPad
Padding.

See Also:
Constant Field Values

numbering

boolean numbering
Axis numbering.


yNumberFormat

java.text.NumberFormat yNumberFormat

Class JSci.awt.CategoryGraph2D extends DoubleBufferedCanvas implements Serializable

Serialized Fields

model

CategoryGraph2DModel model
Data model.


origin

java.awt.Point origin
Origin.


scalePad

int scalePad
Padding.

See Also:
Constant Field Values

axisPad

int axisPad
See Also:
Constant Field Values

leftAxisPad

int leftAxisPad

Class JSci.awt.ContourPlot extends DoubleBufferedCanvas implements Serializable

Serialized Fields

data

float[][] data

min

double min

max

double max

deltay

int deltay

deltax

int[] deltax

c1

float c1

c2

float c2

c3

float c3

Contourx

int Contourx

Contoury

int Contoury

largeurMax

int largeurMax

hauteurMax

int hauteurMax

Class JSci.awt.DefaultCategoryGraph2DModel.DataSeries extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

xAxis

java.lang.Object[] xAxis

series

float[] series

isVis

boolean isVis

Class JSci.awt.DefaultGraph2DModel.DataSeries extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

xAxis

float[] xAxis

series

float[] series

isVis

boolean isVis

Class JSci.awt.DefaultGraph3DModel.DataSeries extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

xAxis

float[] xAxis

yAxis

float[] yAxis

series

float[] series

isVis

boolean isVis

Class JSci.awt.DoubleBufferedCanvas extends java.awt.Canvas implements Serializable

Serialized Fields

buffer

java.awt.Image buffer

doRedraw

boolean doRedraw

Class JSci.awt.Graph2D extends DoubleBufferedCanvas implements Serializable

Serialized Fields

model

Graph2DModel model
Data model.


origin

java.awt.Point origin
Origin.


dataMarker

Graph2D.DataMarker dataMarker

seriesColor

java.awt.Color[] seriesColor
Series colors.


numbering

boolean numbering
Axis numbering.


xNumberFormat

java.text.NumberFormat xNumberFormat

yNumberFormat

java.text.NumberFormat yNumberFormat

gridLines

boolean gridLines

gridLineColor

java.awt.Color gridLineColor

xScale

float xScale
Axis scaling.


yScale

float yScale
Axis scaling.


xScaleType

int xScaleType
Axis scaling type.


yScaleType

int yScaleType
Axis scaling type.


minX

float minX
Axis extrema.


minY

float minY
Axis extrema.


maxX

float maxX
Axis extrema.


maxY

float maxY
Axis extrema.


scaledMinX

float scaledMinX

scaledMinY

float scaledMinY

scaledMaxX

float scaledMaxX

scaledMaxY

float scaledMaxY

autoXExtrema

boolean autoXExtrema

autoYExtrema

boolean autoYExtrema

xGrowth

float xGrowth

yGrowth

float yGrowth

xIncPixels

float xIncPixels
Axis numbering increment.

See Also:
Constant Field Values

yIncPixels

float yIncPixels
See Also:
Constant Field Values

xInc

float xInc

yInc

float yInc

autoXInc

boolean autoXInc

autoYInc

boolean autoYInc

scalePad

int scalePad
Padding.

See Also:
Constant Field Values

axisPad

int axisPad
See Also:
Constant Field Values

leftAxisPad

int leftAxisPad

Class JSci.awt.GraphDataEvent extends java.util.EventObject implements Serializable

Serialized Fields

series

int series

isIncremental

boolean isIncremental

Class JSci.awt.Histogram extends DoubleBufferedCanvas implements Serializable

Serialized Fields

model

Graph2DModel model
Data model.


origin

java.awt.Point origin
Origin.


seriesColor

java.awt.Color[] seriesColor
Series colors.


numbering

boolean numbering
Axis numbering.


xNumberFormat

java.text.NumberFormat xNumberFormat

yNumberFormat

java.text.NumberFormat yNumberFormat

gridLines

boolean gridLines

gridLineColor

java.awt.Color gridLineColor

xScale

float xScale
Axis scaling.


yScale

float yScale
Axis scaling.


minX

float minX
Axis extrema.


minY

float minY
Axis extrema.


maxX

float maxX
Axis extrema.


maxY

float maxY
Axis extrema.


autoXExtrema

boolean autoXExtrema

autoYExtrema

boolean autoYExtrema

xGrowth

float xGrowth

yGrowth

float yGrowth

xIncPixels

float xIncPixels
Axis numbering increment.

See Also:
Constant Field Values

yIncPixels

float yIncPixels
See Also:
Constant Field Values

xInc

float xInc

yInc

float yInc

autoXInc

boolean autoXInc

autoYInc

boolean autoYInc

scalePad

int scalePad
Padding.

See Also:
Constant Field Values

axisPad

int axisPad
See Also:
Constant Field Values

leftAxisPad

int leftAxisPad

Class JSci.awt.ImageCanvas extends java.awt.Canvas implements Serializable

Serialized Fields

image

java.awt.Image image

Class JSci.awt.LayeredBarGraph extends BarGraph implements Serializable

Class JSci.awt.LineGraph extends Graph2D implements Serializable

Class JSci.awt.LineGraph3D extends DoubleBufferedCanvas implements Serializable

Serialized Fields

model

Graph3DModel model

md

Model3D md

painted

boolean painted

xfac

float xfac

prevx

int prevx

prevy

int prevy

xtheta

float xtheta

ytheta

float ytheta

scalefudge

float scalefudge

amat

Matrix3D amat

tmat

Matrix3D tmat

mdname

java.lang.String mdname

message

java.lang.String message

Class JSci.awt.LineTrace extends DoubleBufferedCanvas implements Serializable

Serialized Fields

dataPoints

java.util.List dataPoints
Data points.


samplingInterval

float samplingInterval
Sampling interval.


numbering

boolean numbering
Axis numbering.


xNumberFormat

java.text.NumberFormat xNumberFormat

yNumberFormat

java.text.NumberFormat yNumberFormat

origin

java.awt.Point origin
Origin.


minX

float minX
Min and max data points.


minY

float minY
Min and max data points.


maxX

float maxX
Min and max data points.


maxY

float maxY
Min and max data points.


xScale

float xScale
Axis scaling.


yScale

float yScale
Axis scaling.


xIncPixels

float xIncPixels
See Also:
Constant Field Values

yIncPixels

float yIncPixels
See Also:
Constant Field Values

scalePad

int scalePad
Padding.

See Also:
Constant Field Values

axisPad

int axisPad
See Also:
Constant Field Values

leftAxisPad

int leftAxisPad

Class JSci.awt.PieChart extends CategoryGraph2D implements Serializable

Serialized Fields

pieTotal

float pieTotal
Total value of pie.


sliceColor

java.awt.Color[] sliceColor
Slice colors.

Class JSci.awt.ScatterGraph extends Graph2D implements Serializable

Class JSci.awt.StackedBarGraph extends BarGraph implements Serializable


Package JSci.biology

Class JSci.biology.AminoAcid extends Molecule implements Serializable

Serialized Fields

name

java.lang.String name

abbreviation

java.lang.String abbreviation

symbol

java.lang.String symbol

molecularFormula

java.lang.String molecularFormula

molecularWeight

double molecularWeight

isoelectricPoint

double isoelectricPoint

casRegistryNumber

java.lang.String casRegistryNumber


Package JSci.chemistry

Class JSci.chemistry.Atom extends Particle implements Serializable

Serialized Fields

shell

Lepton[] shell
Shell.


shellSize

int shellSize

nucleus

Nucleon[] nucleus
Nucleus.


nucleusSize

int nucleusSize

Class JSci.chemistry.Element extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

symbol

java.lang.String symbol

atomicNumber

int atomicNumber

massNumber

int massNumber

electronegativity

double electronegativity

covalentRadius

double covalentRadius

atomicRadius

double atomicRadius

meltingPoint

double meltingPoint

boilingPoint

double boilingPoint

density

double density

specificHeat

double specificHeat

electricalConductivity

double electricalConductivity

thermalConductivity

double thermalConductivity

Class JSci.chemistry.Molecule extends Particle implements Serializable

Serialized Fields

atoms

java.util.Set atoms
Atoms.


Package JSci.chemistry.periodictable

Class JSci.chemistry.periodictable.AlkaliEarthMetal extends Element implements Serializable

Class JSci.chemistry.periodictable.AlkaliMetal extends Element implements Serializable

Class JSci.chemistry.periodictable.Halogen extends Element implements Serializable

Class JSci.chemistry.periodictable.Metal extends Element implements Serializable

Class JSci.chemistry.periodictable.NobleGas extends Element implements Serializable

Class JSci.chemistry.periodictable.NonMetal extends Element implements Serializable

Class JSci.chemistry.periodictable.RareEarthMetal extends Element implements Serializable

Class JSci.chemistry.periodictable.TransitionMetal extends Element implements Serializable


Package JSci.instruments

Class JSci.instruments.Player extends javax.swing.JPanel implements Serializable

Serialized Fields

imgsource

java.awt.image.MemoryImageSource imgsource

img

java.awt.Image img

currentImage

Image currentImage

source

ImageSource source

decimationFrame

int decimationFrame

decimationNumber

int decimationNumber

receivedFrames

long receivedFrames

displayedFrames

long displayedFrames

lastReceivedFrames

long lastReceivedFrames

lastDisplayedFrames

long lastDisplayedFrames

last

long last

receivedFramesLabel

javax.swing.JLabel receivedFramesLabel

displayedFramesLabel

javax.swing.JLabel displayedFramesLabel

newImagePresent

boolean newImagePresent

r

ROI r

Class JSci.instruments.PTCroquetteCross extends java.awt.Polygon implements Serializable

Serialized Fields

crossHW

int crossHW

crossL

int crossL

position

java.awt.geom.Point2D position

intPosition

java.awt.Point intPosition

z

double z

dragging

boolean dragging

bbox

java.awt.Rectangle bbox

color

java.awt.Color color

component

JSci.instruments.PTCroquetteCross.CComponent component

calibration

double[] calibration

calibrating

boolean calibrating

zNum

int zNum

zLevel

int zLevel

minZ

double minZ

maxZ

double maxZ


Package JSci.io

Class JSci.io.MathMLDocumentJSciImpl extends MathMLDocumentImpl implements Serializable


Package JSci.mathml

Class JSci.mathml.MathMLActionElementImpl extends MathMLPresentationContainerImpl implements Serializable

Class JSci.mathml.MathMLAlignGroupElementImpl extends MathMLElementImpl implements Serializable

Class JSci.mathml.MathMLAlignMarkElementImpl extends MathMLElementImpl implements Serializable

Class JSci.mathml.MathMLAnnotationElementImpl extends MathMLElementImpl implements Serializable

Class JSci.mathml.MathMLApplyElementImpl extends MathMLContentContainerImpl implements Serializable

Class JSci.mathml.MathMLBinaryOpImpl extends MathMLPredefinedSymbolImpl implements Serializable

Class JSci.mathml.MathMLBinaryRelImpl extends MathMLPredefinedSymbolImpl implements Serializable

Class JSci.mathml.MathMLBvarElementImpl extends MathMLContentContainerImpl implements Serializable

Class JSci.mathml.MathMLCiElementImpl extends MathMLContentTokenImpl implements Serializable

Class JSci.mathml.MathMLCnElementImpl extends MathMLContentTokenImpl implements Serializable

Class JSci.mathml.MathMLConditionElementImpl extends MathMLElementImpl implements Serializable

Class JSci.mathml.MathMLContentContainerImpl extends MathMLElementImpl implements Serializable

Class JSci.mathml.MathMLContentTokenImpl extends MathMLElementImpl implements Serializable

Class JSci.mathml.MathMLCsymbolElementImpl extends MathMLContentTokenImpl implements Serializable

Class JSci.mathml.MathMLDocumentImpl extends org.apache.xerces.dom.DocumentImpl implements Serializable

Class JSci.mathml.MathMLElementImpl extends org.apache.xerces.dom.ElementNSImpl implements Serializable

Class JSci.mathml.MathMLEncloseElementImpl extends MathMLPresentationContainerImpl implements Serializable

Class JSci.mathml.MathMLFencedElementImpl extends MathMLPresentationContainerImpl implements Serializable

Class JSci.mathml.MathMLFnElementImpl extends MathMLContentContainerImpl implements Serializable

Class JSci.mathml.MathMLFractionElementImpl extends MathMLElementImpl implements Serializable

Class JSci.mathml.MathMLFunctionImpl extends MathMLPredefinedSymbolImpl implements Serializable

Class JSci.mathml.MathMLGlyphElementImpl extends MathMLElementImpl implements Serializable

Class JSci.mathml.MathMLListElementImpl extends MathMLContentContainerImpl implements Serializable

Class JSci.mathml.MathMLMathElementImpl extends MathMLElementImpl implements Serializable

Class JSci.mathml.MathMLMatrixElementImpl extends MathMLElementImpl implements Serializable

Class JSci.mathml.MathMLMatrixrowElementImpl extends MathMLElementImpl implements Serializable

Class JSci.mathml.MathMLNaryOpImpl extends MathMLPredefinedSymbolImpl implements Serializable

Class JSci.mathml.MathMLNaryRelImpl extends MathMLPredefinedSymbolImpl implements Serializable

Class JSci.mathml.MathMLPaddedElementImpl extends MathMLPresentationContainerImpl implements Serializable

Class JSci.mathml.MathMLPredefinedSymbolImpl extends MathMLElementImpl implements Serializable

Class JSci.mathml.MathMLPresentationContainerImpl extends MathMLElementImpl implements Serializable

Class JSci.mathml.MathMLPresentationTokenImpl extends MathMLElementImpl implements Serializable

Class JSci.mathml.MathMLRadicalElementImpl extends MathMLElementImpl implements Serializable

Class JSci.mathml.MathMLScriptElementImpl extends MathMLElementImpl implements Serializable

Class JSci.mathml.MathMLSetElementImpl extends MathMLContentContainerImpl implements Serializable

Class JSci.mathml.MathMLSpaceElementImpl extends MathMLElementImpl implements Serializable

Class JSci.mathml.MathMLStringLitElementImpl extends MathMLPresentationTokenImpl implements Serializable

Class JSci.mathml.MathMLTendsToElementImpl extends MathMLPredefinedSymbolImpl implements Serializable

Class JSci.mathml.MathMLUnaryOpImpl extends MathMLPredefinedSymbolImpl implements Serializable

Class JSci.mathml.MathMLUnderOverElementImpl extends MathMLElementImpl implements Serializable

Class JSci.mathml.MathMLVectorElementImpl extends MathMLElementImpl implements Serializable

Class JSci.mathml.MathMLXMLAnnotationElementImpl extends MathMLElementImpl implements Serializable


Package JSci.maths

Class JSci.maths.Complex extends java.lang.Object implements Serializable

serialVersionUID: 6561957920497208796l

Serialized Fields

re

double re

im

double im

Class JSci.maths.DimensionException extends java.lang.IllegalArgumentException implements Serializable

Class JSci.maths.MathDouble extends java.lang.Number implements Serializable

serialVersionUID: 8616680319093653108l

Serialized Fields

x

double x

Class JSci.maths.MathInteger extends java.lang.Number implements Serializable

serialVersionUID: 6893485894391864141l

Serialized Fields

x

int x

Class JSci.maths.MaximumIterationsExceededException extends java.lang.Exception implements Serializable

Class JSci.maths.Quaternion extends java.lang.Object implements Serializable

serialVersionUID: 1605315490425547301l

Serialized Fields

re

double re

imi

double imi

imj

double imj

imk

double imk

Class JSci.maths.Supernumber extends java.lang.Object implements Serializable

Serialized Fields

N

int N
See Also:
Constant Field Values

body

Complex body

soul1

Complex[] soul1

soul2

Complex[] soul2

soul3

Complex[] soul3

soul4

Complex soul4


Package JSci.maths.analysis

Class JSci.maths.analysis.Exponential extends RealFunction implements Serializable

Serialized Fields

A

double A

w

double w

k

double k

Class JSci.maths.analysis.RealFunction extends java.lang.Object implements Serializable

Class JSci.maths.analysis.RealFunction2D extends java.lang.Object implements Serializable


Package JSci.maths.categories

Class JSci.maths.categories.Hilb.LinearMap extends java.lang.Object implements Serializable

Serialized Fields

matrix

AbstractComplexMatrix matrix

Class JSci.maths.categories.UndefinedCompositionException extends java.lang.RuntimeException implements Serializable


Package JSci.maths.matrices

Class JSci.maths.matrices.AbstractComplexMatrix extends Matrix implements Serializable

Class JSci.maths.matrices.AbstractComplexSquareMatrix extends AbstractComplexMatrix implements Serializable

Class JSci.maths.matrices.AbstractDoubleMatrix extends Matrix implements Serializable

Class JSci.maths.matrices.AbstractDoubleSquareMatrix extends AbstractDoubleMatrix implements Serializable

Class JSci.maths.matrices.AbstractIntegerMatrix extends Matrix implements Serializable

Class JSci.maths.matrices.AbstractIntegerSquareMatrix extends AbstractIntegerMatrix implements Serializable

Class JSci.maths.matrices.ComplexDiagonalMatrix extends AbstractComplexSquareMatrix implements Serializable

Serialized Fields

diagRe

double[] diagRe
Arrays containing the elements of the matrix.


diagIm

double[] diagIm
Arrays containing the elements of the matrix.

Class JSci.maths.matrices.ComplexMatrix extends AbstractComplexMatrix implements Serializable

Serialized Fields

matrixRe

double[][] matrixRe
Arrays containing the elements of the matrix.


matrixIm

double[][] matrixIm
Arrays containing the elements of the matrix.

Class JSci.maths.matrices.ComplexSquareMatrix extends AbstractComplexSquareMatrix implements Serializable

Serialized Fields

matrixRe

double[][] matrixRe
Arrays containing the elements of the matrix.


matrixIm

double[][] matrixIm
Arrays containing the elements of the matrix.

Class JSci.maths.matrices.ComplexTridiagonalMatrix extends AbstractComplexSquareMatrix implements Serializable

Serialized Fields

ldiagRe

double[] ldiagRe
Tridiagonal data.


ldiagIm

double[] ldiagIm
Tridiagonal data.


diagRe

double[] diagRe

diagIm

double[] diagIm

udiagRe

double[] udiagRe

udiagIm

double[] udiagIm

Class JSci.maths.matrices.DoubleDiagonalMatrix extends AbstractDoubleSquareMatrix implements Serializable

Serialized Fields

diag

double[] diag
Diagonal data.

Class JSci.maths.matrices.DoubleMatrix extends AbstractDoubleMatrix implements Serializable

Serialized Fields

matrix

double[][] matrix
Array containing the elements of the matrix.

Class JSci.maths.matrices.DoubleSparseMatrix extends AbstractDoubleMatrix implements Serializable

Serialized Fields

elements

double[] elements
Matrix elements.


colPos

int[] colPos
Sparse indexing data. Contains the column positions of each element, e.g. colPos[n] is the column position of the nth element.


rows

int[] rows
Sparse indexing data. Contains the indices of the start of each row, e.g. rows[i] is the index where the ith row starts.

Class JSci.maths.matrices.DoubleSparseSquareMatrix extends AbstractDoubleSquareMatrix implements Serializable

Serialized Fields

elements

double[] elements
Matrix elements.


colPos

int[] colPos
Sparse indexing data. Contains the column positions of each element, e.g. colPos[n] is the column position of the nth element.


rows

int[] rows
Sparse indexing data. Contains the indices of the start of each row, e.g. rows[i] is the index where the ith row starts.

Class JSci.maths.matrices.DoubleSquareMatrix extends AbstractDoubleSquareMatrix implements Serializable

Serialized Fields

matrix

double[][] matrix
Array containing the elements of the matrix.

Class JSci.maths.matrices.DoubleTridiagonalMatrix extends AbstractDoubleSquareMatrix implements Serializable

Serialized Fields

ldiag

double[] ldiag
Tridiagonal data.


diag

double[] diag

udiag

double[] udiag

Class JSci.maths.matrices.IntegerDiagonalMatrix extends AbstractIntegerSquareMatrix implements Serializable

Serialized Fields

diag

int[] diag
Diagonal data.

Class JSci.maths.matrices.IntegerMatrix extends AbstractIntegerMatrix implements Serializable

Serialized Fields

matrix

int[][] matrix
Array containing the elements of the matrix.

Class JSci.maths.matrices.IntegerSquareMatrix extends AbstractIntegerSquareMatrix implements Serializable

Serialized Fields

matrix

int[][] matrix
Array containing the elements of the matrix.

Class JSci.maths.matrices.IntegerTridiagonalMatrix extends AbstractIntegerSquareMatrix implements Serializable

Serialized Fields

ldiag

int[] ldiag
Tridiagonal data.


diag

int[] diag

udiag

int[] udiag

Class JSci.maths.matrices.Matrix extends java.lang.Object implements Serializable

Serialized Fields

numRows

int numRows
The number of rows.


numCols

int numCols
The number of columns.

Class JSci.maths.matrices.MatrixDimensionException extends DimensionException implements Serializable

Class JSci.maths.matrices.RingMatrix extends Matrix implements Serializable

Serialized Fields

matrix

Ring.Member[][] matrix
Array containing the elements of the matrix.


Package JSci.maths.polynomials

Class JSci.maths.polynomials.ComplexPolynomial extends java.lang.Object implements Serializable

Serialized Fields

_coeff

Complex[] _coeff

Class JSci.maths.polynomials.RealPolynomial extends RealFunction implements Serializable

Serialized Fields

_coeff

double[] _coeff
Coefficients in ascending degree order


Package JSci.maths.statistics

Class JSci.maths.statistics.OutOfRangeException extends java.lang.IllegalArgumentException implements Serializable


Package JSci.maths.vectors

Class JSci.maths.vectors.AbstractComplexVector extends MathVector implements Serializable

Class JSci.maths.vectors.AbstractDoubleVector extends MathVector implements Serializable

Class JSci.maths.vectors.AbstractIntegerVector extends MathVector implements Serializable

Class JSci.maths.vectors.Complex2Vector extends AbstractComplexVector implements Serializable

Serialized Fields

xre

double xre

xim

double xim

yre

double yre

yim

double yim

Class JSci.maths.vectors.Complex3Vector extends AbstractComplexVector implements Serializable

Serialized Fields

xre

double xre

xim

double xim

yre

double yre

yim

double yim

zre

double zre

zim

double zim

Class JSci.maths.vectors.ComplexVector extends AbstractComplexVector implements Serializable

Serialized Fields

vectorRe

double[] vectorRe
Arrays containing the components of the vector.


vectorIm

double[] vectorIm

Class JSci.maths.vectors.Double2Vector extends AbstractDoubleVector implements Serializable

Serialized Fields

x

double x

y

double y

Class JSci.maths.vectors.Double3Vector extends AbstractDoubleVector implements Serializable

Serialized Fields

x

double x

y

double y

z

double z

Class JSci.maths.vectors.DoubleSparseVector extends AbstractDoubleVector implements Serializable

Serialized Fields

vector

double[] vector

pos

int[] pos
Sparse indexing data. Contains the component positions of each element, e.g. pos[n] is the component position of the nth element (the pos[n]th component is stored at index n).

Class JSci.maths.vectors.DoubleVector extends AbstractDoubleVector implements Serializable

Serialized Fields

vector

double[] vector
Array containing the components of the vector.

Class JSci.maths.vectors.Integer2Vector extends AbstractIntegerVector implements Serializable

Serialized Fields

x

int x

y

int y

Class JSci.maths.vectors.Integer3Vector extends AbstractIntegerVector implements Serializable

Serialized Fields

x

int x

y

int y

z

int z

Class JSci.maths.vectors.IntegerVector extends AbstractIntegerVector implements Serializable

Serialized Fields

vector

int[] vector
Array containing the components of the vector.

Class JSci.maths.vectors.MathVector extends java.lang.Object implements Serializable

Serialized Fields

N

int N
The vector's dimension.

Class JSci.maths.vectors.VectorDimensionException extends DimensionException implements Serializable


Package JSci.maths.wavelet

Class JSci.maths.wavelet.IllegalScalingException extends java.lang.IllegalArgumentException implements Serializable


Package JSci.physics

Class JSci.physics.AbstractClassicalParticle extends Particle implements Serializable

Class JSci.physics.ClassicalParticle extends AbstractClassicalParticle implements Serializable

Serialized Fields

mass

double mass

x

AbstractDoubleVector x

v

AbstractDoubleVector v

Class JSci.physics.ClassicalParticle2D extends AbstractClassicalParticle implements Serializable

Serialized Fields

mass

double mass
Mass.


x

double x
Position coordinates.


y

double y
Position coordinates.


vx

double vx
Velocity coordinates.


vy

double vy
Velocity coordinates.

Class JSci.physics.ClassicalParticle3D extends AbstractClassicalParticle implements Serializable

Serialized Fields

mass

double mass
Mass.


x

double x
Position coordinates.


y

double y
Position coordinates.


z

double z
Position coordinates.


vx

double vx
Velocity coordinates.


vy

double vy
Velocity coordinates.


vz

double vz
Velocity coordinates.

Class JSci.physics.ConstantForce2D extends Force2D implements Serializable

Serialized Fields

Fx

double Fx

Fy

double Fy

Class JSci.physics.ConstantForce3D extends Force3D implements Serializable