metricsOverlay.model.mappings
Class AugmentExponentialIStrategy

java.lang.Object
  extended by metricsOverlay.model.mappings.InterpolationStrategy
      extended by metricsOverlay.model.mappings.ExponentialIStrategy
          extended by metricsOverlay.model.mappings.AugmentExponentialIStrategy
All Implemented Interfaces:
ITyped

public class AugmentExponentialIStrategy
extends ExponentialIStrategy


Constructor Summary
AugmentExponentialIStrategy()
           
AugmentExponentialIStrategy(double dMax, double dMin, double mMax, double mMin, double exp)
           
 
Method Summary
 int getInterpolatedValue(java.lang.String value)
           
 java.lang.String getType()
           
 
Methods inherited from class metricsOverlay.model.mappings.ExponentialIStrategy
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

AugmentExponentialIStrategy

public AugmentExponentialIStrategy()

AugmentExponentialIStrategy

public AugmentExponentialIStrategy(double dMax,
                                   double dMin,
                                   double mMax,
                                   double mMin,
                                   double exp)
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.