Package ravendata.swing
Class RavenDataInfo
java.lang.Object
dataPlots.data.TDDataInfo
ravendata.swing.RavenDataInfo
-
Field Summary
Fields inherited from class dataPlots.data.TDDataInfo
UNITS_ANGLE, UNITS_TEMPERATURE
-
Constructor Summary
ConstructorsConstructorDescriptionRavenDataInfo
(TDDataProvider tdDataProvider, TDGraph tdGraph, PamDataBlock dataBlock) -
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.Methods inherited from class dataPlots.data.TDDataInfo
addDataUnits, clearDraw, drawData, drawDataUnit, drawHighLightData, editOptions, getCurrentDataLine, getCurrentDataLineIndex, getDataBlock, getDataDimensions, getDataLineInfos, getDataName, getDataProvider, getFixedScaleInformation, getHidingDialogComponent, getPamDataBlock, getScaleInformation, getShortName, getStoredSettings, getTdDataProvider, getTdGraph, getToolTipText, hasAxisName, hasOptions, isShowing, isViewer, notifyModelChanged, removeData, selectDataLine, setCurrentAxisName, setFixedScaleInformation, setShowing, setStoredSettings, timeRangeSpinnerChange, timeScrollRangeChanged, timeScrollValueChanged
-
Constructor Details
-
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
- Parameters:
pamDataUnit
-- Returns:
- data value or null if this data poit should not be plotted.
-
getSymbolChooser
- Specified by:
getSymbolChooser
in classTDDataInfo
- Returns:
- a class containing functions to chose a symbol to plot.
-