Uses of Class
lab3lib.faces.Face

Packages that use Face
lab3lib.faces   
 

Uses of Face in lab3lib.faces
 

Methods in lab3lib.faces with parameters of type Face
 void YawningFaceBehavior.react(Face f)
           
 void SurprisedFaceBehavior.react(Face f)
           
 void RollingEyesBehavior.react(Face f)
           
 void NullFaceBehavior.react(Face f)
           
 void FaceBehavior.react(Face f)
          Method that describes how a face should react.
 

Constructors in lab3lib.faces with parameters of type Face
Eye(Face myFace)
          Creates a new instance of Eye
Mouth(int delay, int minHeight, int maxHeight, Face face)
          Creates a new instance of Mouth