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 IPaintStrategyFac |
BallModel._errorPaintStrategyFac |
Modifier and Type | Method and Description |
---|---|
IPaintStrategyFac |
BallModel.makePaintStrategyFac(java.lang.String classname)
Returns an IPaintStrategyFac that can instantiate the strategy specified by
classname.
|