metricsOverlay.augmentationStrategies
Class ForcedDisplayStrategy

java.lang.Object
  extended by metricsOverlay.augmentationStrategies.AugmentationStrategy
      extended by metricsOverlay.augmentationStrategies.ForcedDisplayStrategy

public class ForcedDisplayStrategy
extends AugmentationStrategy


Constructor Summary
ForcedDisplayStrategy()
           
 
Method Summary
 void dispose()
          Subclasses should override this method
 void update(MetricFile mf, Mapping mm)
          This class updates the display strategy, it should be overriden by subclasses.
 
Methods inherited from class metricsOverlay.augmentationStrategies.AugmentationStrategy
isActive, parseColor, setActive
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForcedDisplayStrategy

public ForcedDisplayStrategy()
Method Detail

update

public void update(MetricFile mf,
                   Mapping mm)
Description copied from class: AugmentationStrategy
This class updates the display strategy, it should be overriden by subclasses. super must be called at the start if the method

Overrides:
update in class AugmentationStrategy
Parameters:
mf - the metric file describing the current file and the metrics to be applied.
mm - the name of the current mapping this display strategy belongs to.

dispose

public void dispose()
Description copied from class: AugmentationStrategy
Subclasses should override this method

Specified by:
dispose in class AugmentationStrategy