Package difar.plots
Class DifarBearingPlotInfo
java.lang.Object
dataPlots.data.TDDataInfo
difar.plots.DifarBearingPlotInfo
-
Field Summary
Fields inherited from class dataPlots.data.TDDataInfo
UNITS_ANGLE, UNITS_TEMPERATURE
-
Constructor Summary
ConstructorDescriptionDifarBearingPlotInfo
(TDDataProvider tdDataProvider, DifarControl difarControl, TDGraph tdGraph, PamDataBlock pamDataBlock) -
Method Summary
Modifier and TypeMethodDescriptiongetDataValue
(PamDataUnit pamDataUnit) Gets a value for a specific data unit which should be in the same units as the scale information.getFixedScaleInformation
(int orientation) Methods inherited from class dataPlots.data.TDDataInfo
addDataUnits, clearDraw, drawData, drawDataUnit, drawHighLightData, editOptions, getCurrentDataLine, getCurrentDataLineIndex, getDataBlock, getDataDimensions, getDataLineInfos, getDataName, getDataProvider, getHidingDialogComponent, getScaleInformation, getShortName, getStoredSettings, getTdGraph, getToolTipText, hasAxisName, hasOptions, isShowing, notifyModelChanged, removeData, selectDataLine, setCurrentAxisName, setFixedScaleInformation, setShowing, setStoredSettings, timeRangeSpinnerChange, timeScrollRangeChanged, timeScrollValueChanged
-
Constructor Details
-
DifarBearingPlotInfo
public DifarBearingPlotInfo(TDDataProvider tdDataProvider, DifarControl difarControl, TDGraph tdGraph, PamDataBlock pamDataBlock)
-
-
Method Details
-
getDataValue
Description copied from class:TDDataInfo
Gets a value for a specific data unit which should be in the same units as the scale information. This will then be converted into a plot position by the TDGraph.- Specified by:
getDataValue
in classTDDataInfo
- Returns:
- data value or null if this data poit should not be plotted.
-
getFixedScaleInformation
- Overrides:
getFixedScaleInformation
in classTDDataInfo
- Returns:
- the fixedScaleInformation
-
getSymbolChooser
- Specified by:
getSymbolChooser
in classTDDataInfo
- Returns:
- a class containing functions to chose a symbol to plot.
-