Package | Description |
---|---|
ballworld.controller | |
ballworld.model |
Modifier and Type | Field and Description |
---|---|
private BallGUI<IUpdateStrategyFac,IPaintStrategyFac> |
BallControl._view
The view being used
|
Modifier and Type | Field and Description |
---|---|
private IUpdateStrategyFac |
BallModel._errorUpdateStrategyFac
A factory for a beeping error strategy that beeps the speaker every 25 updates.
|
Modifier and Type | Method and Description |
---|---|
IUpdateStrategyFac |
BallModel.combineStrategyFacs(IUpdateStrategyFac stratFac1,
IUpdateStrategyFac stratFac2)
Returns an IStrategyFac that can instantiate a MultiStrategy with the two
strategies made by the two given IUpdateStrategyFac objects.
|
IUpdateStrategyFac |
BallModel.makeUpdateStrategyFac(java.lang.String classname)
Returns an IUpdateStrategyFac that can instantiate the strategy specified by
classname.
|
Modifier and Type | Method and Description |
---|---|
IUpdateStrategyFac |
BallModel.combineStrategyFacs(IUpdateStrategyFac stratFac1,
IUpdateStrategyFac stratFac2)
Returns an IStrategyFac that can instantiate a MultiStrategy with the two
strategies made by the two given IUpdateStrategyFac objects.
|