com.supermap.plot
类 AnimationDefine.PathType

java.lang.Object
  继承者 com.supermap.data.Enum
      继承者 com.supermap.plot.AnimationDefine.PathType
包容类:
AnimationDefine

public static class AnimationDefine.PathType
extends Enum

路径动画的路径类型


字段摘要
static AnimationDefine.PathType CURVE
          曲线
static AnimationDefine.PathType POLYLINE
          折线
 
方法摘要
 
从类 com.supermap.data.Enum 继承的方法
equals, getEnums, getNameByValue, getNames, getPredefineValues, getValueByName, getValues, hashCode, isDefined, isDefined, name, parse, parse, toString, value
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

POLYLINE

public static final AnimationDefine.PathType POLYLINE
折线


CURVE

public static final AnimationDefine.PathType CURVE
曲线