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)
AfterEffect
score
in class AfterEffect
public final Explanation explain(BasicStats stats, float tfn)
AfterEffect
explain
in class AfterEffect
public String toString()
AfterEffect
toString
in class AfterEffect
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.