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

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

public class DefaultEventColorizer
extends java.lang.Object
implements EventColorizer


Field Summary
static java.awt.Color DEFAULT_EVENT
           
 
Constructor Summary
DefaultEventColorizer()
           
 
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

DEFAULT_EVENT

public static java.awt.Color DEFAULT_EVENT
Constructor Detail

DefaultEventColorizer

public DefaultEventColorizer()
Method Detail

colorize

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