public class ShakeEffect
extends FEffect
Shakes the text in a random pattern.
-
-
Constructor Summary
Constructors
-
Method Summary
protected void
Called when this effect should be applied to the given glyph.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
distance
public float distance
-
intensity
public float intensity
-
Constructor Details
-
ShakeEffect
public ShakeEffect()
-
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