| java.lang.Object | |
| ↳ | com.tencent.tencentmap.mapsdk.maps.model.BaseAnimation |
Known Direct Subclasses
|
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| BaseAnimation() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AnimationListener |
getAnimationListener()
获取动画监听
| ||||||||||
| long |
getDuration()
获取动画时长
| ||||||||||
| Interpolator |
getInterpolator()
获取拦截器
| ||||||||||
| void |
setAnimationListener(AnimationListener listener)
设置动画的状态回调
| ||||||||||
| void |
setDuration(long duration)
设置动画的持续时间
| ||||||||||
| void |
setInterpolator(Interpolator interpolator)
设置动画播放进度的拦截器
具体参见 @see Interpolator
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.tencent.tencentmap.mapsdk.maps.model.Animation
| |||||||||||
获取动画时长
获取拦截器
设置动画的状态回调
| listener | 参见 AnimationListener
|
|---|
设置动画的持续时间
| duration | 单位为 ms |
|---|