Uses of Interface
EtchASketchAnimator

Uses of EtchASketchAnimator in
 

Classes in Default Package that implement EtchASketchAnimator
 class Diag
          You must implement this class as described in the description for Homework #5.
 class DiagBounce
          You must implement this class as described in the description for Homework #5.
 class DiagWrap
          You must implement this class as described in the description for Homework #5.
 class Dot
          Dot - A very simple etch-a-sketch controller that just leaves the dot at its current position.
 class Hor
          Hor - A simple etch-a-sketch controller for creating a horizontal line.
 class Sine
          You must implement this class as described in the description for Homework #5.
 class ZigZag
          You must implement this class as described in the description for Homework #5.
 

Methods in Default Package with parameters of type EtchASketchAnimator
 void EtchASketch.setEtchASketchAnimator(EtchASketchAnimator animator)
          Specifies the controller for the etch-a-sketch.
 

Constructors in Default Package with parameters of type EtchASketchAnimator
EtchASketch(EtchASketchAnimator animator)
          Creates a new EtchASketch and displays it.