public class AfterEffectB extends AfterEffect
AfterEffect.NoAfterEffect| Constructor and Description | 
|---|
| AfterEffectB()Sole constructor: parameter-free | 
| Modifier and Type | Method and Description | 
|---|---|
| Explanation | explain(BasicStats stats,
       float tfn)Returns an explanation for the score. | 
| float | score(BasicStats stats,
     float tfn)Returns the aftereffect score. | 
| String | toString()Subclasses must override this method to return the code of the
 after effect formula. | 
public final float score(BasicStats stats, float tfn)
AfterEffectscore in class AfterEffectpublic final Explanation explain(BasicStats stats, float tfn)
AfterEffectexplain in class AfterEffectpublic String toString()
AfterEffecttoString in class AfterEffectCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.