Serialized Form

Class GRAdaygraph implements Serializable

Serialized Fields

colors

java.awt.Color[] colors

day_selector

CWselect day_selector

fieldnums

int[] fieldnums

gr1

GRAph gr1

month_selector

CWselect month_selector

parent

TMYgraphMaster parent

sp1

java.awt.ScrollPane sp1

uc

UnitConverter uc


Class GRAgraphs implements Serializable

Serialized Fields

colors

java.awt.Color[] colors

fieldList

java.awt.List fieldList

graph_panel

java.awt.Panel graph_panel

graph_panel_layout

java.awt.CardLayout graph_panel_layout

graph_panel_top

java.awt.Panel graph_panel_top

graph_title

java.awt.Label graph_title

l1

java.awt.Label l1

next

java.awt.Button next

obs

CWObservable obs

previous

java.awt.Button previous

title_panel

java.awt.Panel title_panel

tmystuff

TMYdata tmystuff


Class GRAhourgraph implements Serializable

Serialized Fields

fieldnums

int[] fieldnums

gr2

GRAph gr2

hour_selector

CWselect hour_selector

parent

TMYgraphMaster parent

sp2

java.awt.ScrollPane sp2

uc

UnitConverter uc


Class GRAoutput implements Serializable

Serialized Fields

colors

java.awt.Color[] colors

l1

java.awt.Label l1

next

java.awt.Button next

output_panel

java.awt.Panel output_panel

output_panel_layout

java.awt.CardLayout output_panel_layout

output_title

java.awt.Label output_title

previous

java.awt.Button previous

title_panel

java.awt.Panel title_panel


Class GRAph implements Serializable

Serialized Fields

cursorOn

boolean cursorOn

cursorX

int cursorX

display_data

int[][][] display_data

fmt1

java.text.DecimalFormat fmt1

graph_colors

java.awt.Color[] graph_colors

graph_data

double[][][] graph_data
Three dimensional array of data points to be plotted. Holds an arbitrary number of sets of x-y data. first index selects the data set number. Second index selects x (0) or y (1) Third index selects the data value. There must be 1-1 correspondence between x and y values, but the number of data points may vary across data sets.

graph_title

java.lang.String graph_title
Graph title

gridOn

boolean gridOn
Boolean variable setting grid on or off.

h

int h

is_blank

boolean is_blank

margin_bottom

int margin_bottom
Pixels between bottom of graph and bottom of window.

margin_left

int margin_left
Pixels between left side of graph and left side of window.

margin_right

int margin_right
Pixels between right side of graph and right side of window.

margin_top

int margin_top
Pixels between top of graph and top of window.

ticSize

int ticSize
Size of the tic marks on the X and Y axes, in pixels.

w

int w

xAxisMode

int xAxisMode
Defines the mode of the X axis display, NORMAL or TIME.

xGridInterval

double xGridInterval
Interval between grid lines in X direction. Units are the same as X data.

xGridOrigin

double xGridOrigin
Position of grid origin. Units are the same as X data.

xmax

double xmax
Defines right boundary of the graph. Uses the same units as the data being plotted.

xmin

double xmin
Defines left boundary of the graph. Uses the same units as the data being plotted.

xoffset

double xoffset

xscale

double xscale

yGridInterval

double yGridInterval
Interval between grid lines in Y direction. Units are the same as Y data.

yGridOrigin

double yGridOrigin
Position of grid origin. Units are the same as Y data.

ymax

double ymax
Defines top boundary of the graph. Uses the same units as the data being plotted.

ymin

double ymin
Defines bottom boundary of the graph. Uses the same units as the data being plotted.

yoffset

double yoffset

yscale

double yscale


Class InputField implements Serializable

Serialized Fields

ae

java.awt.event.ActionEvent ae

bleft

java.awt.Button bleft

bright

java.awt.Button bright

increment

double increment

label

java.awt.Label label

name

java.awt.Label name

parent

java.awt.event.ActionListener parent

text_value

java.lang.String text_value

tf

java.awt.TextField tf

uc

UnitConverter uc

value

double value


Class SOLlocationControl implements Serializable

Serialized Fields

bleft

java.awt.Button bleft

bnew

java.awt.Button bnew

bright

java.awt.Button bright

cl

java.awt.CardLayout cl

cp

java.awt.Panel cp

have_loc

boolean have_loc

label_ele

java.awt.Label label_ele

label_latitude

java.awt.Label label_latitude

label_longitude

java.awt.Label label_longitude

label_name

java.awt.Label label_name

label_time_zone

java.awt.Label label_time_zone

loc

SOLlocation loc

orientnum

int orientnum

output_panel

GRAoutput output_panel

tmystuff

TMYdata tmystuff

top

SimBase top


Class SOLmonitorPanel implements Serializable

Serialized Fields

columns

java.awt.Panel[] columns

divisors

double[] divisors

divisors_ip

double[] divisors_ip

element

CWmonitorable element

headers

java.lang.String[] headers

headers1

java.lang.String[] headers1

headers1_ip

java.lang.String[] headers1_ip

lvalues

java.awt.Label[][] lvalues

num_columns

int num_columns

types

int[] types

unit_converters

UnitConverter[] unit_converters

unit_labels

java.awt.Label[] unit_labels

value_indices

int[] value_indices


Class SOLorientationControl implements Serializable

Serialized Fields

bleft

java.awt.Button bleft

bnew_surface

java.awt.Button bnew_surface

bnew_window

java.awt.Button bnew_window

bright

java.awt.Button bright

cl

java.awt.CardLayout cl

cp

java.awt.Panel cp

obs1

CWObservable obs1

orient

SOLorientation orient

p1

InputField p1

p2

InputField p2

surfnum

int surfnum

tf0

java.awt.TextField tf0

tmystuff

TMYdata tmystuff

top

SimBase top


Class SOLsurfaceControl implements Serializable

Serialized Fields

name

java.lang.String name

obs

CWObservable obs

p1

InputField p1

p2

InputField p2

surf

SOLsurface surf

surfmon

SOLmonitorPanel surfmon

tf0

java.awt.TextField tf0

tmystuff

TMYdata tmystuff

top

SimBase top


Class SOLsurfaceMonitor implements Serializable

Serialized Fields

ldiffuse

java.awt.Label[] ldiffuse

ldirect

java.awt.Label[] ldirect

lground

java.awt.Label[] lground

ltotal

java.awt.Label[] ltotal

surf

SOLsurface surf


Class SOLwindowControl implements Serializable

Serialized Fields

name

java.lang.String name

obs

CWObservable obs

output_panel

GRAoutput output_panel

p1

InputField p1

p2

InputField p2

p3

InputField p3

p4

InputField p4

surf

SOLwindow surf

surfmon

SOLmonitorPanel surfmon

surfmon1

SOLmonitorPanel surfmon1

surfmon2

SOLmonitorPanel surfmon2

tf0

java.awt.TextField tf0

tmystuff

TMYdata tmystuff

top

SimBase top


Class WinCalc implements Serializable

Serialized Fields

graph_panel

GRAgraphs graph_panel

hvc

hvac hvc

ip_menu_item

java.awt.CheckboxMenuItem ip_menu_item

loc_ctl

SOLlocationControl loc_ctl

main_window

java.awt.Frame main_window

metric_menu_item

java.awt.CheckboxMenuItem metric_menu_item

obs

CWObservable obs

output_panel

GRAoutput output_panel

p1

GRAdaygraph p1

p2

GRAhourgraph p2

something_loaded

boolean something_loaded

tmystuff

TMYdata tmystuff

utilities

Utility[] utilities