hmi.faceanimation.model
Class MPEG4

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

public class MPEG4
extends Object

A MPEG-4 FA system. This is a static utility class for reading FAPs and and feature points. Notice: tongue_roll has two feature points, but this is yet to be accounted for.

Author:
PaulRC

Field Summary
private static LinkedHashMap<Integer,FAP> faps
           
private static LinkedHashMap<String,FeaturePoint> fps
           
 
Constructor Summary
MPEG4()
           
 
Method Summary
static FAP getFAP(int number)
           
static HashMap<Integer,FAP> getFAPs()
           
static FeaturePoint getFeaturePoint(String fp)
           
static HashMap<String,FeaturePoint> getFeaturePoints()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

faps

private static LinkedHashMap<Integer,FAP> faps

fps

private static LinkedHashMap<String,FeaturePoint> fps
Constructor Detail

MPEG4

public MPEG4()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getFAPs

public static HashMap<Integer,FAP> getFAPs()

getFAP

public static FAP getFAP(int number)

getFeaturePoints

public static HashMap<String,FeaturePoint> getFeaturePoints()

getFeaturePoint

public static FeaturePoint getFeaturePoint(String fp)