edu.sc.seis.sod.status.eventArm
Class StatusColorizer

java.lang.Object
  extended by edu.sc.seis.sod.status.eventArm.StatusColorizer
All Implemented Interfaces:
EventColorizer

public class StatusColorizer
extends java.lang.Object
implements EventColorizer


Constructor Summary
StatusColorizer()
           
 
Method Summary
 void colorize(com.bbn.openmap.omGraphics.OMGraphicList events)
          Method colorize requires that all OMEvents in this OMGraphicList be instances of StatefulEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusColorizer

public StatusColorizer()
Method Detail

colorize

public void colorize(com.bbn.openmap.omGraphics.OMGraphicList events)
Method colorize requires that all OMEvents in this OMGraphicList be instances of StatefulEvent

Specified by:
colorize in interface EventColorizer