Project

General

Profile

« Previous | Next » 

Revision d7bbef2f

Added by Distorted Admin almost 8 years ago

Fix javadoc errors

View differences:

src/main/java/org/distorted/library/EffectMessage.java
20 20
 * Interpolation of the effect has finished. 
21 21
 * <p>
22 22
 * If you set up an interpolated effect and set its Interpolator to do 3.5 interpolations of 1000 ms each
23
 * with calls to {@link DistortedInterpolator#setCount(3.5f)} and {@link DistortedInterpolator#setDuration(1000)},
23
 * with calls to {@link Interpolator#setCount(float)} and {@link Interpolator#setDuration(long)},
24 24
 * then you are going to get this message exactly once after 3.5*1000 = 3500 milliseconds when the interpolation 
25 25
 * finishes. You will never get this message if you set the effect to go on indefinitely with a call to 
26
 * {@link DistortedInterpolator#setCount(0.0)}.
26
 * {@link Interpolator#setCount(float)}.
27 27
 * <p>  
28 28
 * If then the end effect is equal to the effect's zero point, then immediately after this message you 
29 29
 * will also get a EFFECT_REMOVED message.

Also available in: Unified diff