Package beamformer.localiser.plot
Class MiniSpectrogram
java.lang.Object
beamformer.localiser.plot.BeamDataDisplay
beamformer.localiser.plot.BeamDataDisplayF
beamformer.localiser.plot.MiniSpectrogram
-
Constructor Summary
ConstructorDescriptionMiniSpectrogram
(BeamFormLocaliserControl bfLocaliserControl, int channelMap) -
Method Summary
Modifier and TypeMethodDescriptiongetXAxisLabel
(double axisLabelScale) void
updateF
(BeamLocaliserData beamLocData) Does what the update function did, but after the axis have been set.Methods inherited from class beamformer.localiser.plot.BeamDataDisplayF
setFrequencyScale, update
Methods inherited from class beamformer.localiser.plot.BeamDataDisplay
drawScaledPeakLine, findAlgorithmParams, getBfLocControl, getChannelMap, getLinePlotData, getNode, getSimplePlot, isPaintPeakLine, setChannelMap, setLinePlotData, setPaintPeakLine
-
Constructor Details
-
MiniSpectrogram
-
-
Method Details
-
updateF
Description copied from class:BeamDataDisplayF
Does what the update function did, but after the axis have been set.- Specified by:
updateF
in classBeamDataDisplayF
-
getXAxisLabel
-