Package noiseOneBand
Class OneBandDisplayPanel
java.lang.Object
noiseOneBand.OneBandDisplayPanel
Display panel for dBHt data - can be incorporated into a spectrogram
plug in or a stand alone display window.
Actually contains three separate panels, to allow for an outer axis panel
a scroll bar and an inner plot panel.
- Author:
- Doug Gillespie
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
popupMenu
(MouseEvent e, noiseOneBand.OneBandDisplayPanel.PlotPanel plotPanel) void
Set the channel colours based on the current channelMapvoid
setDisplayParams
(int plotType, OneBandDisplayParams newParams) void
timeRangeChanged
(double newValue) Called when the spinner changes the time range.
-
Field Details
-
pulseHidingPanel
-
-
Method Details
-
getDisplayPanel
-
setChannelColours
public void setChannelColours()Set the channel colours based on the current channelMap -
timeRangeChanged
public void timeRangeChanged(double newValue) Called when the spinner changes the time range.- Parameters:
newValue
- new time range in seconds.
-
popupMenu
-
setDisplayParams
-