public class FreshnessEventColorizer extends java.lang.Object implements EventColorizer
Modifier and Type | Field and Description |
---|---|
static java.awt.Color |
FRESH_EVENT |
static java.awt.Color |
OLD_EVENT |
static java.awt.Color |
REALLY_OLD_EVENT |
Constructor and Description |
---|
FreshnessEventColorizer() |
Modifier and Type | Method and Description |
---|---|
void |
colorize(com.bbn.openmap.omGraphics.OMGraphicList events) |
public static java.awt.Color FRESH_EVENT
public static java.awt.Color OLD_EVENT
public static java.awt.Color REALLY_OLD_EVENT
public void colorize(com.bbn.openmap.omGraphics.OMGraphicList events)
colorize
in interface EventColorizer