Package com.myscript.iink
Enum Class PredefinedHandwritingProfileId
- All Implemented Interfaces:
Serializable
,Comparable<PredefinedHandwritingProfileId>
,Constable
Ids of predefined handwriting profiles.
- Since:
- 4.1
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDefault profileProfile 1Profile 10Profile 11Profile 12Profile 13Profile 14Profile 2Profile 3Profile 4Profile 5Profile 6Profile 7Profile 8Profile 9 -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PredefinedHandwritingProfileId[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
DEFAULT
Default profile -
PROFILE_1
Profile 1 -
PROFILE_2
Profile 2 -
PROFILE_3
Profile 3 -
PROFILE_4
Profile 4 -
PROFILE_5
Profile 5 -
PROFILE_6
Profile 6 -
PROFILE_7
Profile 7 -
PROFILE_8
Profile 8 -
PROFILE_9
Profile 9 -
PROFILE_10
Profile 10 -
PROFILE_11
Profile 11 -
PROFILE_12
Profile 12 -
PROFILE_13
Profile 13 -
PROFILE_14
Profile 14
-
-
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
-