Class Mouth

java.lang.Object
  |
  +--Mouth

public class Mouth
extends Object


Constructor Summary
Mouth(DrawingPane pane, DrawingGrid dg, int width, int height, Slider happiness)
           
 
Method Summary
 void update()
          Changes the vertical size of the mouth based on the value of the happiness Slider.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mouth

public Mouth(DrawingPane pane,
             DrawingGrid dg,
             int width,
             int height,
             Slider happiness)
Method Detail

update

public void update()
Changes the vertical size of the mouth based on the value of the happiness Slider.