edu.sc.seis.fissuresUtil.map.colorizer.event
Class FreshnessEventColorizer

java.lang.Object
  extended by edu.sc.seis.fissuresUtil.map.colorizer.event.FreshnessEventColorizer
All Implemented Interfaces:
EventColorizer

public class FreshnessEventColorizer
extends java.lang.Object
implements EventColorizer


Field Summary
static java.awt.Color FRESH_EVENT
           
static java.awt.Color OLD_EVENT
           
static java.awt.Color REALLY_OLD_EVENT
           
 
Constructor Summary
FreshnessEventColorizer()
           
 
Method Summary
 void colorize(com.bbn.openmap.omGraphics.OMGraphicList events)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FRESH_EVENT

public static java.awt.Color FRESH_EVENT

OLD_EVENT

public static java.awt.Color OLD_EVENT

REALLY_OLD_EVENT

public static java.awt.Color REALLY_OLD_EVENT
Constructor Detail

FreshnessEventColorizer

public FreshnessEventColorizer()
Method Detail

colorize

public void colorize(com.bbn.openmap.omGraphics.OMGraphicList events)
Specified by:
colorize in interface EventColorizer