Class EmergeEffect

java.lang.Object
com.github.tommyettinger.textra.Effect
com.github.tommyettinger.textra.effects.EmergeEffect

public class EmergeEffect
extends Effect
Stretches the text vertically from the baseline up to its full height. Doesn't repeat itself.
  • Constructor Details

    • EmergeEffect

      public EmergeEffect​(TypingLabel label, java.lang.String[] params)
  • Method Details

    • onApply

      protected void onApply​(long glyph, int localIndex, int globalIndex, float delta)
      Description copied from class: Effect
      Called when this effect should be applied to the given glyph.
      Specified by:
      onApply in class Effect