Uses of Class
gizmoball.board.Absorber

Packages that use Absorber
gizmoball.board   
 

Uses of Absorber in gizmoball.board
 

Methods in gizmoball.board that return Absorber
 Absorber GizmoBoard.addAbsorber(java.lang.String name, java.awt.Color color, Vect upperLeftCorner, double height, double width, Vect launchVelocity)
          adds an absorber to the board.
 

Methods in gizmoball.board that return types with arguments of type Absorber
 java.util.List<Absorber> GizmoBoard.getAbsorbers()
          returns a list of all the absorbers that are on the board.