hmi.faceanimation.model
Class ActionUnit
java.lang.Object
hmi.faceanimation.model.ActionUnit
public class ActionUnit
- extends Object
A FACS AU.
- Author:
- PaulRC
index
protected int index
number
protected int number
symmetry
protected ActionUnit.Symmetry symmetry
name
protected String name
muscle
protected String muscle
ActionUnit
public ActionUnit()
- Constructor
ActionUnit
public ActionUnit(int index,
int number,
ActionUnit.Symmetry symmetry,
String name,
String musle)
- Constructor
- Parameters:
index - the index to setnumber - the number to setsymmetry - the symmetry to setname - the name to setmuscle - the muscle to set
ActionUnit
public ActionUnit(int index,
int number,
ActionUnit.Symmetry symmetry,
String name)
- Constructor
- Parameters:
index - the index to setnumber - the number to setsymmetry - the symmetry to setname - the name to set
getIndex
public int getIndex()
- Returns:
- the index
getNumber
public int getNumber()
- Returns:
- the number
getSymmetry
public ActionUnit.Symmetry getSymmetry()
- Returns:
- the symmetry
getName
public String getName()
- Returns:
- the name
getMuscle
public String getMuscle()
- Returns:
- the muscle
toString
public String toString()
- Overrides:
toString in class Object