analyzer.view
Class AutocorGraph

java.lang.Object
  |
  +--analyzer.view.AutocorGraph

public class AutocorGraph
extends java.lang.Object


Field Summary
protected  XYPlot autocorPlot
           
protected  Autocorr autocorr
           
protected  double[] data
           
protected  CoordRange histRange
           
protected  Plot plot
           
protected  PlotBox plotBox
           
protected  CoordRange range
           
protected  Axis xAxis
           
protected  Axis yAxis
           
protected  Line zeroLine
           
 
Constructor Summary
AutocorGraph(Autocorr autocorr)
           
 
Method Summary
 Plot getPlot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

autocorr

protected Autocorr autocorr

data

protected double[] data

range

protected CoordRange range

histRange

protected CoordRange histRange

plot

protected Plot plot

zeroLine

protected Line zeroLine

plotBox

protected PlotBox plotBox

autocorPlot

protected XYPlot autocorPlot

xAxis

protected Axis xAxis

yAxis

protected Axis yAxis
Constructor Detail

AutocorGraph

public AutocorGraph(Autocorr autocorr)
Method Detail

getPlot

public Plot getPlot()


Email questions and comments to
shumway@uiuc.edu or nzhong@ncsa.uiuc.edu