See: Description
| Class | Description |
|---|---|
| GBoard |
This module implements a simplified (and yet quite powerful)
graphical board.
|
| GBoardInputHandler |
This module implements input handling for GBoard.
|
| Gelem |
Abstract graphical element occupying a rectangular group of cells in a GBoard.
|
| MutableGelem |
Abstract mutable graphical element occupying a rectangular group of cells in a GBoard.
|
This package implements a Design-by-Contract based graphical console library for programming language Java.
This package contains the following groups of modules:
Base library modules:
GBoard: a general graphical console moduleGelem: an abstract graphical elementMutableGelem: an abstract mutable graphical elementGBoardInputHandler: to handle input to GBoardPackage of basic gelems: basic
Package of shape construction modules to create gelems: shapes
Package of modules to support some game alike applications: games