ballworld.model
Interface IViewControlAdapter


public interface IViewControlAdapter

The communications interface the model uses to talk to the view for non-repetitive control tasks such as getting information for the instantiation of a ball.

Author:
swong

Method Summary
 java.awt.Component getCanvas()
          Return a Component that represents the surface upon which the balls exist.
 

Method Detail

getCanvas

java.awt.Component getCanvas()
Return a Component that represents the surface upon which the balls exist.

Returns:
A Component object