hmi.faceanimation.converters
Enum EmotionConverter.AE
java.lang.Object
java.lang.Enum<EmotionConverter.AE>
hmi.faceanimation.converters.EmotionConverter.AE
- All Implemented Interfaces:
- Serializable, Comparable<EmotionConverter.AE>
- Enclosing class:
- EmotionConverter
public static enum EmotionConverter.AE
- extends Enum<EmotionConverter.AE>
NONE
public static final EmotionConverter.AE NONE
ANGER
public static final EmotionConverter.AE ANGER
SADNESS
public static final EmotionConverter.AE SADNESS
JOY
public static final EmotionConverter.AE JOY
DISGUST
public static final EmotionConverter.AE DISGUST
FEAR
public static final EmotionConverter.AE FEAR
SURPRISE
public static final EmotionConverter.AE SURPRISE
friendlyName
String friendlyName
angle
float angle
activation
float activation
values
public static EmotionConverter.AE[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (EmotionConverter.AE c : EmotionConverter.AE.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static EmotionConverter.AE valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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 type has no constant
with the specified name
NullPointerException - if the argument is null
getFriendlyName
public String getFriendlyName()