Interface | Description |
---|---|
Constrained |
A Constrained object has control over how it is moved by a Field Portrayal, notably
via MovablePortrayal2D.
|
Fixed2D | Deprecated |
Orientable2D |
An Orientable2D object can have its orientation changed in radians.
|
Oriented2D |
An Oriented2D object provides an orientation in radians.
|
Portrayal |
A common interface for portrayal classes.
|
Portrayal2D |
The basic 2D portrayal interface.
|
Scalable2D |
A Scalable2D object provides a scale, and can have the same changed.
|
Scaled2D |
A Scaled2D object provides a scale.
|
Class | Description |
---|---|
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.
|