Uses of Class
hmi.sensors.eyebox2.directaccess.Face

Packages that use Face
hmi.environment.semaine Bridging for several Elckerlyc modules to the SEMAINE API. 
hmi.sensors.eyebox2.aggregate   
hmi.sensors.eyebox2.directaccess   
hmi.sensors.eyebox2.util   
 

Uses of Face in hmi.environment.semaine
 

Fields in hmi.environment.semaine with type parameters of type Face
private  HashMap<Integer,Face> SemaineXuukReader.faces
           
 

Methods in hmi.environment.semaine with parameters of type Face
 void XuukSemaineBridge.faceAppeared(Face face)
           
 

Method parameters in hmi.environment.semaine with type arguments of type Face
 void XuukSemaineBridge.newFacePositions(ArrayList<Face> faces)
           
 

Uses of Face in hmi.sensors.eyebox2.aggregate
 

Fields in hmi.sensors.eyebox2.aggregate with type parameters of type Face
private  HashMap<Integer,Face> SingleUserTracker.faces
           
 

Methods in hmi.sensors.eyebox2.aggregate with parameters of type Face
 void SingleUserTracker.faceAppeared(Face face)
           
 

Method parameters in hmi.sensors.eyebox2.aggregate with type arguments of type Face
 void SingleUserTracker.newFacePositions(ArrayList<Face> newFaces)
           
 

Uses of Face in hmi.sensors.eyebox2.directaccess
 

Fields in hmi.sensors.eyebox2.directaccess declared as Face
private  Face FaceListenerUpdater.face
           
 

Fields in hmi.sensors.eyebox2.directaccess with type parameters of type Face
private  HashMap<Integer,Face> XuukTester.faces
           
private  ArrayList<Face> FaceListenerUpdater.faces
           
private  HashMap<Integer,Face> DirectXuukReader.faces
           
 

Methods in hmi.sensors.eyebox2.directaccess with parameters of type Face
 void XuukTester.faceAppeared(Face face)
           
 void XuukListener.faceAppeared(Face face)
           
 

Method parameters in hmi.sensors.eyebox2.directaccess with type arguments of type Face
 void XuukTester.newFacePositions(ArrayList<Face> newFaces)
           
 void XuukListener.newFacePositions(ArrayList<Face> faces)
           
 

Constructors in hmi.sensors.eyebox2.directaccess with parameters of type Face
FaceListenerUpdater(XuukListener listener, Face face)
          This constructor creates an instance of the Updater that will send a new face to the given listener.
 

Constructor parameters in hmi.sensors.eyebox2.directaccess with type arguments of type Face
FaceListenerUpdater(XuukListener listener, ArrayList<Face> faces)
          This constructor creates an instance of the Updater that will send a list of all currently detected faces to the given listener
 

Uses of Face in hmi.sensors.eyebox2.util
 

Method parameters in hmi.sensors.eyebox2.util with type arguments of type Face
 void XuukXMLLogger.logCurrentState(HashMap<Integer,Face> faces, HashMap<Integer,EyePair> eyes)