Uses of Class
gizmoball.board.Bumper

Packages that use Bumper
gizmoball.board   
 

Uses of Bumper in gizmoball.board
 

Methods in gizmoball.board that return Bumper
 Bumper GizmoBoard.addBumper(java.lang.String name, java.awt.Color color, Shape shape)
          adds a bumper to the board.
 

Methods in gizmoball.board that return types with arguments of type Bumper
 java.util.List<Bumper> GizmoBoard.getBumpers()
          returns a list of the bumpers that are on the board.