Serialized Form

Class MKTSolution implements Serializable

Serialized Fields

applet_height

int applet_height

applet_width

int applet_width

avg

double[] avg
Store data for moving averages

bottom

int bottom

bottom_margin

int bottom_margin

canvas_height

int canvas_height

canvas_width

int canvas_width

CARRIAGE_RETURN

int CARRIAGE_RETURN

clear_button

java.awt.Button clear_button

colorIndex

int colorIndex

columnList

java.awt.List columnList

columnMax

double[] columnMax
Max value of dataset

columnMin

double[] columnMin
Min value of dataset

columnNames

java.lang.String[] columnNames
Name of dataset from header

COMMA

int COMMA

data

double[][] data
Table for data[set][pnt]

date

java.lang.String[] date
Dates in 11-Sep-01 format

debug

int debug
Console (0=none,1=data,2=debug)

DECIMAL_POINT

int DECIMAL_POINT

EOF

int EOF

fmt1d

java.text.DecimalFormat fmt1d

fmt4d

java.text.DecimalFormat fmt4d

fmt6d

java.text.DecimalFormat fmt6d

go_button

java.awt.Button go_button

graphics_canvas

java.awt.Canvas graphics_canvas

left

int left

left_margin

int left_margin

LESS

int LESS

lineColors

java.awt.Color[] lineColors

maxColors

int maxColors

maxUWMA

int maxUWMA
Number values in moving average

MORE

int MORE

nbrMkt

int nbrMkt
Number of data sets from market

nbrMod

int nbrMod
Number of quantities to model

nbrSet

int nbrSet
Number of plots in total

nbrSub

int nbrSub
Number of values read in interval

nbrVal

int nbrVal
Number of values read in dataset

NEGATIVE_SIGN

int NEGATIVE_SIGN

right

int right

right_margin

int right_margin

SPACE

int SPACE

top

int top

top_margin

int top_margin

xx

double[] xx
Container for scaled x-data

xxLabel

java.lang.String xxLabel
Label of scaled x-axis

xxMax

double xxMax
Max value of scaled x-data

xxMin

double xxMin
Min value of scaled x-data

yy

double[] yy
Container for scaled y-data

yyLabel

java.lang.String yyLabel
Label of scaled y-axis

yyMax

double yyMax
Max value of scaled y-data

yyMin

double yyMin
Min value of scaled y-data

ZERO

int ZERO