Uses of Interface
ballworld.model.IPaintStrategyFac

Packages that use IPaintStrategyFac
ballworld.model   
 

Uses of IPaintStrategyFac in ballworld.model
 

Fields in ballworld.model declared as IPaintStrategyFac
private  IPaintStrategyFac BallModel._errorPaintStrategyFac
           
 

Methods in ballworld.model that return IPaintStrategyFac
 IPaintStrategyFac BallModel.makePaintStrategyFac(java.lang.String classname)
          Returns an IPaintStrategyFac that can instantiate the strategy specified by classname.