Class ResponseTrajAnalyzer
- java.lang.Object
-
- cern.accsoft.steering.aloha.analyzer.AbstractAnalyzer<KickResponseMeasurement>
-
- cern.accsoft.steering.aloha.plugin.kickresp.analyzer.ResponseTrajAnalyzer
-
- All Implemented Interfaces:
Analyzer,GenericAnalyzer<KickResponseMeasurement>,BeanAware,ChartFactoryAware,MachineElementsManagerAware
public class ResponseTrajAnalyzer extends AbstractAnalyzer<KickResponseMeasurement> implements MachineElementsManagerAware
This analyzer displays the measured trajectories which were used to calc the actually displayed response-matrix column.
-
-
Constructor Summary
Constructors Constructor Description ResponseTrajAnalyzer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description cern.jdve.viewer.DVViewgetDVView()voidinit()the init methodvoidrefresh()displays the new data in the viewsvoidsetMachineElementsManager(MachineElementsManager machineElementsManager)by the use of this method theMachineElementsManageris injected if the class is configured by theAlohaBeanFactory-
Methods inherited from class cern.accsoft.steering.aloha.analyzer.AbstractAnalyzer
getChartFactory, getMeasurement, setChartFactory, setMeasurement
-
-
-
-
Method Detail
-
init
public void init()
the init method
-
setMachineElementsManager
public void setMachineElementsManager(MachineElementsManager machineElementsManager)
Description copied from interface:MachineElementsManagerAwareby the use of this method theMachineElementsManageris injected if the class is configured by theAlohaBeanFactory- Specified by:
setMachineElementsManagerin interfaceMachineElementsManagerAware- Parameters:
machineElementsManager- the machineElementsManager to set
-
refresh
public void refresh()
Description copied from interface:Analyzerdisplays the new data in the views
-
-