Package us.zoom.sdk
Enum Class InMeetingAnnotationController.AnnotationToolType
java.lang.Object
java.lang.Enum<InMeetingAnnotationController.AnnotationToolType>
us.zoom.sdk.InMeetingAnnotationController.AnnotationToolType
- All Implemented Interfaces:
Serializable
,Comparable<InMeetingAnnotationController.AnnotationToolType>
,Constable
- Enclosing interface:
- InMeetingAnnotationController
public static enum InMeetingAnnotationController.AnnotationToolType
extends Enum<InMeetingAnnotationController.AnnotationToolType>
Type of annotation tools. For more information, please visit <https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0067931>.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSwitch to mouse cursor.A line with a double-arrow.Erase parts of your annotation.Highlighter.Pen.Only available if you started the shared screen or whiteboard. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ANNO_TOOL_NONE_DRAWING
Switch to mouse cursor. For initialization. -
ANNO_TOOL_TYPE_PEN
Pen. -
ANNO_TOOL_TYPE_HIGHLIGHTER
Highlighter. -
ANNO_TOOL_TYPE_SPOTLIGHT
Only available if you started the shared screen or whiteboard. Displays your mouse pointer to all participants when your mouse is within the area being shared. Use this to point out parts of the screen to other participants. -
ANNO_TOOL_TYPE_ERASER
Erase parts of your annotation. -
ANNO_TOOL_TYPE_AUTO_ARROW2
A line with a double-arrow.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-