metricsOverlay.model.mappings
Class LinearIStrategy

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

public class LinearIStrategy
extends InterpolationStrategy


Constructor Summary
LinearIStrategy()
           
LinearIStrategy(double dMax, double dMin, double mMax, double mMin)
           
 
Method Summary
 int getInterpolatedValue(java.lang.String value)
           
 java.lang.String getType()
           
 
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

LinearIStrategy

public LinearIStrategy()

LinearIStrategy

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