- ScoreBoard - Class in <Unnamed>
-
A ScoreBoard is a GUI window that can be used to
display scores at a diving competition.
- ScoreBoard(String, int) - Constructor for class ScoreBoard
-
Explicit Value Constrcutor
- setAd(String, int) - Method in class ScoreBoard
-
Set the image to use for an advertisement
- showScore(String, String, Dive, String[], double) - Method in class ScoreBoard
-
Show score information on this ScoreBoard
- shutdown() - Method in class ScoreBoard
-
Shut this ScoreBoard down
Note: This method does nothing if the ScoreBoard has
not been started
- startup() - Method in class ScoreBoard
-
Start this ScoreBoard at the default location.
- startup(int, int) - Method in class ScoreBoard
-
Start this ScoreBoard at a particular location on the screen.
- STRAIGHT - Static variable in class Dive
-