org.das2.graph
Interface EventsRenderer.ColorSpecifier

Enclosing class:
EventsRenderer

public static interface EventsRenderer.ColorSpecifier


Method Summary
 java.awt.Color getColor(Datum d)
          returns a color for the given datum.
 

Method Detail

getColor

java.awt.Color getColor(Datum d)
returns a color for the given datum. null may be returned, indicating the default color should be used.