Package | Description |
---|---|
cell2d.space |
Modifier and Type | Class and Description |
---|---|
class |
HUD<T extends CellGame>
An HUD (heads-up display) is a SpaceThinker that renders visuals in front
of those of the Viewport or SpaceState to which it is assigned.
|
class |
SpaceLayer<T extends CellGame>
A SpaceLayer is a SpaceThinker that renders visuals either in front of or
behind those of the SpaceObjects in the SpaceState to which it is assigned.
|
class |
Viewport<T extends CellGame>
A Viewport is a SpaceThinker that represents a rectangular region of the
screen through which the space of the SpaceState to which it is assigned can
be viewed.
|
Modifier and Type | Method and Description |
---|---|
SpaceThinker<T> |
SpaceThinker.getThis() |