JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ballworld.model
Interface IPaintStrategyFac
public interface
IPaintStrategyFac
An interface that defines a factory that instantiates a specific IPaintStrategy
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
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.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method