Serialized Form

Class heasarc.w3browse.plot.CardPanel implements Serializable

Serialized Fields

layout

java.awt.CardLayout layout
The CardLayout

plotP

PlotPanel plotP
The panel that contains the plot

secP

SecondPanel secP
The panel that contains the plot options

thirdP

ThirdPanel thirdP
The panel that contains options to create a plot depending on other parameters

plotspecs

PlotSpecs plotspecs
Plot specifications

errDialog

ErrorDialog errDialog
Error Dialog

isApplet

boolean isApplet
Indicates if the plotting is an applet

ra

java.lang.String ra
Parameter name for ra in table

dec

java.lang.String dec
Parameter name for dec in table

url

java.lang.String url
URL query to get data


Class heasarc.w3browse.plot.CreateGif implements Serializable

Serialized Fields

myplot

ptolemy.plot.Plot myplot
This variable contains the plot


Class heasarc.w3browse.plot.ErrorDialog implements Serializable

Serialized Fields

doDismiss

java.awt.Button doDismiss
Dississ button

isApplet

boolean isApplet
true if applet is runing


Class heasarc.w3browse.plot.InputException implements Serializable


Class heasarc.w3browse.plot.PlotPanel implements Serializable

Serialized Fields

cardP

CardPanel cardP
CardPanel object

myPlot

ptolemy.plot.Plot myPlot
The Plot object from ptolemy package

myplotspec

PlotSpecs myplotspec
Contains options selected for plotting

myhquery

HeasarcQuery myhquery
Contains data from database

squery

HeasarcQuery squery
Contains data from Sample Query

old_criteria

java.lang.String old_criteria
Contains previous sample query criteria

isSample

boolean isSample
Is true if sample data is on

sdata

double[] sdata
Contains array containing sample data

isScatter

boolean isScatter
Is true if a Scatter plot was requested

isHistogram

boolean isHistogram
Is true if a Histogram plot was requested

isCumulative

boolean isCumulative
Is true if cumulative plot was requested

isAitoff

boolean isAitoff
is true if aitoff plot was requested

errDialog

ErrorDialog errDialog
Error Dialog

debug

boolean debug
debug


Class heasarc.w3browse.plot.SecondPanel implements Serializable

Serialized Fields

cbg

java.awt.CheckboxGroup cbg

xaxis

java.awt.Choice xaxis

yaxis

java.awt.Choice yaxis

isLogx

java.awt.Checkbox isLogx

isLogy

java.awt.Checkbox isLogy

scatter

java.awt.Checkbox scatter

histogram

java.awt.Checkbox histogram

cumulative

java.awt.Checkbox cumulative

aitoff

java.awt.Checkbox aitoff

bins

java.awt.TextField bins

minXField

java.awt.TextField minXField

maxXField

java.awt.TextField maxXField

minYField

java.awt.TextField minYField

maxYField

java.awt.TextField maxYField

sec1Panel

java.awt.Panel sec1Panel

sec2Panel

java.awt.Panel sec2Panel

binPanel

java.awt.Panel binPanel

secYFlow

java.awt.Panel secYFlow

mycardP

CardPanel mycardP

fieldnames

java.lang.String[] fieldnames

titleL

java.awt.Label titleL

scatterL

java.awt.Label scatterL

cumL

java.awt.Label cumL

binL

java.awt.Label binL

histL

java.awt.Label histL

aitoffL

java.awt.Label aitoffL

logL

java.awt.Label logL

minL

java.awt.Label minL

maxL

java.awt.Label maxL

paramL

java.awt.Label paramL

xL

java.awt.Label xL

yL

java.awt.Label yL


Class heasarc.w3browse.plot.ThirdPanel implements Serializable

Serialized Fields

cfields

java.awt.Choice cfields
Choice of parameter names

fieldnames

java.lang.String[] fieldnames
Field names

helpText

java.awt.TextField helpText
TextField for help text

sampleText

java.awt.TextField sampleText
Sampling settings

isSample

java.awt.Checkbox isSample
Checkbox indicating if sampling should be done

sampleP

java.awt.Panel sampleP
sub-Panel that needs to be disabled with some plot options


Class heasarc.w3browse.plot.TopPanel implements Serializable

Serialized Fields

cardP

CardPanel cardP
Card Panel


Class heasarc.w3browse.plot.W3Plot implements Serializable

Serialized Fields

hquery

HeasarcQuery hquery
Contains the W3Browse data to allow plotting

isApplet

boolean isApplet
Indicates if User is running an application or applet

plotspecs

PlotSpecs plotspecs
Plot specification structure.

input

java.lang.String[] input
Contains args[] strings if the class is called as an application

ra

java.lang.String ra
Parameter name for right ascension in table

dec

java.lang.String dec
Parameter name for declination in table

cardP

CardPanel cardP