Klasse Int2DoubleMapper
java.lang.Object
de.labAlive.core.util.Int2DoubleMapper
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifikator und TypMethodeBeschreibungintgetIntValue(double value) intdoublegetValue(int intValue) voidinvert()voidsetMinMaxValues(double minValue, double maxValue) toString()doublevalidateValue(double inputValue)
-
Konstruktordetails
-
Int2DoubleMapper
public Int2DoubleMapper(double minValue, double maxValue, double deltaValue)
-
-
Methodendetails
-
getValue
public double getValue(int intValue) -
getIntValue
public int getIntValue(double value) -
getMaxIntValue
public int getMaxIntValue() -
validateValue
public double validateValue(double inputValue) -
invert
public void invert() -
setMinMaxValues
public void setMinMaxValues(double minValue, double maxValue) -
toString
-