metricsOverlay.model.mappings
Class AugmentExponentialIStrategy
java.lang.Object
metricsOverlay.model.mappings.InterpolationStrategy
metricsOverlay.model.mappings.ExponentialIStrategy
metricsOverlay.model.mappings.AugmentExponentialIStrategy
- All Implemented Interfaces:
- ITyped
public class AugmentExponentialIStrategy
- extends ExponentialIStrategy
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AugmentExponentialIStrategy
public AugmentExponentialIStrategy()
AugmentExponentialIStrategy
public AugmentExponentialIStrategy(double dMax,
double dMin,
double mMax,
double mMin,
double exp)
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.