Package IshmaelDetector.dataPlotFX
Class IshmaelFnPlotInfo
java.lang.Object
dataPlotsFX.data.TDDataInfoFX
dataPlotsFX.data.generic.GenericLinePlotInfo
IshmaelDetector.dataPlotFX.IshmaelFnPlotInfo
Plots the raw Ishmael detection output.
- Author:
- Jamie Macaulay
-
Nested Class Summary
Nested classes/interfaces inherited from class dataPlotsFX.data.TDDataInfoFX
TDDataInfoFX.DataLoadObserver
-
Field Summary
Fields inherited from class dataPlotsFX.data.TDDataInfoFX
dataPlugIns, scaleInfoIndex
-
Constructor Summary
ConstructorDescriptionIshmaelFnPlotInfo
(TDDataProviderFX tdDataProvider, IshDetControl ishDetControl, TDGraphFX tdGraph) -
Method Summary
Modifier and TypeMethodDescriptiongetColor
(int i) Get the color.double[][]
getDetData
(PamDataUnit pamDataUnit) Get the line data.Methods inherited from class dataPlotsFX.data.generic.GenericLinePlotInfo
drawDataUnit, drawPredicition, getDataValue, getSymbolChooser, notifyChange
Methods inherited from class dataPlotsFX.data.TDDataInfoFX
addScaleInfo, clearDraw, drawAllDataUnits, drawData, drawHighLightData, editOptions, getCurrentScaleInfo, getDataBlock, getDataDimensions, getDataName, getDataObserver, getDataProvider, getDDataProvider, getDisplayColType, getGraphSettingsPane, getLastDrawPoints, getMasterClockOverride, getMenuNodes, getPreviousDataUnit, getRequiredDataHistory, getScaleInfo, getScaleInfo, getScaleInfoIndex, getScaleInfos, getShortName, getSourceDataBlock, getStoredSettings, getTDGraph, getToolTipText, hasAxisName, hasOptions, isPaused, isScrollChanging, isShowing, isViewer, lastUnitDrawn, removeData, removeScaleInfo, selectScaleInfo, setCurrentAxisName, setNPlotPanes, setShowing, setStoredSettings, shouldDraw, shouldDraw, timeRangeSpinnerChange, timeScrollRangeChanged, timeScrollValueChanged
-
Constructor Details
-
IshmaelFnPlotInfo
public IshmaelFnPlotInfo(TDDataProviderFX tdDataProvider, IshDetControl ishDetControl, TDGraphFX tdGraph)
-
-
Method Details
-
getDetData
Description copied from class:GenericLinePlotInfo
Get the line data. Each double[] is a separate line with N evenly spaced data points.- Specified by:
getDetData
in classGenericLinePlotInfo
- Parameters:
pamDataUnit
- - the pam data unit containing the data.- Returns:
- the line data.
-
getColor
Description copied from class:GenericLinePlotInfo
Get the color.- Specified by:
getColor
in classGenericLinePlotInfo
- Parameters:
i
- - the prediction index- Returns:
- the color for that prediciton
-