Class StatusColorizer

  • All Implemented Interfaces:
    edu.sc.seis.fissuresUtil.map.colorizer.event.EventColorizer

    public class StatusColorizer
    extends java.lang.Object
    implements edu.sc.seis.fissuresUtil.map.colorizer.event.EventColorizer
    • Constructor Summary

      Constructors 
      Constructor Description
      StatusColorizer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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 edu.sc.seis.fissuresUtil.map.colorizer.event.EventColorizer