Class AlohaSineFitInteractor
- java.lang.Object
-
- cern.jdve.ChartInteractor
-
- cern.jdve.interactor.SelectedAreaInteractor
-
- cern.jdve.interactor.EditInteractor
-
- cern.accsoft.steering.util.gui.dv.ds.SineFitInteractor
-
- cern.accsoft.steering.util.gui.dv.ds.AlohaSineFitInteractor
-
public class AlohaSineFitInteractor extends SineFitInteractor
this is the implementation of a SineFitInteractor for Aloha
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class cern.accsoft.steering.util.gui.dv.ds.SineFitInteractor
SineFitInteractor.ClearFitAction, SineFitInteractor.SineFitAction
-
-
Field Summary
Fields Modifier and Type Field Description static intSINEFIT_INTERACTOR_TYPE-
Fields inherited from class cern.jdve.ChartInteractor
ADD_POINTS, ALIGN_POINTS, CHANGE_POINTS, cursor, CURSOR_HORIZONTAL, CURSOR_VERTICAL, DATA_PICKER, DATARANGE_PICKER, EDIT_AXIS, FACTOR_POINTS, FLATTEN_POINTS, HIGHLIGHT, PAN, PROPERTY_ACTIVE, PROPERTY_CHART, PROPERTY_ENABLED, PROPERTY_PICK_DISTANCE, propertyChangeSupport, REMOVE_POINTS, SCROLL, SMOOTH_POINTS, ZOOM
-
-
Constructor Summary
Constructors Constructor Description AlohaSineFitInteractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclearFit()to be overriden by subclass: must clear the data of the fit.intgetType()protected voidsetFitDataSet(cern.jdve.data.DataSet dataSet)to be overridden by subclass: must display the given data-
Methods inherited from class cern.accsoft.steering.util.gui.dv.ds.SineFitInteractor
getPopupActions, getToolBarComponents, setActive
-
Methods inherited from class cern.jdve.interactor.EditInteractor
addSelectionListener, findEditablePoint, getEditedDataSet, getEditedPointsSelectionModel, getEditedRenderer, getSelectedDisplayPoints, getSelectedPoints, getSelectedPointsCount, isEditable, isHandling, isRemovable, isSelected, processKeyEvent, processMouseEvent, processMouseMoutionEvent, removeSelectionListener
-
Methods inherited from class cern.jdve.interactor.SelectedAreaInteractor
computeRect, drawSelectionRect, drawSelectionRect, getFirstPoint, getGhostStroke, getSelectionRect, initRect, limitPoint, setGhostStroke, setSelectionRect
-
Methods inherited from class cern.jdve.ChartInteractor
addChartInteractionListener, addPropertyChangeListener, chartConnected, chartDisconnected, createDataPicker, createEditIteractors, disableEvents, enableEvents, fireChartInteractionEvent, fireChartInteractionEvent, getChart, getCoordinateSystem, getCoordinateSystem, getMaskForButton, getPickDistance, getPlotRect, getPointsSelectionModel, getXAxis, getYAxis, getYAxisIndex, isActive, isEnabled, isInOperation, pickData, pickData, removeChartInteractionListener, removePropertyChangeListener, repaintChart, repaintChart, setCursor, setEnabled, setInOperation, setPickDistance, synchronizeWith
-
-
-
-
Field Detail
-
SINEFIT_INTERACTOR_TYPE
public static final int SINEFIT_INTERACTOR_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public int getType()
- Overrides:
getTypein classcern.jdve.interactor.EditInteractor
-
clearFit
protected void clearFit()
Description copied from class:SineFitInteractorto be overriden by subclass: must clear the data of the fit.- Specified by:
clearFitin classSineFitInteractor
-
setFitDataSet
protected void setFitDataSet(cern.jdve.data.DataSet dataSet)
Description copied from class:SineFitInteractorto be overridden by subclass: must display the given data- Specified by:
setFitDataSetin classSineFitInteractor- Parameters:
dataSet- the dataSet which contains the fitted data
-
-