Revision 25870 trunk/libraries/libAnimationCommon/src/main/java/com/iver/cit/gvsig/animation/animationType/AnimationTransparency.java

View differences:

AnimationTransparency.java
36 36
import com.iver.utiles.XMLEntity;
37 37

  
38 38

  
39
/**
40
 * @author ?ngel Fraile Gri??n  e-mail: angel.fraile@iver.es
41
 * @since 1.1
42
 * 
43
 */
39 44
public class AnimationTransparency implements IAnimationTypeKeyFrame {
40 45

  
41 46
	private String description = "Animacion basada en Transparencias";
......
115 120
		this.interpolator = interpolator;
116 121
	}
117 122

  
123
	/**
124
	 * Getting the animated object, in movement track animation; the view
125
	 */
118 126
	public Object getAnimatedObject() {
119 127
		if(this.animationObjectTransparency != null){
120 128
			// getting all views.

Also available in: Unified diff