org.das2.graph
Interface EventsRenderer.TextSpecifier

Enclosing class:
EventsRenderer

public static interface EventsRenderer.TextSpecifier


Method Summary
 java.lang.String getText(DatumRange range, Datum d)
          returns the text for the given datum.
 

Method Detail

getText

java.lang.String getText(DatumRange range,
                         Datum d)
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