Class Eyebrow

java.lang.Object
  |
  +--Eyebrow

public class Eyebrow
extends Object


Constructor Summary
Eyebrow(DrawingPane pane, Slider happiness, double side, DrawingGrid dg)
          See EyeComponent for detail on parameters.
 
Method Summary
 void update()
          Changes the angle of the Eyebrow based on happiness.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Eyebrow

public Eyebrow(DrawingPane pane,
               Slider happiness,
               double side,
               DrawingGrid dg)
See EyeComponent for detail on parameters.

Method Detail

update

public void update()
Changes the angle of the Eyebrow based on happiness.