org.das2.components.HorizontalSpectrogramSlicer


addAction

addAction( javax.swing.Action a ) → void

add a button

Parameters

a - the action for the button.

Returns:

void (returns nothing)

search for examples view on GitHub view source


clear

clear( QDataSet tds ) → void

clear the current dataset to avoid units errors. If the new dataset can be used, use it.

Parameters

tds - the new dataset

Returns:

void (returns nothing)

search for examples view on GitHub view source


createSlicer

createSlicer( org.das2.graph.DasPlot plot, org.das2.dataset.TableDataSetConsumer dataSetConsumer ) → HorizontalSpectrogramSlicer

Returns:

org.das2.components.HorizontalSpectrogramSlicer

search for examples view on GitHub view source


dataPointSelected

dataPointSelected( org.das2.event.DataPointSelectionEvent e ) → void

show the slice at the data point selected.

Parameters

e - the selection event containing the data point.

Returns:

void (returns nothing)

search for examples view on GitHub view source


dispose

dispose( ) → void

dispose of the popup slicer.

Returns:

void (returns nothing)

search for examples view on GitHub view source


getMarkColor

getMarkColor( ) → Color

the color for the mark (vertical bar) indicating slice position

Returns:

the mark color

search for examples view on GitHub view source


getSliceY

getSliceY( ) → Datum

provide the Y position of the data. Note this may be different than where the user requested because the nearest channel is provided.

Returns:

the slice position.

search for examples view on GitHub view source


setMarkColor

setMarkColor( java.awt.Color markColor ) → void

set the color for the mark (vertical bar) indicating slice position Color(230,230,230) is the default.

Parameters

markColor - the color

Returns:

void (returns nothing)

search for examples view on GitHub view source


showPopup

showPopup( ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source