hmi.faceanimation.model
Class ActionUnit

java.lang.Object
  extended by hmi.faceanimation.model.ActionUnit

public class ActionUnit
extends Object

A FACS AU.

Author:
PaulRC

Nested Class Summary
static class ActionUnit.Symmetry
           
 
Field Summary
protected  int index
           
protected  String muscle
           
protected  String name
           
protected  int number
           
protected  ActionUnit.Symmetry symmetry
           
 
Constructor Summary
ActionUnit()
          Constructor
ActionUnit(int index, int number, ActionUnit.Symmetry symmetry, String name)
          Constructor
ActionUnit(int index, int number, ActionUnit.Symmetry symmetry, String name, String musle)
          Constructor
 
Method Summary
 int getIndex()
           
 String getMuscle()
           
 String getName()
           
 int getNumber()
           
 ActionUnit.Symmetry getSymmetry()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

index

protected int index

number

protected int number

symmetry

protected ActionUnit.Symmetry symmetry

name

protected String name

muscle

protected String muscle
Constructor Detail

ActionUnit

public ActionUnit()
Constructor


ActionUnit

public ActionUnit(int index,
                  int number,
                  ActionUnit.Symmetry symmetry,
                  String name,
                  String musle)
Constructor

Parameters:
index - the index to set
number - the number to set
symmetry - the symmetry to set
name - the name to set
muscle - the muscle to set

ActionUnit

public ActionUnit(int index,
                  int number,
                  ActionUnit.Symmetry symmetry,
                  String name)
Constructor

Parameters:
index - the index to set
number - the number to set
symmetry - the symmetry to set
name - the name to set
Method Detail

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