| Enum Constant and Description |
|---|
Block
Added in SDK level 1
|
Coin
Reserved for future use
Added in SDK level 1
|
EraserPen
Added in SDK level 1
|
EraserPuck
Added in SDK level 1
|
Finger
Added in SDK level 1
|
Highlighter
Added in SDK level 1
|
Palm
Added in SDK level 1
|
Pen
Added in SDK level 1
|
PenMagic
Added in SDK level 1
|
ToolSense
Added in SDK level 2
|
Unknown
Added in SDK level 1
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static ToolType |
parseInt(int v) |
static ToolType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ToolType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ToolType Unknown
public static final ToolType Finger
public static final ToolType Palm
public static final ToolType Pen
public static final ToolType EraserPuck
public static final ToolType EraserPen
public static final ToolType PenMagic
public static final ToolType Highlighter
public static final ToolType Block
public static final ToolType Coin
public static final ToolType ToolSense
public static ToolType[] values()
for (ToolType c : ToolType.values()) System.out.println(c);
public static ToolType 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 nullpublic int getValue()
public static ToolType parseInt(int v)