com.supermap.plot
Class AnimationDefine.PathType
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.plot.AnimationDefine.PathType
-
- Enclosing class:
- AnimationDefine
public static class AnimationDefine.PathType extends Enum
Path types of a path animation
-
-
Field Summary
Fields Modifier and Type Field and Description static AnimationDefine.PathType
CURVE
Curvesstatic AnimationDefine.PathType
POLYLINE
Broken lines
-
-
-
Field Detail
-
POLYLINE
public static final AnimationDefine.PathType POLYLINE
Broken lines
-
CURVE
public static final AnimationDefine.PathType CURVE
Curves
-
-