Killer Game Programming in Java
Class Diagrams for Checkers3D
The class diagrams in Figure 15-2 show all the public and private data and methods for the Checkers3D application. Figure 15-2. Class diagrams for Checkers3D Checkers3D is the top-level JFrame for the application. WrapCheckers3D is a JPanel holding the scene graph, which is viewable via a Canvas3D object. CheckerFloor creates the subgraph for the floor (e.g., tiles, axes, etc.), with all the same colored tiles represented by a single ColoredTiles object.
|