Revision 25868 trunk/libraries/libAnimation2D/src/main/java/com/iver/cit/gvsig/animation/animationType/AnimationLayer2D.java

View differences:

AnimationLayer2D.java
35 35
import com.iver.utiles.IPersistence;
36 36
import com.iver.utiles.XMLEntity;
37 37

  
38

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

  
40 46
	private String className = "AnimationLayer2D";
......
74 80
		this.name = name;
75 81
	}
76 82

  
83
	
84
	/**
85
	 * Repainting the view
86
	 */
87
	
77 88
	public void AppliesToObject(Object animated) {
78 89

  
79 90
		// Casting the animated object
......
101 112
		this.interpolator = interpolator;
102 113
	}
103 114

  
104
	
115
	/**
116
	 * Getting the animated object, in movement track animation; the view
117
	 */
105 118
	public Object getAnimatedObject() {
106 119
		if(this.animationObject2D != null) {
107 120
			// getting all views.

Also available in: Unified diff