public static enum InMeetingAnnotationController.AnnotationToolType extends java.lang.Enum<InMeetingAnnotationController.AnnotationToolType>
Enum Constant and Description |
---|
ANNO_TOOL_NONE_DRAWING
Switch to mouse cursor.
|
ANNO_TOOL_TYPE_AUTO_ARROW2
An arrow.
|
ANNO_TOOL_TYPE_ERASER
An eraser.
|
ANNO_TOOL_TYPE_HIGHLIGHTER
Highlighter.
|
ANNO_TOOL_TYPE_PEN
Pen.
|
ANNO_TOOL_TYPE_SPOTLIGHT
Laser pointer.
|
Modifier and Type | Method and Description |
---|---|
static InMeetingAnnotationController.AnnotationToolType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InMeetingAnnotationController.AnnotationToolType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InMeetingAnnotationController.AnnotationToolType ANNO_TOOL_NONE_DRAWING
public static final InMeetingAnnotationController.AnnotationToolType ANNO_TOOL_TYPE_PEN
public static final InMeetingAnnotationController.AnnotationToolType ANNO_TOOL_TYPE_HIGHLIGHTER
public static final InMeetingAnnotationController.AnnotationToolType ANNO_TOOL_TYPE_SPOTLIGHT
public static final InMeetingAnnotationController.AnnotationToolType ANNO_TOOL_TYPE_ERASER
public static final InMeetingAnnotationController.AnnotationToolType ANNO_TOOL_TYPE_AUTO_ARROW2
public static InMeetingAnnotationController.AnnotationToolType[] values()
for (InMeetingAnnotationController.AnnotationToolType c : InMeetingAnnotationController.AnnotationToolType.values()) System.out.println(c);
public static InMeetingAnnotationController.AnnotationToolType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null