程序包 | 说明 |
---|---|
com.supermap.mobjects.animation |
限定符和类型 | 类和说明 |
---|---|
class |
AnimationBlink
闪烁动画类(新):该类提供了闪烁动画的一系列属性。
|
class |
AnimationBrokenline
折线动画类(新):该类提供了折线动画的一系列属性,继承自基类路径动画。
|
class |
AnimationCurve
曲线动画类(新):该类提供了曲线动画的一系列属性,继承自基类路径动画。
|
class |
AnimationGrow
生长动画类(新):该类提供了生长动画的一系列属性,继承自基类生长动画。
|
class |
AnimationHide
隐藏动画类(新):该类提供了隐藏动画的一系列属性,继承自基类显隐动画。
|
class |
AnimationMoveIn
渐入动画类(新):该类提供了渐入动画的一系列属性。
|
class |
AnimationMoveOut
渐出动画类(新):该类提供了渐出动画的一系列属性。
|
class |
AnimationMoveView
移图动画类(新):该类提供了移图动画的一系列属性。
|
class |
AnimationReduce
退缩动画类(新):该类提供了退缩动画的一系列属性。
|
class |
AnimationShow
显示动画类(新):该类提供了显示动画的一系列属性。
|
class |
AnimationWay
轨迹动画类:该类提供了轨迹动画的一系列属性。
|
class |
AnimationWayBase
路径动画基类(新):该类提供了路径动画的一系列属性。
|
class |
AnimationZoomIn
缩放(缩小)动画类(新):该类提供了缩放(缩小)动画的一系列属性。
|
class |
AnimationZoomOut
缩放(放大)动画类(新):该类提供了缩放(放大)动画的一系列属性。
|
class |
BaseAnimationAttribute
属性动画类(旧):该类提供了属性动画的一系列属性。
|
class |
BaseAnimationBlink
闪烁动画类(旧):该类提供了闪烁动画的一系列属性。
|
class |
BaseAnimationGrow
生长动画类(旧):该类提供了生长动画的一系列属性。
|
class |
BaseAnimationRotate
旋转动画类(旧):该类提供了旋转动画的一系列属性。
|
class |
BaseAnimationScale
比例动画类(旧):该类提供了比例动画的一系列属性。
|
class |
BaseAnimationShow
显隐动画类(旧):该类提供了显隐动画的一系列属性。
|
class |
BaseAnimationWay
路径动画类(旧):该类提供了路径动画的一系列属性。
|
限定符和类型 | 方法和说明 |
---|---|
AnimationGO |
AnimationManager.createAnimation(AnimationDefine.AnimationType type,
String strUuid)
通过动画类型和uuid创建动画
|
AnimationGO[] |
AnimationManager.getAllAnimation()
获取所有动画
|
AnimationGO[] |
AnimationGroup.getAllAnimationByUUID(String UuID)
通过geometry对象UUID获取所有动画
|
AnimationGO[] |
AnimationManager.getAllAnimationByUUID(String UuID)
通过geometry对象UUID获取所有动画
|
AnimationGO |
AnimationGroup.getAnimationByIndex(int index)
通过索引获取动画对象
|
AnimationGO |
AnimationGroup.getAnimationByName(String AnimatinoName)
通过动画的名称获取动画对象
|
AnimationGO |
AnimationGroup.GetAnimationByName(String AnimatinoName)
已过时。
|
AnimationGO |
AnimationManager2D.hitTest(Point2D pt)
点击获取选中的动画对象
|
AnimationGO |
AnimationManager3D.hitTest(Point2D pt)
点击获取选中的动画对象
|
限定符和类型 | 方法和说明 |
---|---|
void |
AnimationGroup.addAnimation(AnimationGO pAnimation)
分组中添加动画的方法
|
double |
AnimationManager.getAnimationReferenceTime(AnimationGO pAnimation)
获取动画相对于起始播放时刻的时间
|
int |
AnimationGroup.indexOfAnimation(AnimationGO pAnimation)
获取动画在组中的索引
|
int |
AnimationGroup.IndexOfAnimation(AnimationGO pAnimation)
已过时。
|
void |
AnimationManager.moveAnimation(AnimationGO pAnimation,
int indexTargetGroup,
int indexTargetAnimation)
移动动画在动画管理器中的位置。
|
void |
AnimationManager.playAfterLastOne(AnimationGO pAnimation)
动画MGAnimationGO中的SetPlayType用法兼容该接口。
|
void |
AnimationManager.playFirst(AnimationGO pAnimation)
动画MGAnimationGO中的SetPlayType用法兼容该接口。
|
void |
AnimationManager.playSameLastOne(AnimationGO pAnimation)
动画MGAnimationGO中的SetPlayType用法兼容该接口。
|
boolean |
AnimationManager.setGeometry(String strUuid,
AnimationGO animationGOExp)
给动画设置几何对象
|
Copyright © 2021–2024 SuperMap. All rights reserved.