Package org.ujmp.gui.plot
Class RunningAveragePlot
- java.lang.Object
-
- org.ujmp.gui.plot.RunningAveragePlot
-
public class RunningAveragePlot extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private PlotSettings
plotSettings
-
Constructor Summary
Constructors Constructor Description RunningAveragePlot(PlotSettings plotSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paintComponent(java.awt.Graphics g)
-
-
-
Field Detail
-
plotSettings
private PlotSettings plotSettings
-
-
Constructor Detail
-
RunningAveragePlot
public RunningAveragePlot(PlotSettings plotSettings)
-
-