Java Statistical Classes

Serialized Form


Package jsc.event

Class jsc.event.SampleEvent implements Serializable

Serialized Fields

sample

double[] sample
Values of sample.

Class jsc.event.StatisticEvent implements Serializable

Serialized Fields

statistic

double statistic
A statistic value.


Package jsc.mathfunction

Class jsc.mathfunction.MathFunctionException implements Serializable


Package jsc.numerical

Class jsc.numerical.NumericalException implements Serializable


Package jsc.swt.control

Class jsc.swt.control.DisplayField implements Serializable

Serialized Fields

realFormatter

RealFormat realFormatter

integerFormatter

IntegerFormat integerFormatter

toolkit

Toolkit toolkit

Class jsc.swt.control.IllegalCharactersField implements Serializable

Serialized Fields

toolkit

Toolkit toolkit

illegalCharacters

String illegalCharacters

Class jsc.swt.control.IllegalCharactersField.IllegalCharactersDocument implements Serializable

Class jsc.swt.control.IntegerComboBox implements Serializable

Class jsc.swt.control.IntegerField implements Serializable

Serialized Fields

toolkit

Toolkit toolkit

integerFormatter

NumberFormat integerFormatter

Class jsc.swt.control.IntegerField.WholeNumberDocument implements Serializable

Class jsc.swt.control.IntegerLogSlider implements Serializable

Serialized Fields

dminVal

double dminVal

logRange

double logRange

Class jsc.swt.control.IntegerSlider implements Serializable

Class jsc.swt.control.LegalCharactersField implements Serializable

Serialized Fields

toolkit

Toolkit toolkit

legalCharacters

String legalCharacters

Class jsc.swt.control.LegalCharactersField.LegalCharactersDocument implements Serializable

Class jsc.swt.control.PosIntegerComboBox implements Serializable

Class jsc.swt.control.PosIntegerField implements Serializable

Serialized Fields

toolkit

Toolkit toolkit

integerFormatter

NumberFormat integerFormatter

maxDigits

int maxDigits

maxValue

int maxValue

Class jsc.swt.control.PosIntegerField.WholeNumberDocument implements Serializable

Class jsc.swt.control.PosIntegerLabelledField implements Serializable

Serialized Fields

field

PosIntegerField field
Deprecated. 
The field part of the control.


label

JLabel label
Deprecated. 
The label part of the control.

Class jsc.swt.control.PosRealField implements Serializable

Serialized Fields

toolkit

Toolkit toolkit

realFormatter

RealFormat realFormatter

decimalSeparator

char decimalSeparator

field

JTextField field

Class jsc.swt.control.PosRealField.RealNumberDocument implements Serializable

Class jsc.swt.control.RealField implements Serializable

Serialized Fields

toolkit

Toolkit toolkit

realFormatter

RealFormat realFormatter

decimalSeparator

char decimalSeparator

field

JTextField field

Class jsc.swt.control.RealField.RealNumberDocument implements Serializable

Class jsc.swt.control.RealLogSlider implements Serializable

Serialized Fields

minVal

double minVal

logRange

double logRange

Class jsc.swt.control.RealSlider implements Serializable

Serialized Fields

minVal

double minVal

maxVal

double maxVal

range

double range

Class jsc.swt.control.SpeedSlider implements Serializable

Serialized Fields

minDelay

int minDelay

maxDelay

int maxDelay

slow

JLabel slow

fast

JLabel fast

Class jsc.swt.control.ToolBar implements Serializable

Serialized Fields

focusColour

Color focusColour

buttonSize

Dimension buttonSize


Package jsc.swt.datatable

Class jsc.swt.datatable.DataClipboard implements Serializable

Serialized Fields

copyMode

int copyMode

Class jsc.swt.datatable.DataMatrix implements Serializable

Serialized Fields

columnCount

int columnCount

rowCount

int rowCount

defaultClass

Class defaultClass

defaultNamePrefix

String defaultNamePrefix

columnClasses

Vector columnClasses

columnData

Vector columnData

columnNames

Vector columnNames

Class jsc.swt.datatable.DataModel implements Serializable

Serialized Fields

editable

boolean editable

changed

boolean changed

dataMatrix

DataMatrix dataMatrix

Class jsc.swt.datatable.DataTable implements Serializable

Serialized Fields

columnNameEditor

JTextField columnNameEditor

tableHeader

JTableHeader tableHeader

columnModel

TableColumnModel columnModel

tableView

JTable tableView

dataModel

DataModel dataModel

clickedColumn

int clickedColumn

lastRowInserted

int lastRowInserted

illegalCharsField

IllegalCharactersField illegalCharsField

integerField

PosIntegerField integerField

realField

RealField realField

Class jsc.swt.datatable.DataWindow implements Serializable

Serialized Fields

menuBar

JMenuBar menuBar
Menu bar of the window.


helpMenu

JMenu helpMenu
The Help menu.


toolBar

ToolBar toolBar
Toolbar of the window.


dataTable

DataTable dataTable
Data table displayed by the window.


initialHelpPage

String initialHelpPage

browserPath

String browserPath

copyAction

DataWindow.CopyAction copyAction

cutAction

DataWindow.CutAction cutAction

clearAction

DataWindow.ClearAction clearAction

pasteAction

DataWindow.PasteAction pasteAction

pasteClipboardAction

DataWindow.PasteClipboardAction pasteClipboardAction

parent

JInternalFrame parent

calculator

DataCalculator calculator

windowIcon

ImageIcon windowIcon

helpAction

HelpAction helpAction

Class jsc.swt.datatable.RecodeModel implements Serializable

Serialized Fields

labels

Vector labels

newValues

String[] newValues

Class jsc.swt.datatable.RecodeTable implements Serializable

Class jsc.swt.datatable.Table implements Serializable

Serialized Fields

tableModel

AbstractTableModel tableModel

realFormat

SigFigFormat realFormat

integerFormat

NumberFormat integerFormat

Class jsc.swt.datatable.TableWindow implements Serializable

Serialized Fields

menuBar

JMenuBar menuBar
Menu bar of the window.


table

Table table
Table of output displayed in the window.


copyAction

TableWindow.CopyAction copyAction

parent

JInternalFrame parent

dataWindow

DataWindow dataWindow


Package jsc.swt.help

Class jsc.swt.help.HelpAction implements Serializable

Serialized Fields

browserPath

String browserPath

initialHelpPage

String initialHelpPage

parent

Component parent

Class jsc.swt.help.HelpWindow implements Serializable

Serialized Fields

pane

JEditorPane pane


Package jsc.swt.mdi

Class jsc.swt.mdi.MDIApplication implements Serializable

Serialized Fields

menuBar

JMenuBar menuBar
The MDI application's menu bar.


fileMenu

JMenu fileMenu
The MDI application's File menu.


editMenu

JMenu editMenu
The MDI application's Edit menu.


windowMenu

JMenu windowMenu
The MDI application's Window menu.


optionsMenu

JMenu optionsMenu
The MDI application's Options menu.


helpMenu

JMenu helpMenu
The MDI application's Help menu.


toolBar

ToolBar toolBar
The MDI application's tool bar.


desktop

JDesktopPane desktop
The MDI application's desktop.


parent

JFrame parent
Handle to the MDI application window.


windowHashtable

Hashtable windowHashtable

copyAction

MDIApplication.CopyAction copyAction

cutAction

MDIApplication.CutAction cutAction

clearAction

MDIApplication.ClearAction clearAction

pasteAction

MDIApplication.PasteAction pasteAction

aboutMessage

Object aboutMessage

initialHelpPage

String initialHelpPage

browserPath

String browserPath

appTitle

String appTitle

currentFile

File currentFile

appFileExtension

String appFileExtension

untitledWindowCount

int untitledWindowCount

calculator

Calculator calculator

windowIcon

ImageIcon windowIcon

Class jsc.swt.mdi.MDIEditorWindow implements Serializable

Serialized Fields

ta

JTextArea ta
Contains the text for editing.

Class jsc.swt.mdi.MDIWindow implements Serializable

Serialized Fields

changed

boolean changed

selection

boolean selection

currentFile

File currentFile

frame

MDIWindow frame

parentApp

MDIApplication parentApp


Package jsc.swt.menu

Class jsc.swt.menu.DigitsMenu implements Serializable

Serialized Fields

lo

int lo

hi

int hi

rb

JRadioButtonMenuItem[] rb

Class jsc.swt.menu.LookAndFeelMenu implements Serializable

Serialized Fields

parent

Component parent

Class jsc.swt.menu.PrintMenu implements Serializable

Serialized Fields

pageSetup

JMenuItem pageSetup
The "Page Setup" menu item that implements page setup.


print

JMenuItem print
The "Print" menu item that implements printing.


pageSetupAction

PrintMenu.PageSetupAction pageSetupAction
The AbstractAction object for the "Page Setup" menu item.


printAction

PrintMenu.PrintAction printAction
The AbstractAction object for the "Print" menu item. This can be added to a toolbar to create an icon button for printing.


parentComponent

Component parentComponent

pageFormat

PageFormat pageFormat

printer

Printable printer


Package jsc.swt.panel

Class jsc.swt.panel.FieldPanel implements Serializable

Serialized Fields

c

GridBagConstraints c
This field holds the gridbag constraints instance used to to arrange the labels and fields.

Class jsc.swt.panel.GraphicBackgroundPanel implements Serializable

Serialized Fields

tile

ImageIcon tile

Class jsc.swt.panel.TransparentChildPanel implements Serializable


Package jsc.swt.plot

Class jsc.swt.plot.BeadSlider implements Serializable

Serialized Fields

index

int index


Package jsc.swt.plot2d

Class jsc.swt.plot2d.AxesPlot implements Serializable

Serialized Fields

title

PlotText title
Title of graph.


horizontalAxis

HorizontalAxis horizontalAxis
The horizontal axis.


verticalAxis

VerticalAxis verticalAxis
The vertical axis.


plottingArea

VRectangle plottingArea

paintXaxis

boolean paintXaxis

paintYaxis

boolean paintYaxis

clipping

boolean clipping

Class jsc.swt.plot2d.CdfPlot implements Serializable

Serialized Fields

F

Distribution F

Class jsc.swt.plot2d.FunctionPlot2D implements Serializable

Class jsc.swt.plot2d.Histogram2D implements Serializable

Serialized Fields

type

int type

Class jsc.swt.plot2d.LabelledXaxisPlot implements Serializable

Serialized Fields

labelCount

int labelCount

Class jsc.swt.plot2d.MarkerTypeMenu implements Serializable

Class jsc.swt.plot2d.PdfPlot implements Serializable

Serialized Fields

D

Distribution D

Class jsc.swt.plot2d.PlotPanel implements Serializable

Serialized Fields

virtualSpace

VRectangle virtualSpace
Rectangle virtualSpace defines the virtual plotting area. It's lower-left corner defines the origin (x,y), and it's dimensions (width,height) define it's ranges in the x and y directions. Note that the y direction is upwards from the origin.


vt

VirtualTransform vt
The affine transformation that defines the transformation from virtual (user) co-ordinates to device (pixel) co-ordinates. Maps rectangle virtualSpace onto this panel. Note that this is not defined until the JPanel object is displayed, i.e. paintComponent() is called.


objectComposite

Composite objectComposite
The compositing rule for drawing plot objects.


hints

RenderingHints hints
The rendering hints for drawing.


componentBounds

Vector componentBounds
Stores components' bounds as VRectangle virtual rectangles.


objects

Vector objects
Stores PlotObject objects that are drawn on the plot.


parent

Component parent

focusColour

Color focusColour

zoomBox

VRectangle zoomBox

zoomBoxes

Stack zoomBoxes

zoomBoxColour

Color zoomBoxColour

zoomBoxObject

PlotShape zoomBoxObject

zoomBoxStart

VPoint zoomBoxStart

zoomBoxStroke

Stroke zoomBoxStroke

zoomKeyListener

KeyListener zoomKeyListener

zoomMotionListener

MouseMotionListener zoomMotionListener

zoomMouseListener

MouseListener zoomMouseListener

Class jsc.swt.plot2d.ProportionPlot2D implements Serializable

Serialized Fields

numberOfTrials

int numberOfTrials

targetProportion

double targetProportion

trialCount

int trialCount

polyline

Polyline polyline

curve

PlotObject curve

line

PlotObject line

curveColour

Color curveColour

lineStroke

Stroke lineStroke

lineColour

Color lineColour

curveStroke

Stroke curveStroke

xTitle

String xTitle

xTicks

int xTicks

Class jsc.swt.plot2d.ScatterPlot2D implements Serializable

Class jsc.swt.plot2d.SplinePlot2D implements Serializable

Serialized Fields

m

int m

beadSize

int beadSize

a

double a

b

double b

spline

Spline spline

cutOff

boolean cutOff

minorTickGap

double minorTickGap

majorTickGap

double majorTickGap

x

double[] x

y

double[] y

splineFunc

SplinePlot2D.SplineFunc splineFunc

changed

boolean changed

n

int n

curveColour

Color curveColour

stroke

Stroke stroke

paint

Paint paint

filled

boolean filled

po

PlotObject po

Class jsc.swt.plot2d.VerticalBarChart implements Serializable

Serialized Fields

type

int type


Package jsc.swt.text

Class jsc.swt.text.StatisticalDocument implements Serializable

Serialized Fields

integerFormatter

IntegerFormat integerFormatter

realFormatter

RealFormat realFormatter

attributes

SimpleAttributeSet attributes


Package jsc.swt.util

Class jsc.swt.util.PropertiesFile implements Serializable

Serialized Fields

fileName

String fileName


Package jsc.swt.virtualgraphics

Class jsc.swt.virtualgraphics.VirtualTransform implements Serializable


Package jsc.util

Class jsc.util.BitVector implements Serializable

Serialized Fields

n

int n

Class jsc.util.CaseInsensitiveVector implements Serializable


Java Statistical Classes

Copyright © Andrew James Bertie, 2005, all rights reserved. Updated 12th Aug 2005