Uses of Class
ballWorlds.framework.WorldView

Packages that use WorldView
ballWorlds.framework   
 

Uses of WorldView in ballWorlds.framework
 

Methods in ballWorlds.framework that return WorldView
protected  WorldView VisibleWorld.getView()
          TODO Put here a description of what this method does.
 

Constructors in ballWorlds.framework with parameters of type WorldView
WorldDrawer(WorldView worldView)
          Stores the given WorldView and starts a thread that repeatedly asks that WorldView to repaint (i.e., to redraw its associated World and Balls).