metricsOverlay.model.mappings
Class AugmentLogIStrategy

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

public class AugmentLogIStrategy
extends LogIStrategy


Constructor Summary
AugmentLogIStrategy()
           
AugmentLogIStrategy(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

AugmentLogIStrategy

public AugmentLogIStrategy()

AugmentLogIStrategy

public AugmentLogIStrategy(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.