Package whistlesAndMoans.plots
Class WhistlePlotInfo
java.lang.Object
dataPlots.data.TDDataInfo
whistlesAndMoans.plots.WhistlePlotInfo
-
Field Summary
Fields inherited from class dataPlots.data.TDDataInfo
UNITS_ANGLE, UNITS_TEMPERATURE
-
Constructor Summary
ConstructorDescriptionWhistlePlotInfo
(TDDataProvider tdDataProvider, WhistleMoanControl wmControl, 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
-
WhistlePlotInfo
public WhistlePlotInfo(TDDataProvider tdDataProvider, WhistleMoanControl wmControl, 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.
-