analyzer.view
Class BlockingGraph

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

public class BlockingGraph
extends java.lang.Object


Inner Class Summary
 class BlockingGraph.BlockerYRange
           
 class BlockingGraph.ErrorSource
           
 
Field Summary
protected  Blocker blocker
           
protected  XYPlot blockingPlot
           
protected  Line errLine
           
 DoubleSource ERROR_SOURCE
           
protected  Plot plot
           
protected  PlotBox plotBox
           
protected  CoordRange range
           
protected  Axis xAxis
           
protected  Axis yAxis
           
 
Constructor Summary
BlockingGraph(Blocker blocker)
           
 
Method Summary
 Plot getPlot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

range

protected CoordRange range

plot

protected Plot plot

plotBox

protected PlotBox plotBox

blockingPlot

protected XYPlot blockingPlot

errLine

protected Line errLine

blocker

protected Blocker blocker

xAxis

protected Axis xAxis

yAxis

protected Axis yAxis

ERROR_SOURCE

public final DoubleSource ERROR_SOURCE
Constructor Detail

BlockingGraph

public BlockingGraph(Blocker blocker)
Method Detail

getPlot

public Plot getPlot()


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