|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--analyzer.view.AutocorGraph
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 |
protected Autocorr autocorr
protected double[] data
protected CoordRange range
protected CoordRange histRange
protected Plot plot
protected Line zeroLine
protected PlotBox plotBox
protected XYPlot autocorPlot
protected Axis xAxis
protected Axis yAxis
Constructor Detail |
public AutocorGraph(Autocorr autocorr)
Method Detail |
public Plot getPlot()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |