public class Int2DoubleMapper
extends java.lang.Object
Constructor and Description |
---|
Int2DoubleMapper(double minValue,
double maxValue,
double deltaValue) |
Modifier and Type | Method and Description |
---|---|
int |
getIntValue(double value) |
int |
getMaxIntValue() |
double |
getValue(int intValue) |
void |
invert() |
void |
setMinMaxValues(double minValue,
double maxValue) |
java.lang.String |
toString() |
double |
validateValue(double inputValue) |
public Int2DoubleMapper(double minValue, double maxValue, double deltaValue)
public double getValue(int intValue)
public int getIntValue(double value)
public int getMaxIntValue()
public double validateValue(double inputValue)
public void invert()
public void setMinMaxValues(double minValue, double maxValue)
public java.lang.String toString()
toString
in class java.lang.Object