CellsFactory
CellsFactory class
Utility for instantiating classes of Cells model.
class CellsFactory;
Constructors
| Name | Description |
|---|---|
| constructor() | Default Constructor. |
Methods
| Method | Description |
|---|---|
| createStyle() | Creates a new style. |
constructor()
Default Constructor.
constructor();
createStyle()
Creates a new style.
createStyle() : Style;
Returns
Returns a style object.