Revision 25910

View differences:

trunk/libraries/libAnimation/src/com/iver/cit/gvsig/animation/AnimationPlayer.java
26 26
import com.iver.utiles.XMLEntity;
27 27

  
28 28
/**
29
 * @author ?ngel.
29
 * @author ?ngel Fraile Gri??n  e-mail: angel.fraile@iver.es
30
 * @since 1.1
30 31
 * 
31 32
 */
33

  
32 34
public class AnimationPlayer implements IUpdateCallBack,
33 35
		IPersistence {
34 36

  
......
177 179
	
178 180
	/**
179 181
	 * Getting the total duration of the animation. 
180
	 * @return
182
	 * @return total time in seconds
181 183
	 */
182 184
	public double getGlobalTime() {
183 185
		return (globalTime * 1000);

Also available in: Unified diff