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. |
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 |
The superclass of all 2D Simple Portrayals. |