All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class breakout.Constants

java.lang.Object
   |
   +----breakout.Constants

public class Constants
extends java.lang.Object
This class contains symbolic constants used for protocol.

Author:
Jennifer Shieh

Variable Index

 o DEL_BALL
Constant used for multi-ball play; delete ball when it misses the paddle
 o KEEP_BALL
Constant to be used for multi-ball play; keep the ball

Constructor Index

 o Constants()

Variables

 o KEEP_BALL
 public static final int KEEP_BALL
Constant to be used for multi-ball play; keep the ball

 o DEL_BALL
 public static final int DEL_BALL
Constant used for multi-ball play; delete ball when it misses the paddle

Constructors

 o Constants
 public Constants()

All Packages  Class Hierarchy  This Package  Previous  Next  Index