Package beamformer.localiser.plot
Class BeamDataDisplayF
java.lang.Object
beamformer.localiser.plot.BeamDataDisplay
beamformer.localiser.plot.BeamDataDisplayF
- Direct Known Subclasses:
 MiniBeamOGram,MiniSpectrogram
- 
Constructor Summary
ConstructorsConstructorDescriptionBeamDataDisplayF(BeamFormLocaliserControl bfLocControl, int channelMap, String plotName, String xAxisLabel)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetFrequencyScale(double[] freqRange) final voidupdate(BeamLocaliserData beamLocData) abstract voidupdateF(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:
 updatein classBeamDataDisplay
 - 
updateF
Does what the update function did, but after the axis have been set.- Parameters:
 beamLocData-
 - 
setFrequencyScale
public void setFrequencyScale(double[] freqRange)  
 -