Package hexIT

Interface Summary
Drawable A drawable object is any object that can be drawn to the screen.
 

Class Summary
Board This class represents a configuration of hexagons, a "board".
DiamondBoard A diamond board is a board arranged like a diamond, as seen below.
DiamondHexPanel A diamond hex panel is a panel component that contains a diamond board.
DrawableAdapter A DrawableAdapater is a simple implementation of the Drawable interface.
Hexagon A hexagon object represents a particular tile on a board of hexagons.
HexagonalBoard A hexagonal board is a board which is itself arranged into one big hexagon composed of smaller ones.
HexagonalHexPanel A panel that holds and graphically represents a hexagonal board.
HexApplet  
HexFrame A frame that contains a hex panel for displaying the board.
HexPanel A hex panel is a panel which contains a board of hexagons.
ImageTools ImageTools is a helper class that provides convenient methods for loading, caching, and scaling images.
Misc This is a helper class that supplies miscellaneous functions that are convenient to have package-wide.
Test A test class.