Serialized Form


Package fsmvis.data

Class fsmvis.data.DataItem implements Serializable

Serialized Fields

color

java.awt.Color color

force

Vect force

ORD_FACTOR

double ORD_FACTOR

position

Coordinate position

values

java.lang.Object[] values

velocity

Vect velocity

Class fsmvis.data.DataItemCollection implements Serializable

Serialized Fields

average

double[] average

columns

java.util.ArrayList columns

dataItems

java.util.ArrayList dataItems

desiredDist

double[][] desiredDist

fields

java.util.ArrayList fields

isNormalized

boolean isNormalized

layoutBounds

double layoutBounds

maxDist

double maxDist

maximums

java.util.ArrayList maximums

mean

double mean

minDist

double minDist

minimums

java.util.ArrayList minimums

normalising

boolean normalising

ORD_FACTOR

double ORD_FACTOR

sig

double sig

sigma

double[] sigma

size

int size

STANDARD_DEVS

double STANDARD_DEVS

sumHDSquares

double sumHDSquares

sumHDVals

double sumHDVals

sumOfSquares

double[] sumOfSquares

sumOfVals

double[] sumOfVals

types

java.util.ArrayList types

unrelatedDist

double unrelatedDist

useSamples

boolean useSamples


Package fsmvis.engine

Class fsmvis.engine.Coordinate implements Serializable

Serialized Fields

w

double w

x

double x

y

double y

z

double z

Class fsmvis.engine.NeighbourAndSampleModel implements Serializable

Serialized Fields

dontReadFromFile

boolean dontReadFromFile

neighbours

java.util.ArrayList neighbours

samples

java.util.ArrayList samples

Class fsmvis.engine.SpringModel implements Serializable

Serialized Fields

dataItems

DataItemCollection dataItems

dataSizeFactor

double dataSizeFactor

endC

EndCriteria endC

force

java.util.ArrayList force

numIterations

int numIterations

position

java.util.ArrayList position

properties

java.util.Properties properties

runningTime

long runningTime

startTime

long startTime

unrelatedDist

double unrelatedDist

velocity

java.util.ArrayList velocity

viewParent

Viewer viewParent

Class fsmvis.engine.TooManyIterationsException implements Serializable

Class fsmvis.engine.Vect implements Serializable


Package fsmvis.gui

Class fsmvis.gui.CheckBoxPanel implements Serializable

Serialized Fields

checkBoxes

java.util.HashMap checkBoxes

colName

java.lang.String colName

column

int column

dataItems

DataItemCollection dataItems

mapping

java.util.HashMap mapping

parent

Viewer parent

selected

java.util.List selected

Class fsmvis.gui.DataFileLoaderFrame implements Serializable

Class fsmvis.gui.DoubleSlider implements Serializable

Serialized Fields

currentMaxValue

double currentMaxValue
Values representing current selected bounds

currentMinValue

double currentMinValue
Values representing current selected bounds

hilitedMaxValue

double hilitedMaxValue
Values representing current hilited bounds

hilitedMinValue

double hilitedMinValue
Values representing current hilited bounds

lastNotifyTime

long lastNotifyTime
Last time a DoubleSliderAdjustmentListeners was notified (ms)

lastX

int lastX
Coordinates of last mouse coordinates during a drag

lastY

int lastY
Coordinates of last mouse coordinates during a drag

listeners

java.util.List listeners
List of interested DoubleSliderAdjustmentListeners

maxButton

fsmvis.gui.DoubleSlider.ArrowButton maxButton

maxValue

double maxValue
Values representing absolute bounds of slider

minButton

fsmvis.gui.DoubleSlider.ArrowButton minButton

minValue

double minValue
Values representing absolute bounds of slider

notifyInterval

long notifyInterval
Duration in milliseconds between notifications

orientation

int orientation
Current orientation (HORIZONTAL or VERTICAL)

showHilitedRange

boolean showHilitedRange
True if the range indicated by hilitedMaxValue and hilitedMinValue is to be shown

track

javax.swing.JComponent track
Component for the track between the two buttons

trackColor

java.awt.Color trackColor
Default colour for the track

trackingDrag

boolean trackingDrag
True if a drag is currently in progress

Class fsmvis.gui.DoubleSliderPanel implements Serializable

Serialized Fields

allIndices

java.util.List allIndices

colName

java.lang.String colName

column

int column

dataItems

DataItemCollection dataItems

deselected

java.util.Set deselected

hist

MiniHistogram hist

oldMax

double oldMax

oldMin

double oldMin

parent

Viewer parent

selected

java.util.List selected

slider

DoubleSlider slider

sortedIndices

java.util.List sortedIndices

Class fsmvis.gui.EngineControlPanel implements Serializable

Serialized Fields

damping

javax.swing.JSlider damping

freeness

javax.swing.JSlider freeness

parent

Viewer parent

SLIDER_MAX

int SLIDER_MAX

spring

javax.swing.JSlider spring

Class fsmvis.gui.FileHandlerFrame implements Serializable

Serialized Fields

browse

javax.swing.JButton browse

cancel

javax.swing.JButton cancel

chooser

javax.swing.JFileChooser chooser

fileText

javax.swing.JTextField fileText

filter

ExampleFileFilter filter

ok

javax.swing.JButton ok

parent

Viewer parent

Class fsmvis.gui.InfoPanel implements Serializable

Serialized Fields

avgErr

double avgErr

avgVel

double avgVel

currentMultiple

int currentMultiple

dataSize

javax.swing.JTextField dataSize

delay

long delay

error

javax.swing.JTextField error

exactTime

long exactTime

increaseStep

int increaseStep

lastSize

int lastSize

layoutSize

javax.swing.JTextField layoutSize

me

java.lang.Thread me

multiplesOf

int multiplesOf

notDone

boolean notDone

parent

Viewer parent

running

boolean running

runningTime

javax.swing.JTextField runningTime

runTime

long runTime

startTime

long startTime

stress

javax.swing.JTextField stress

timeCount

int timeCount

velocity

javax.swing.JTextField velocity

Class fsmvis.gui.KMeansSettingsFrame implements Serializable

Serialized Fields

average

javax.swing.JRadioButton average

buckshot

javax.swing.JRadioButton buckshot

centroidPanel

javax.swing.JPanel centroidPanel

fractionation

javax.swing.JRadioButton fractionation

iterations

javax.swing.JLabel iterations

main

java.awt.Container main

parent

Viewer parent

radioPanel

javax.swing.JPanel radioPanel

textPanel

javax.swing.JPanel textPanel

Class fsmvis.gui.LayoutFileExporterFrame implements Serializable

Class fsmvis.gui.LayoutFileLoaderFrame implements Serializable

Class fsmvis.gui.LayoutFileSaverFrame implements Serializable

Class fsmvis.gui.MenuPanel implements Serializable

Serialized Fields

animate

javax.swing.JCheckBoxMenuItem animate

colours

java.lang.String[] colours

contents

javax.swing.JMenuItem contents

display

javax.swing.JMenu display

drawTrails

javax.swing.JCheckBoxMenuItem drawTrails

export

javax.swing.JMenuItem export

file

javax.swing.JMenu file

help

javax.swing.JMenu help

info

javax.swing.JMenuItem info

information

javax.swing.JCheckBoxMenuItem information

load

javax.swing.JMenuItem load

menuBar

javax.swing.JMenuBar menuBar

newLayout

javax.swing.JMenuItem newLayout

overSubmenu

javax.swing.JMenu overSubmenu

parent

Viewer parent

quit

javax.swing.JMenuItem quit

reset

javax.swing.JMenuItem reset

save

javax.swing.JMenuItem save

schemeSubmenu

javax.swing.JMenu schemeSubmenu

view

javax.swing.JMenu view

Class fsmvis.gui.MiniHistogram implements Serializable

Serialized Fields

binContentsCache

java.util.ArrayList binContentsCache

bins

java.util.ArrayList bins

binSize

double binSize

binSizeDate

long binSizeDate

binSizeDbl

double binSizeDbl

binSizeInt

int binSizeInt

binStates

java.util.ArrayList binStates

data

java.util.ArrayList data

max

java.lang.Object max

maxBinHeight

int maxBinHeight

maxDate

long maxDate

maxDbl

double maxDbl

maxInt

int maxInt

min

java.lang.Object min

minDate

long minDate

minDbl

double minDbl

minInt

int minInt

numBins

int numBins

orientation

int orientation

parent

Viewer parent

Class fsmvis.gui.ProgressBarFrame implements Serializable

Serialized Fields

me

java.lang.Thread me

msg

java.lang.String msg

progressBar

javax.swing.JProgressBar progressBar

task

MonitorableTask task

timer

javax.swing.Timer timer

Class fsmvis.gui.ScatterControlPanel implements Serializable

Serialized Fields

iterations

javax.swing.JTextField iterations

parent

Viewer parent

speed

javax.swing.JSlider speed

start

javax.swing.JButton start

stop

javax.swing.JButton stop

Class fsmvis.gui.ScatterPanel implements Serializable

Serialized Fields

animating

boolean animating

colorField

int colorField

colorScheme

java.awt.Color[] colorScheme

dataSize

int dataSize

delay

long delay

drawTrails

boolean drawTrails

height

int height

me

java.lang.Thread me

model

LayoutModel model

mouse

MouseHandler mouse

notFirst

boolean notFirst

offsetX

double offsetX

offsetY

double offsetY

origin

java.awt.Point origin

parent

Viewer parent

paused

boolean paused

properties

PropertiesHandler properties

rec

java.awt.Rectangle rec

running

boolean running

scaleX

double scaleX

scaleY

double scaleY

selected

SelectionHandler selected

selectedCol

int selectedCol

selection

java.util.Set selection

trails

java.util.ArrayList trails

width

int width

Class fsmvis.gui.SearchBoxPanel implements Serializable

Serialized Fields

col

java.util.List col

colName

java.lang.String colName

column

int column

dataItems

DataItemCollection dataItems

deSelect

javax.swing.JButton deSelect

parent

Viewer parent

query

javax.swing.JComboBox query

select

javax.swing.JButton select

Class fsmvis.gui.SelectAlgorithmFrame implements Serializable

Serialized Fields

all

javax.swing.JRadioButton all

any

javax.swing.JRadioButton any

back

javax.swing.JButton back

cancel

javax.swing.JButton cancel

con

javax.swing.JTextField con

dataItems

DataItemCollection dataItems

doNorm

javax.swing.JRadioButton doNorm

doNotNorm

javax.swing.JRadioButton doNotNorm

endGroup

javax.swing.ButtonGroup endGroup

group

javax.swing.ButtonGroup group

interpModel

javax.swing.JRadioButton interpModel

its

javax.swing.JTextField its

justConstant

javax.swing.JRadioButton justConstant

justIterations

javax.swing.JRadioButton justIterations

justVelocity

javax.swing.JRadioButton justVelocity

main

java.awt.Container main

neighbModel

javax.swing.JRadioButton neighbModel

normalise

boolean normalise

normGroup

javax.swing.ButtonGroup normGroup

ok

javax.swing.JButton ok

parent

Viewer parent

springModel

javax.swing.JRadioButton springModel

vel

javax.swing.JTextField vel

Class fsmvis.gui.SelectionControlPanel implements Serializable

Serialized Fields

all

javax.swing.JButton all

allIndices

java.util.List allIndices

checkBs

java.util.List checkBs

highlight

java.awt.Color highlight

mouseHandler

fsmvis.gui.SelectionControlPanel.MouseHandler mouseHandler

parent

Viewer parent

scroll

javax.swing.JScrollPane scroll

scrollPanel

javax.swing.JPanel scrollPanel

searches

java.util.List searches

sliders

java.util.List sliders

Class fsmvis.gui.Viewer implements Serializable

Serialized Fields

engControl

EngineControlPanel engControl

info

InfoPanel info

main

java.awt.Container main

menu

MenuPanel menu

model

LayoutModel model

modelType

java.lang.String modelType

scatControl

ScatterControlPanel scatControl

scatter

ScatterPanel scatter

selectControl

SelectionControlPanel selectControl

selectionHandler

SelectionHandler selectionHandler


Package fsmvis.utils

Class fsmvis.utils.NoPropertiesException implements Serializable