metricsOverlay.model.mappings
Class MetricLogIStrategy

java.lang.Object
  extended by metricsOverlay.model.mappings.InterpolationStrategy
      extended by metricsOverlay.model.mappings.LogIStrategy
          extended by metricsOverlay.model.mappings.MetricLogIStrategy
All Implemented Interfaces:
ITyped

public class MetricLogIStrategy
extends LogIStrategy


Constructor Summary
MetricLogIStrategy()
           
MetricLogIStrategy(double dMax, double dMin, double mMax, double mMin, double log)
           
 
Method Summary
 int getInterpolatedValue(java.lang.String value)
           
 java.lang.String getType()
           
 
Methods inherited from class metricsOverlay.model.mappings.LogIStrategy
getConstant, setConstant
 
Methods inherited from class metricsOverlay.model.mappings.InterpolationStrategy
setMinMax
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricLogIStrategy

public MetricLogIStrategy()

MetricLogIStrategy

public MetricLogIStrategy(double dMax,
                          double dMin,
                          double mMax,
                          double mMin,
                          double log)
Method Detail

getInterpolatedValue

public int getInterpolatedValue(java.lang.String value)
Specified by:
getInterpolatedValue in class InterpolationStrategy

getType

public java.lang.String getType()
Specified by:
getType in interface ITyped
Specified by:
getType in class InterpolationStrategy
Returns:
A succinct String description of the object.