analyzer.view
Class PairDistributionGraph

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

public class PairDistributionGraph
extends java.lang.Object


Field Summary
protected  XYPlot autocorPlot
           
protected  PairDistribution pairDistribution
           
protected  Plot plot
           
protected  PlotBox plotBox
           
protected  CoordRange range
           
protected  Axis xAxis
           
protected  Axis yAxis
           
 
Constructor Summary
PairDistributionGraph(PairDistribution pairDistribution)
           
 
Method Summary
 Plot getPlot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pairDistribution

protected PairDistribution pairDistribution

range

protected CoordRange range

plot

protected Plot plot

plotBox

protected PlotBox plotBox

autocorPlot

protected XYPlot autocorPlot

xAxis

protected Axis xAxis

yAxis

protected Axis yAxis
Constructor Detail

PairDistributionGraph

public PairDistributionGraph(PairDistribution pairDistribution)
Method Detail

getPlot

public Plot getPlot()


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