Class Summary |
DrawInfo2D |
The DrawInfo2D class provides two Rectangles which define a simple drawing situation. |
FieldPortrayal |
A FieldPortrayal is an object which knows how to portray some kind of Field. |
FieldPortrayal2D |
Superclass of all Field Portrayals in 2D. |
HexaDrawInfo2D |
An extension of DrawInfo2D that contains 6 (x,y) points that indicate
the exact coordinates of the vertexes of the hexagon (after rounding to int values). |
Inspector |
An Inspector is a JPanel containing information about some object,
and updates its displayed information when updateInspector() is called. |
LocationWrapper |
A LocationWrapper is used to embody the objects stored in a FieldPortrayal; for
example, those returned by a hitObjects test on a FieldPortrayal2D. |
SimpleInspector |
A simple inspector class that looks at the "getX" and "setX" method of the object to be investigates
and creates a user-friendly graphical interface with read only and read/write components of the object. |
SimplePortrayal2D |
A useful abstract superclass for objects. |