Serialized Form


Package shh.csparse

Class SparseV extends ArrayList implements Serializable

Serialized Fields

normSq

double normSq


Package shh.util

Class CSparseWin extends JFrame implements Serializable

Serialized Fields

A

CSparse A
What we're reporting on.


panel

CSparsePanel panel

tf_note

JTextField tf_note

Class LineChart extends JPanel implements Serializable

Serialized Fields

max

float max

numBar

int numBar

w

float w

sigFig

int sigFig

data

float[][] data

label

String[] label

color

Color[] color

visible

boolean[] visible

title

String title

ytitle

String ytitle

xtitle

String xtitle

Class MemoryMonitor extends JPanel implements Serializable

Serialized Fields

surf

MemoryMonitor.Surface surf

controls

JPanel controls

doControls

boolean doControls

tf

JTextField tf

Class MemoryMonitor.Surface extends JPanel implements Serializable

Serialized Fields

thread

Thread thread

sleepAmount

long sleepAmount

w

int w

h

int h

bimg

BufferedImage bimg

big

Graphics2D big

font

Font font

r

Runtime r

columnInc

int columnInc

pts

int[] pts

ptNum

int ptNum

ascent

int ascent

descent

int descent

freeMemory

float freeMemory

totalMemory

float totalMemory

graphOutlineRect

Rectangle graphOutlineRect

mfRect

Rectangle2D mfRect

muRect

Rectangle2D muRect

graphLine

Line2D graphLine

graphColor

Color graphColor

mfColor

Color mfColor

usedStr

String usedStr

Class StatWin extends LineChart implements Serializable