|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IBallEnvironment | |
---|---|
ballwar.model |
Uses of IBallEnvironment in ballwar.model |
---|
Classes in ballwar.model that implement IBallEnvironment | |
---|---|
class |
BallModel
Represents the main "model" of the system that coordinates the non-GUI processing. |
Fields in ballwar.model declared as IBallEnvironment | |
---|---|
private IBallEnvironment |
Ball._env
The ball's environment |
static IBallEnvironment |
IBallEnvironment.NullEnv
Represents a null environment that does nothing. |
Methods in ballwar.model that return IBallEnvironment | |
---|---|
IBallEnvironment |
Ball.getEnv()
Get the ball's environment |
Constructors in ballwar.model with parameters of type IBallEnvironment | |
---|---|
Ball(IBallEnvironment env,
IUpdateStrategy strategy,
IPaintStrategy pstrategy)
Constructor for a ball. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |