Class LinearInteger

java.lang.Object
ea.animation.interpolation.LinearInteger
All Implemented Interfaces:
Interpolator<Integer>

public class LinearInteger extends Object implements Interpolator<Integer>
  • Constructor Details

    • LinearInteger

      public LinearInteger(int start, int end)
  • Method Details