Serialized Form


Package rvl.awt

Class rvl.awt.ArrowButton extends java.awt.Canvas implements Serializable

Serialized Fields

upward

boolean upward

incFlag

boolean incFlag

arrow

java.awt.Polygon arrow

wid

int wid

ht

int ht

Class rvl.awt.Bar extends java.awt.Canvas implements Serializable

Serialized Fields

value

double value

intVal

int intVal

group

BarGroup group

hotMaxX

int hotMaxX

hotMinY

int hotMinY

hotMaxY

int hotMaxY

barID

java.lang.Object barID

intMode

boolean intMode

Class rvl.awt.BarGroup extends java.awt.Canvas implements Serializable

Serialized Fields

maxVal

double maxVal

limit

double limit

tickInterval

double tickInterval

factor

double factor

parentFrame

java.awt.Frame parentFrame

barColor

java.awt.Color barColor

tickColor

java.awt.Color tickColor

lineColor

java.awt.Color lineColor

rescalable

boolean rescalable

readOnly

boolean readOnly

bar

java.util.Vector<E> bar

labFont

java.awt.Font labFont

labMetrics

java.awt.FontMetrics labMetrics

fontSet

boolean fontSet

labHeight

int labHeight

xDown

int xDown

Class rvl.awt.Dotplot extends java.awt.Component implements Serializable

Serialized Fields

values

double[] values

tick

double[] tick

n

int n

em

int em

w

int w

y

int y

which

int which

min

double min

max

double max

mean

double mean

binW

double binW

prevVal

double prevVal

tickLab

java.lang.String[] tickLab

pointer

java.awt.Cursor pointer

finger

java.awt.Cursor finger

crosshairs

java.awt.Cursor crosshairs

Class rvl.awt.DoubleArrayField extends java.awt.Panel implements Serializable

Serialized Fields

label

java.lang.String label

font

java.awt.Font font

field

java.awt.TextField field

Class rvl.awt.DoubleField extends java.awt.TextField implements Serializable

Serialized Fields

digits

int digits

currentValue

double currentValue

currentText

java.lang.String currentText

hasFocus

boolean hasFocus

Class rvl.awt.GPDialog extends java.awt.Dialog implements Serializable

Serialized Fields

component

java.awt.Component[] component

cols

int cols

rows

int rows

ok

boolean ok

Class rvl.awt.GridLine extends java.awt.Canvas implements Serializable

Serialized Fields

lineType

int lineType

foreground

java.awt.Color foreground

Class rvl.awt.IntField extends java.awt.TextField implements Serializable

Serialized Fields

hasFocus

boolean hasFocus

currentValue

int currentValue

Class rvl.awt.IntPlot extends Plot implements Serializable

Serialized Fields

isMoving

boolean isMoving

enableMoves

boolean enableMoves

constrainX

boolean constrainX

constrainY

boolean constrainY

index

int[] index

point

double[] point

finger

java.awt.Cursor finger

pointer

java.awt.Cursor pointer

Class rvl.awt.Plot extends java.awt.Component implements Serializable

Serialized Fields

x

double[][] x

y

double[][] y

defaultDotSize

int defaultDotSize

dotSize

int[][] dotSize

defaultColor

java.awt.Color[] defaultColor

dotColor

java.awt.Color[][] dotColor

lineColor

java.awt.Color[][] lineColor

scaleColor

java.awt.Color scaleColor

xTick

double[] xTick

yTick

double[] yTick

xTickLab

java.lang.String[] xTickLab

yTickLab

java.lang.String[] yTickLab

title

java.lang.String[] title

xAxisLab

java.lang.String[] xAxisLab

yAxisLab

java.lang.String[] yAxisLab

xCustomLab

boolean xCustomLab

yCustomLab

boolean yCustomLab

sameScale

boolean sameScale

xMin

double xMin

xMax

double xMax

yMin

double yMin

yMax

double yMax

h0

double h0

v0

double v0

h1

double h1

v1

double v1

mh

double mh

mv

double mv

hMin

double hMin

hMax

double hMax

vMin

double vMin

vMax

double vMax

needsRescaling

boolean needsRescaling

swap

boolean swap

Class rvl.awt.RVLayout extends java.lang.Object implements Serializable

Serialized Fields

rows

int rows

cols

int cols

hGap

int hGap

vGap

int vGap

rowHgt

int[] rowHgt

colWid

int[] colWid

nvg

int nvg

nhg

int nhg

vGlue

int[] vGlue

hGlue

int[] hGlue

sizesSet

boolean sizesSet

stretchRows

boolean stretchRows

stretchCols

boolean stretchCols

extras

java.util.Vector<E> extras

Class rvl.awt.Slider extends java.awt.Container implements Serializable

Serialized Fields

label

java.lang.String label

value

double value

min

double min

max

double max

minMutable

boolean minMutable

maxMutable

boolean maxMutable

editable

boolean editable

showBar

boolean showBar

configMode

boolean configMode

isShifted

boolean isShifted

rescaling

boolean rescaling

adjustMax

boolean adjustMax

mainInc

int mainInc

subInc

int subInc

em

int em

digits

int digits

scaleWidth

int scaleWidth

roundFactor

double roundFactor

hotMinY

int hotMinY

hotMaxY

int hotMaxY

mouseStart

int mouseStart

dotColor

java.awt.Color dotColor

scaleColor

java.awt.Color scaleColor

buttonColor

java.awt.Color buttonColor

scaleFont

java.awt.Font scaleFont

labelFont

java.awt.Font labelFont

fieldFont

java.awt.Font fieldFont

sfm

java.awt.FontMetrics sfm

tick

double[] tick

tickLab

java.lang.String[] tickLab

arrowCursor

java.awt.Cursor arrowCursor

leftCursor

java.awt.Cursor leftCursor

rightCursor

java.awt.Cursor rightCursor

choices

java.lang.String[] choices

choice

java.awt.Choice choice

valField

java.awt.TextField valField

setbutton

java.awt.Button setbutton

Class rvl.awt.ViewWindow extends java.awt.Frame implements Serializable

Serialized Fields

ta

java.awt.TextArea ta

fontSB

java.awt.Scrollbar fontSB

fontLab

java.awt.Label fontLab

fontSize

int fontSize

clearButton

java.awt.Button clearButton

Package rvl.piface

Class rvl.piface.AboutPiface extends Piface implements Serializable

Class rvl.piface.PiArrayField extends java.awt.Panel implements Serializable

Serialized Fields

name

java.lang.String name

label

java.lang.String label

font

java.awt.Font font

field

java.awt.TextField field

Class rvl.piface.PiButton extends java.awt.Button implements Serializable

Serialized Fields

methodName

java.lang.String methodName

label

java.lang.String label

Class rvl.piface.PiCheckbox extends java.awt.Checkbox implements Serializable

Serialized Fields

name

java.lang.String name

label

java.lang.String label

font

java.awt.Font font

Class rvl.piface.PiChoice extends java.awt.Panel implements Serializable

Serialized Fields

name

java.lang.String name

lbl

java.lang.String lbl

font

java.awt.Font font

bfont

java.awt.Font bfont

label

java.awt.Label label

choice

java.awt.Choice choice

Class rvl.piface.PiDotplot extends java.awt.Panel implements Serializable

Serialized Fields

name

java.lang.String name

label

java.lang.String label

lastAction

java.lang.String lastAction

font

java.awt.Font font

dotplot

Dotplot dotplot

Class rvl.piface.PiDoubleField extends java.awt.Panel implements Serializable

Serialized Fields

name

java.lang.String name

label

java.lang.String label

font

java.awt.Font font

field

DoubleField field

lbl

java.awt.Label lbl

Class rvl.piface.PiDoubleText extends java.awt.Component implements Serializable

Serialized Fields

name

java.lang.String name

label

java.lang.String label

value

double value

digits

int digits

Class rvl.piface.Piface extends java.awt.Frame implements Serializable

Serialized Fields

subpanels

java.util.Stack<E> subpanels

master

java.awt.Component master

javaVersion

double javaVersion

panels

java.util.Vector<E> panels

actors

java.util.Vector<E> actors

listeners

java.util.Vector<E> listeners

panel

PiPanel panel

menuBar

java.awt.MenuBar menuBar

optMenu

java.awt.Menu optMenu

helpMenu

java.awt.Menu helpMenu

boldFont

java.awt.Font boldFont

bigFont

java.awt.Font bigFont

actionSource

java.lang.String actionSource

sourceIndex

int sourceIndex

Class rvl.piface.PiGraph extends java.awt.Frame implements Serializable

Serialized Fields

piface

Piface piface

yChoice

java.awt.Choice yChoice

xChoice

java.awt.Choice xChoice

fromFld

DoubleField fromFld

toFld

DoubleField toFld

byFld

DoubleField byFld

accumChk

java.awt.Checkbox accumChk

dataButton

java.awt.Button dataButton

drawButton

java.awt.Button drawButton

quitButton

java.awt.Button quitButton

menuBar

java.awt.MenuBar menuBar

helpMenu

java.awt.Menu helpMenu

cpHeight

int cpHeight

xVar

int xVar

yVar

int yVar

init

boolean init

xMin

double xMin

xMax

double xMax

yMin

double yMin

yMax

double yMax

xName

java.lang.String xName

yName

java.lang.String yName

vars

java.util.Vector<E> vars

intComps

java.util.Vector<E> intComps

labs

java.util.Vector<E> labs

data

java.util.Vector<E> data

scaleFont

java.awt.Font scaleFont

Class rvl.piface.PiImage extends java.awt.Component implements Serializable

Serialized Fields

image

java.awt.Image image

w

int w

h

int h

Class rvl.piface.PiMenuCheckbox extends java.awt.CheckboxMenuItem implements Serializable

Serialized Fields

name

java.lang.String name

label

java.lang.String label

Class rvl.piface.PiMenuItem extends java.awt.MenuItem implements Serializable

Serialized Fields

methodName

java.lang.String methodName

label

java.lang.String label

Class rvl.piface.PiNumChoice extends java.awt.Panel implements Serializable

Serialized Fields

name

java.lang.String name

lbl

java.lang.String lbl

font

java.awt.Font font

bfont

java.awt.Font bfont

label

java.awt.Label label

choice

java.awt.Choice choice

values

double[] values

Class rvl.piface.PiNumCombo extends java.awt.Panel implements Serializable

Serialized Fields

name

java.lang.String name

lbl

java.lang.String lbl

font

java.awt.Font font

bfont

java.awt.Font bfont

label

java.awt.Label label

combo

javax.swing.JComboBox combo

values

double[] values

Class rvl.piface.PiPanel extends java.awt.Panel implements Serializable

Serialized Fields

borderType

int borderType

borderColor

java.awt.Color borderColor

isStretchable

boolean isStretchable

Class rvl.piface.PiRadio extends java.awt.Panel implements Serializable

Serialized Fields

name

java.lang.String name

lbl

java.lang.String lbl

font

java.awt.Font font

bfont

java.awt.Font bfont

label

java.awt.Label label

group

java.awt.CheckboxGroup group

buttons

java.awt.Checkbox[] buttons

itemLabels

java.lang.String[] itemLabels

nButtons

int nButtons

Class rvl.piface.PiSlider extends Slider implements Serializable

Serialized Fields

name

java.lang.String name

label

java.lang.String label

Package rvl.piface.apps

Class rvl.piface.apps.AnovaCompGUI extends Piface implements Serializable

Serialized Fields

effSize

double effSize

n

double[] n

effSD

double[] effSD

power

double power

alpha

double alpha

famSize

double famSize

bonfDiv

double bonfDiv

coef

double[] coef

comp

int comp

cvType

int cvType

autoBonf

int autoBonf

restr

int restr

coefFld

PiArrayField coefFld

restrStg

java.lang.String[] restrStg

cvStg

java.lang.String[] cvStg

fixedNames

java.lang.String[] fixedNames

model

Model model

fixedTerms

Term[] fixedTerms

restrVec

java.util.Vector<E> restrVec

ag

AnovaGUI ag

ignoreActions

boolean ignoreActions

bonfIndex

int bonfIndex

bonfComp

java.awt.Component bonfComp

famComp

java.awt.Component famComp

restrComp

java.awt.Component restrComp

vdf

double[] vdf

cv

double cv

Class rvl.piface.apps.AnovaGUI extends Piface implements Serializable

Serialized Fields

n

double[] n

effSD

double[] effSD

power

double[] power

alpha

double alpha

random

int[] random

model

Model model

acg

AnovaCompGUI acg

ignoreActions

boolean ignoreActions

helper

AnovaHelper helper

Class rvl.piface.apps.AnovaHelper extends Piface implements Serializable

Serialized Fields

sel

int sel

distn

int distn

fixedRange

int fixedRange

adjust

int adjust

agui

AnovaGUI agui

model

Model model

termNo

int termNo

modFacNo

int modFacNo

facNo

int[] facNo

chooser

PiChoice chooser

dotplot

PiDotplot dotplot

plot

IntPlot plot

card

java.awt.CardLayout card

cardPanel

PiPanel cardPanel

facName

java.lang.String[] facName

MEmode

boolean MEmode

Class rvl.piface.apps.AnovaPicker extends Piface implements Serializable

Serialized Fields

isRep

int isRep

preDef

int preDef

reps

double reps

ttlFld

java.awt.TextField ttlFld

modFld

java.awt.TextField modFld

levFld

java.awt.TextField levFld

randFld

java.awt.TextField randFld

noteLbl

java.awt.Label noteLbl

repFld

PiDoubleField repFld

builtIns

java.util.Vector<E> builtIns

Class rvl.piface.apps.Fractal extends Piface implements Serializable

Serialized Fields

n

int n

x

double[] x

y

double[] y

patx

double[] patx

paty

double[] paty

outPlot

Plot outPlot

inPlot

IntPlot inPlot

recur

double recur

npat

double npat

Class rvl.piface.apps.LinRegGUI extends Piface implements Serializable

Serialized Fields

k

double k

n

double n

sdx

double sdx

vif

double vif

beta

double beta

sderr

double sderr

alpha

double alpha

power

double power

tt

int tt

opt

int opt

Class rvl.piface.apps.OnePCIGUI extends Piface implements Serializable

Serialized Fields

conf

double conf

N

double N

n

double n

pi

double pi

Sigma

double Sigma

ME

double ME

zCrit

double zCrit

isFinite

int isFinite

worstCase

int worstCase

Class rvl.piface.apps.OnePGUI extends Piface implements Serializable

Serialized Fields

sizeComp

java.awt.Component sizeComp

p0

double p0

p

double p

n

double n

Alpha

double Alpha

Power

double Power

size

double size

Method

int Method

alt

int alt

Class rvl.piface.apps.OneTCIGUI extends Piface implements Serializable

Serialized Fields

conf

double conf

N

double N

n

double n

Sigma

double Sigma

ME

double ME

tCrit

double tCrit

isFinite

int isFinite

Class rvl.piface.apps.OneTGUI extends Piface implements Serializable

Serialized Fields

sigma

double sigma

n

double n

diff

double diff

alpha

double alpha

df

double df

power

double power

delta

double delta

eqs

int eqs

eqn

int eqn

tt

int tt

opt

int opt

Class rvl.piface.apps.PiLaunch extends java.applet.Applet implements Serializable

Class rvl.piface.apps.PiLaunchButton extends java.applet.Applet implements Serializable

Serialized Fields

app

java.lang.String app

button

java.awt.Button button

Class rvl.piface.apps.Pilot extends Piface implements Serializable

Serialized Fields

risk

double risk

pctUnder

double pctUnder

df

double df

Class rvl.piface.apps.PiPicker extends java.applet.Applet implements Serializable

Serialized Fields

list

java.awt.List list

runBut

java.awt.Button runBut

classes

java.util.Vector<E> classes

pl

java.util.Properties pl

pkg

java.lang.String pkg

Class rvl.piface.apps.PiPickerSA extends Piface implements Serializable

Serialized Fields

sel

int sel

classes

java.util.Vector<E> classes

pkg

java.lang.String pkg

Class rvl.piface.apps.RetroPower extends Piface implements Serializable

Serialized Fields

Power

double Power

didRej

int didRej

Class rvl.piface.apps.RsquareGUI extends Piface implements Serializable

Serialized Fields

rho2

double rho2

n

double n

alpha

double alpha

power

double power

preds

double preds

Class rvl.piface.apps.SimpleChi2GUI extends Piface implements Serializable

Serialized Fields

proChi2

double proChi2

proN

double proN

n

double n

df

double df

Alpha

double Alpha

Power

double Power

Class rvl.piface.apps.SimplePoissonGUI extends Piface implements Serializable

Serialized Fields

lambda0

double lambda0

lambda

double lambda

alpha

double alpha

power

double power

size

double size

lower

double lower

upper

double upper

n

double n

alt

int alt

Class rvl.piface.apps.TEquivGUI extends Piface implements Serializable

Serialized Fields

alpha

double alpha

power

double power

tol

double tol

diff

double diff

sigma

double sigma

n

double n

Class rvl.piface.apps.TestDotplot extends Piface implements Serializable

Serialized Fields

Class rvl.piface.apps.testequiv extends Piface implements Serializable

Serialized Fields

thresh

double thresh

n

double n

alpha

double alpha

shuir

double shuir

exact

double exact

ratio

double ratio

Class rvl.piface.apps.TestPlot extends Piface implements Serializable

Serialized Fields

plot

IntPlot plot

factorName

java.lang.String[] factorName

adjust

int adjust

Class rvl.piface.apps.TwoPGUI extends Piface implements Serializable

Serialized Fields

p1

double p1

p2

double p2

n1

double n1

n2

double n2

Alpha

double Alpha

Power

double Power

eq

int eq

alt

int alt

cc

int cc

Class rvl.piface.apps.TwoTFlex extends Piface implements Serializable

Serialized Fields

threshField

PiComponent threshField

sigma1

double sigma1

sigma2

double sigma2

n1

double n1

n2

double n2

diff

double diff

thresh

double thresh

alpha

double alpha

df

double df

power

double power

v1

double v1

v2

double v2

delta

double delta

mult

double mult

saveN1

double saveN1

saveN2

double saveN2

eqs

int eqs

alloc

int alloc

tt

int tt

prevTT

int prevTT

opt

int opt

equiv

int equiv

Class rvl.piface.apps.TwoTGUI extends Piface implements Serializable

Serialized Fields

sigma1

double sigma1

sigma2

double sigma2

n1

double n1

n2

double n2

diff

double diff

thresh

double thresh

alpha

double alpha

df

double df

power

double power

v1

double v1

v2

double v2

delta

double delta

mult

double mult

saveN1

double saveN1

saveN2

double saveN2

eqs

int eqs

alloc

int alloc

tt

int tt

prevTT

int prevTT

opt

int opt

equiv

int equiv

rocMeth

int rocMeth

Class rvl.piface.apps.TwoVarGUI extends Piface implements Serializable

Serialized Fields

var1

double var1

var2

double var2

n1

double n1

n2

double n2

Alpha

double Alpha

Power

double Power

eq

int eq

alt

int alt

cc

int cc

Package rvl.stat.anova

Class rvl.stat.anova.EffectAdvisor extends java.awt.Frame implements Serializable

Serialized Fields

rows

int rows

cols

int cols

wid

int wid

prec

int prec

rm

double[] rm

cm

double[] cm

gm

double gm

rc

double rc

cell

double[][] cell

rsd

double rsd

csd

double csd

rcsd

double rcsd

re

double[] re

ce

double[] ce

celle

double[][] celle

minY

double minY

maxY

double maxY

rrng

double rrng

crng

double crng

rcrng

double rcrng

fuzz

double fuzz

rmFld

DoubleField[] rmFld

cmFld

DoubleField[] cmFld

gmFld

DoubleField gmFld

cellFld

DoubleField[][] cellFld

rsdFld

DoubleField rsdFld

csdFld

DoubleField csdFld

rcsdFld

DoubleField rcsdFld

rrngFld

DoubleField rrngFld

crngFld

DoubleField crngFld

rcrngFld

DoubleField rcrngFld

nRowFld

IntField nRowFld

nColFld

IntField nColFld

rowPlot

java.awt.Canvas rowPlot

colPlot

java.awt.Canvas colPlot

advisorCard

java.awt.Panel advisorCard

setupCard

java.awt.Panel setupCard

dataPan

java.awt.Panel dataPan

layout

java.awt.CardLayout layout

menuBar

java.awt.MenuBar menuBar

Class rvl.stat.anova.GetFactorsGUI extends java.awt.Frame implements Serializable

Serialized Fields

facName

java.awt.TextField facName

nLev

java.awt.TextField nLev

fixedBox

java.awt.Checkbox fixedBox

randomBox

java.awt.Checkbox randomBox

random

boolean random

firstTime

boolean firstTime

facList

java.awt.List facList

model

Model model

Package rvl.util

Class rvl.util.ModelessMsgBox extends Piface implements Serializable

Serialized Fields

msg

java.lang.String msg

listener

Closeable listener