ballworld.model
Interface IPaintStrategyFac


public interface IPaintStrategyFac

An interface that defines a factory that instantiates a specific IPaintStrategy


Method Summary
 IPaintStrategy make()
          Instantiate the specific IPaintStrategy for which this factory is defined.
 

Method Detail

make

IPaintStrategy make()
Instantiate the specific IPaintStrategy for which this factory is defined.

Returns:
An IPaintStrategy instance.