com.supermap.mobjects.animation
类 BaseAnimationGrow
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.mobjects.animation.AnimationGO
-
- com.supermap.mobjects.animation.BaseAnimationGrow
-
- 所有已实现的接口:
- IDisposable
public class BaseAnimationGrow extends AnimationGO
生长动画类(旧):该类提供了生长动画的一系列属性。
-
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 double
getEndLocation()
获取生长动画的结束状态double
getStartLocation()
获取生长动画的开始状态void
setEndLocation(double location)
设置生长动画的结束状态void
setStartLocation(double location)
设置生长动画的开始状态-
从类继承的方法 com.supermap.mobjects.animation.AnimationGO
dispose, getAnimation2DGeometry, getAnimation3DGeometry, getAnimationType, getCaption, getComplete, getDuration, getGeometryUuID, getName, getPlayType, getStartTime, setCaption, setDuration, setPlayType, setStartTime
-
-
-
-
方法详细资料
-
setStartLocation
public void setStartLocation(double location)
设置生长动画的开始状态- 参数:
location
- 开始状态,范围为[0,1]
-
getStartLocation
public double getStartLocation()
获取生长动画的开始状态- 返回:
- 开始状态,范围为[0,1]
-
setEndLocation
public void setEndLocation(double location)
设置生长动画的结束状态- 参数:
location
- 结束状态,范围为[0,1]
-
getEndLocation
public double getEndLocation()
获取生长动画的结束状态- 返回:
- 结束状态,范围为[0,1]
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.