Back to Tutorials Index...


Emotion Expression


The different classes which are used to create facial emotions are described in the following table.

Emotions are created: Angry, AngrySmallMouth, Contempt, Disgusted, Embarrassed, Excited, Fear, Happy, Loved, Sad, Smile, Surprised.

Class Description

Picture of the Facial Emotion

  • Name: Angry.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the angry state, and then comes back to the default state.
  • Name: AngryStart.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the angry state, and stays in the angry state until it receives a new command.
  • Name: AngryEnd.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the angry state to the default state, and stays in the default state until it receives a new command.
  • Name: AngrySmallMouth.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the angry state with a small mouth, and then comes back to the default state.
  • Name: AngrySmallMouthStart.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the angry state with a small mouth, and stays in the angry state until it receives a new command.
  • Name: AngrySmallMouthEnd.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the angry state with a small mouth to the default state, and stays in the default state until it receives a new command.
  • Name: Contempt.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the contemptuous state, and then comes back to the default state.
  • Name: ContemptStart.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the contemptuous state, and stays in the contemptuous state until it receives a new command.
  • Name: ContemptEnd.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the contemptuous state to the default state, and stays in the default state until it receives a new command.
  • Name: Disgusted.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the disgusted state, and then comes back to the default state.
  • Name: DisgustedStart.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the disgusted state, and stays in the disgusted state until it receives a new command.
  • Name: DisgustedEnd.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the disgusted state to the default state, and stays in the default state until it receives a new command.
  • Name: Embarrassed.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the embarrassed state, and then comes back to the default state.
  • Name: EmbarrassedStart.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the embarrassed state, and stays in the embarrassed state until it receives a new command.
  • Name: EmbarrassedEnd.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the embarrassed state to the default state, and stays in the default state until it receives a new command.
  • Name: Excited.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the excited state, and then comes back to the default state.
  • Name: ExcitedStart.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the excited state, and stays in the excited state until it receives a new command.
  • Name: ExcitedEnd.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the excited state to the default state, and stays in the default state until it receives a new command.
  • Name: Fear.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the fear state, and then comes back to the default state.
  • Name: FearStart.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the fear state, and stays in the fear state until it receives a new command.
  • Name: FearEnd.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the fear state to the default state, and stays in the default state until it receives a new command.
  • Name: Happy.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the happy state, and then comes back to the default state.
  • Name: HappyStart.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the happy state, and stays in the happy state until it receives a new command.
  • Name: HappyEnd.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the happy state to the default state, and stays in the default state until it receives a new command.
  • Name: Loved.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the loved state, and then comes back to the default state.
  • Name: LovedStart.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the loved state, and stays in the loved state until it receives a new command.
  • Name: LovedEnd.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the loved state to the default state, and stays in the default state until it receives a new command.
  • Name: Sad.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the sad state, and then comes back to the default state.
  • Name: SadStart.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the sad state, and stays in the sad state until it receives a new command.
  • Name: SadEnd.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the sad state to the default state, and stays in the default state until it receives a new command.
  • Name: Smile.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the smile state, and then comes back to the default state.
  • Name: SmileStart.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the smile state, and stays in the smile state until it receives a new command.
  • Name: SmileEnd.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the smile state to the default state, and stays in the default state until it receives a new command.
  • Name: Surprised.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the surprised state, and then comes back to the default state.
  • Name: SurprisedStart.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the default state to the surprised state, and stays in the surprised state until it receives a new command.
  • Name: SurprisedEnd.java
  • Package: de.dfki.stickman.animation.face
  • Description: The face moves from the surprised state to the default state, and stays in the default state until it receives a new command.

Back to Tutorials Index...