Class Temperature

java.lang.Object
zombie.iso.weather.Temperature

public class Temperature extends Object
TurboTuTone.
  • Field Details

  • Constructor Details

    • Temperature

      public Temperature()
  • Method Details

    • getCelsiusPostfix

      public static String getCelsiusPostfix()
    • getFahrenheitPostfix

      public static String getFahrenheitPostfix()
    • getTemperaturePostfix

      public static String getTemperaturePostfix()
    • getTemperatureString

      public static String getTemperatureString(float celsius)
    • CelsiusToFahrenheit

      public static float CelsiusToFahrenheit(float celsius)
    • FahrenheitToCelsius

      public static float FahrenheitToCelsius(float fahrenheit)
    • WindchillCelsiusKph

      public static float WindchillCelsiusKph(float t, float v)
    • getTrueInsulationValue

      public static float getTrueInsulationValue(float insulation)
    • getTrueWindresistanceValue

      public static float getTrueWindresistanceValue(float windresist)
    • reset

      public static void reset()
    • getFractionForRealTimeRatePerMin

      public static float getFractionForRealTimeRatePerMin(float rate)
    • getValueColor

      public static Color getValueColor(float val)
    • getWindChillAmountForPlayer

      public static float getWindChillAmountForPlayer(IsoPlayer player)