Class EyeComponent

java.lang.Object
  |
  +--EyeComponent

public class EyeComponent
extends Object


Constructor Summary
EyeComponent(DrawingPane pane, Slider happiness, double side, DrawingGrid dg)
           
 
Method Summary
 void update()
          Calls 'update()' on the Eyebrow.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EyeComponent

public EyeComponent(DrawingPane pane,
                    Slider happiness,
                    double side,
                    DrawingGrid dg)
Parameters:
pane - - DrawingPane on which this EyeComponent should be placed
side - - Is this the right or left EyeComponent? Either -1 or 1
Method Detail

update

public void update()
Calls 'update()' on the Eyebrow.