org.das2.graph.EventsRenderer.TextSpecifier


getText

getText( DatumRange range, Datum d ) → String

returns the text for the given datum. null may be returned, indicating the default String.valueOf(d) should be used.

Parameters

range - the range of the event
d - the Datum associated with the range

Returns:

the string for the datum and range shown in a popup.

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