|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.ObjectDiagWrap
You must implement this class as described in the description for Homework #5. Note that it currently returns dummy values to avoid compiler errors.
| Constructor Summary | |
DiagWrap(int theWidth,
int theHeight)
|
|
| Method Summary | |
Point |
getPoint(Point currentPos)
This is a callback method that gets called once for every animation step. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DiagWrap(int theWidth,
int theHeight)
| Method Detail |
public Point getPoint(Point currentPos)
EtchASketchAnimator
getPoint in interface EtchASketchAnimatorcurrentPos - The current position of the etch-a-sketch point
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||