Klasse Int2DoubleMapper

java.lang.Object
de.labAlive.core.util.Int2DoubleMapper

public class Int2DoubleMapper extends Object
  • 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

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object