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 |
EyeComponent
public EyeComponent(DrawingPane pane,
Slider happiness,
double side,
DrawingGrid dg)
- Parameters:
pane - - DrawingPane on which this EyeComponent should be placedside - - Is this the right or left EyeComponent? Either -1 or 1
update
public void update()
- Calls 'update()' on the Eyebrow.