com.supermap.mapping.speech
Class SpeechMode
- java.lang.Object
-
- com.supermap.mapping.speech.SpeechMode
-
public class SpeechMode extends java.lang.Object
Speech controls scenes
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static class
SpeechMode.SpeechModeType
NORMAL: normal speech, EDIT: draws points, lines, polygons
-
Constructor Summary
Constructors Constructor and Description SpeechMode()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static SpeechMode.SpeechModeType
getSpeechModeType()
Gets the speech modestatic void
setSpeechModeType(SpeechMode.SpeechModeType mode)
Sets the speech mode
-
-
-
Method Detail
-
setSpeechModeType
public static void setSpeechModeType(SpeechMode.SpeechModeType mode)
Sets the speech mode- Parameters:
mode
-
-
getSpeechModeType
public static SpeechMode.SpeechModeType getSpeechModeType()
Gets the speech mode- Returns:
- the mode
-
-