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
折线
-
-
-
字段详细资料
-
POLYLINE
public static final AnimationDefine.PathType POLYLINE
折线
-
CURVE
public static final AnimationDefine.PathType CURVE
曲线
-
-