edu.sc.seis.sod.status
Class MapPool

java.lang.Object
  extended by edu.sc.seis.sod.status.MapPool

public class MapPool
extends java.lang.Object


Constructor Summary
MapPool(int mapCount)
           
 
Method Summary
static MapPool getDefaultPool()
           
 OpenMap getMap(EventColorizer colorizer)
           
 void returnMap(OpenMap map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapPool

public MapPool(int mapCount)
Method Detail

getMap

public OpenMap getMap(EventColorizer colorizer)

returnMap

public void returnMap(OpenMap map)

getDefaultPool

public static MapPool getDefaultPool()