Class Animation

java.lang.Object
Animation
Direct Known Subclasses:
AniMove, AniShrink

public class Animation extends Object
Shared code of the animations.
  • Constructor Details

  • Method Details

    • animate

      public boolean animate(float from_x, float from_y, float to_x, float to_y)