com.supermap.data
Class NodeAnimationPlayMode
- java.lang.Object
-
- com.supermap.data.Enum
-
- com.supermap.data.NodeAnimationPlayMode
-
public class NodeAnimationPlayMode extends Enum
This enumeration defines the animation playback mode constant for selecting the playback mode when the movie is played.
-
-
Field Summary
Fields Modifier and Type Field and Description static NodeAnimationPlayMode
LOOP
Loop mode.static NodeAnimationPlayMode
ONCE
Single play mode.
-
-
-
Field Detail
-
ONCE
public static final NodeAnimationPlayMode ONCE
Single play mode. In this mode, the animation is played only once.
-
LOOP
public static final NodeAnimationPlayMode LOOP
Loop mode. In this mode, the animation is looped.
-
-