Class EaseEffect

java.lang.Object
arc.flabel.FEffect
arc.flabel.effects.EaseEffect

public class EaseEffect extends FEffect
Moves the text vertically easing it into the final position. Doesn't repeat itself.
  • Field Details

    • distance

      public float distance
    • intensity

      public float intensity
    • elastic

      public boolean elastic
  • Constructor Details

    • EaseEffect

      public EaseEffect()
  • Method Details

    • onApply

      protected void onApply(FLabel label, FGlyph glyph, int localIndex, float delta)
      Description copied from class: FEffect
      Called when this effect should be applied to the given glyph.
      Specified by:
      onApply in class FEffect