metricsOverlay.api
Class MetricOverlayFactory

java.lang.Object
  extended by metricsOverlay.api.MetricOverlayFactory

public class MetricOverlayFactory
extends java.lang.Object

This class provides a factory method that will provide an implementation of IMetricOverlay. It can be called in the following way: IMetricOverlay mOverlay = MetricOverlayFactory.instance();

Version:
1/7/2009
Author:
Matthew Harward

Constructor Summary
MetricOverlayFactory()
           
 
Method Summary
static IMetricOverlay instance()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricOverlayFactory

public MetricOverlayFactory()
Method Detail

instance

public static IMetricOverlay instance()
Returns:
a concrete implementation of IMetricOverlay