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
-
DEL_BALL
- Constant used for multi-ball play; delete ball when it misses the paddle
-
KEEP_BALL
- Constant to be used for multi-ball play; keep the ball
-
Constants()
-
KEEP_BALL
public static final int KEEP_BALL
- Constant to be used for multi-ball play; keep the ball
DEL_BALL
public static final int DEL_BALL
- Constant used for multi-ball play; delete ball when it misses the paddle
Constants
public Constants()
All Packages Class Hierarchy This Package Previous Next Index