org.das2.event.DataPointSelectionEvent

This is the general-purpose "a data point was selected" event. Note that auxiliary data is supported, such as a keystroke that triggered the event. The X and Y Datums may be null, so that code may be reused.

DataPointSelectionEvent( Object source, Datum x, Datum y, java.util.Map planes )

Creates a new instance of DataPointSelectionEvent

DataPointSelectionEvent( Object source, Datum x, Datum y )


birthMilli


getDataSet

getDataSet( ) → QDataSet

return the context dataset, from which the selection is made.

Returns:

a QDataSet

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getPlane

getPlane( String plane ) → Object

Parameters

plane - a String

Returns:

java.lang.Object

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getPlaneIds

getPlaneIds( ) → String

Returns:

java.lang.String[]

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getX

getX( ) → Datum

Returns:

org.das2.datum.Datum

[search for examples] [view on GitHub] [view on old javadoc] [view source]


getY

getY( ) → Datum

Returns:

org.das2.datum.Datum

[search for examples] [view on GitHub] [view on old javadoc] [view source]


set

set( Datum x, Datum y ) → void

Parameters

x - a Datum
y - a Datum

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]


setDataSet

setDataSet( QDataSet ds ) → void

Parameters

ds - a QDataSet

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc] [view source]


toString

toString( ) → String

Returns:

java.lang.String

[search for examples] [view on GitHub] [view on old javadoc] [view source]