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.generic.GenericLinePlotInfo
GenericLinePlotInfo.TimePoint2DNested classes/interfaces inherited from class dataPlotsFX.data.TDDataInfoFX
TDDataInfoFX.DataLoadObserver - 
Field Summary
Fields inherited from class dataPlotsFX.data.generic.GenericLinePlotInfo
OVAL_RADIUSFields inherited from class dataPlotsFX.data.TDDataInfoFX
dataPlugIns, isOrderring, isViewer, scaleInfoIndex - 
Constructor Summary
ConstructorsConstructorDescriptionIshmaelFnPlotInfo(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, notifyChangeMethods 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, getTdDataProvider, 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:GenericLinePlotInfoGet the line data. Each double[] is a separate line with N evenly spaced data points.- Specified by:
 getDetDatain classGenericLinePlotInfo- Parameters:
 pamDataUnit- - the pam data unit containing the data.- Returns:
 - the line data.
 
 - 
getColor
Description copied from class:GenericLinePlotInfoGet the color.- Specified by:
 getColorin classGenericLinePlotInfo- Parameters:
 i- - the prediction index- Returns:
 - the color for that prediciton
 
 
 -