public class SickEffect
extends FEffect
Drips 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
-
SickEffect
public SickEffect()
-
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