Package beamformer.localiser.plot
Class BeamDataDisplayF
java.lang.Object
beamformer.localiser.plot.BeamDataDisplay
beamformer.localiser.plot.BeamDataDisplayF
- Direct Known Subclasses:
MiniBeamOGram
,MiniSpectrogram
-
Constructor Summary
ConstructorDescriptionBeamDataDisplayF
(BeamFormLocaliserControl bfLocControl, int channelMap, String plotName, String xAxisLabel) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setFrequencyScale
(double[] freqRange) final void
update
(BeamLocaliserData beamLocData) abstract void
updateF
(BeamLocaliserData beamLocData) Does what the update function did, but after the axis have been set.Methods inherited from class beamformer.localiser.plot.BeamDataDisplay
drawScaledPeakLine, findAlgorithmParams, getBfLocControl, getChannelMap, getLinePlotData, getNode, getSimplePlot, isPaintPeakLine, setChannelMap, setLinePlotData, setPaintPeakLine
-
Constructor Details
-
BeamDataDisplayF
public BeamDataDisplayF(BeamFormLocaliserControl bfLocControl, int channelMap, String plotName, String xAxisLabel)
-
-
Method Details
-
update
- Specified by:
update
in classBeamDataDisplay
-
updateF
Does what the update function did, but after the axis have been set.- Parameters:
beamLocData
-
-
setFrequencyScale
public void setFrequencyScale(double[] freqRange)
-