analyzer.view
Class TraceGraph

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

public class TraceGraph
extends java.lang.Object


Inner Class Summary
 class TraceGraph.HistYRange
           
 class TraceGraph.MeanSource
           
 
Field Summary
protected  ScalarSeries dataset
           
protected  PlotBox histBox
           
protected  double histMax
           
protected  Histogram histogram
           
protected  XYBarPlot histPlot
           
protected  CoordRange histRange
           
protected  Line meanLine
           
protected  Plot plot
           
protected  CoordRange range
           
protected  PlotBox traceBox
           
protected  XYPlot tracePlot
           
protected  XWindowMarks windowMarks
           
protected  Axis xAxis
           
protected  Axis yAxis
           
 
Constructor Summary
TraceGraph(ScalarSeries dataset, Histogram histogram)
           
 
Method Summary
 Plot getPlot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataset

protected ScalarSeries dataset

histogram

protected Histogram histogram

range

protected CoordRange range

histRange

protected CoordRange histRange

histMax

protected double histMax

plot

protected Plot plot

traceBox

protected PlotBox traceBox

histBox

protected PlotBox histBox

tracePlot

protected XYPlot tracePlot

histPlot

protected XYBarPlot histPlot

meanLine

protected Line meanLine

windowMarks

protected XWindowMarks windowMarks

xAxis

protected Axis xAxis

yAxis

protected Axis yAxis
Constructor Detail

TraceGraph

public TraceGraph(ScalarSeries dataset,
                  Histogram histogram)
Method Detail

getPlot

public Plot getPlot()


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