Class StatValue

java.lang.Object
com.ardor3d.util.stat.StatValue

public class StatValue extends Object
  • Constructor Details

    • StatValue

      public StatValue()
    • StatValue

      public StatValue(StatValue entry)
  • Method Details

    • getAccumulatedValue

      public double getAccumulatedValue()
    • getIterations

      public long getIterations()
    • getAverageValue

      public double getAverageValue()
    • incrementValue

      public void incrementValue(double statValue)
    • incrementIterations

      public void incrementIterations()
    • setIterations

      public void setIterations(long iterations)
    • reset

      public void reset()