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