public class VerticalSpectrogramAverager extends java.lang.Object implements DataRangeSelectionListener
| Modifier | Constructor and Description |
|---|---|
protected |
VerticalSpectrogramAverager(DasPlot parent,
DasAxis sourceXAxis,
DasAxis sourceZAxis) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAction(javax.swing.Action a)
add a button
|
void |
clear()
clear the current dataset to avoid units errors.
|
static VerticalSpectrogramAverager |
createAverager(DasPlot plot,
TableDataSetConsumer dataSetConsumer) |
void |
dataRangeSelected(DataRangeSelectionEvent e) |
void |
dispose()
dispose of the popup slicer.
|
QDataSet |
getDataSet() |
protected boolean |
isPopupVisible() |
protected void |
setDataSet(QDataSet ds) |
void |
showPopup() |
protected Datum value
public void addAction(javax.swing.Action a)
a - the action for the button.protected void setDataSet(QDataSet ds)
public QDataSet getDataSet()
public static VerticalSpectrogramAverager createAverager(DasPlot plot, TableDataSetConsumer dataSetConsumer)
public void showPopup()
public void dispose()
public void clear()
protected boolean isPopupVisible()
public void dataRangeSelected(DataRangeSelectionEvent e)
dataRangeSelected in interface DataRangeSelectionListener