Statistics
| Revision:

svn-gvsig-desktop / import / ext3D / branches / ext3D_v1.1 / libAnimation / src / com / iver / cit / gvsig / animation / keyframe / IAnimationTypeKeyFrame.java @ 15414

History | View | Annotate | Download (282 Bytes)

1 15392 julio
package com.iver.cit.gvsig.animation.keyframe;
2
3
import com.iver.cit.gvsig.animation.IAnimationType;
4
5
public interface IAnimationTypeKeyFrame extends IAnimationType{
6
7
        public IInterpolator getInterpolator();
8
9
        public void setInterpolator(IInterpolator interpolator);
10
11
}