Class NormalizedDispersionDiffAnalyzer
- java.lang.Object
-
- cern.accsoft.steering.aloha.analyzer.AbstractAnalyzer<DispersionMeasurement>
-
- cern.accsoft.steering.aloha.plugin.disp.analyzer.NormalizedDispersionDiffAnalyzer
-
- All Implemented Interfaces:
Analyzer,GenericAnalyzer<DispersionMeasurement>,BeanAware,ChartFactoryAware
public class NormalizedDispersionDiffAnalyzer extends AbstractAnalyzer<DispersionMeasurement>
-
-
Constructor Summary
Constructors Constructor Description NormalizedDispersionDiffAnalyzer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description cern.jdve.viewer.DVViewgetDVView()voidinit()the init method.voidrefresh()displays the new data in the views-
Methods inherited from class cern.accsoft.steering.aloha.analyzer.AbstractAnalyzer
getChartFactory, getMeasurement, setChartFactory, setMeasurement
-
-
-
-
Method Detail
-
init
public void init()
the init method. Just creates the DataViews
-
refresh
public void refresh()
Description copied from interface:Analyzerdisplays the new data in the views
-
getDVView
public cern.jdve.viewer.DVView getDVView()
- Returns:
- the dataviews which can be displayed in a dataviewerPanel.
-
-