com.supermap.plot
类 AnimationDefine

java.lang.Object
  继承者 com.supermap.plot.AnimationDefine

public class AnimationDefine
extends java.lang.Object

动画中用到的枚举类型


嵌套类摘要
static class AnimationDefine.AnimationGroupPlayState
          动画组播放状态,包括播放,暂停,停止,复位,定位时序等状态
static class AnimationDefine.AnimationType
          动画类型枚举
static class AnimationDefine.BlinkAnimationBlinkStyle
          闪烁类型,按频率闪烁或按次数闪烁
static class AnimationDefine.BlinkAnimationReplaceStyle
          交替类型,闪烁交替是否替换颜色
static class AnimationDefine.PathType
          路径动画的路径类型
static class AnimationDefine.RotateDirection
          旋转方向
 
构造方法摘要
AnimationDefine()
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AnimationDefine

public AnimationDefine()