Package dbht
Class DbHtDisplayPanel
java.lang.Object
dbht.DbHtDisplayPanel
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
timeRangeChanged
(double newValue) Called when the spinner changes the time range.
-
Method Details
-
getDisplayPanel
-
timeRangeChanged
public void timeRangeChanged(double newValue) Called when the spinner changes the time range.- Parameters:
newValue
- new time range in seconds.
-
popupMenu
-