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. |
isNull() | Checks whether the implementation object is null. |
constructor()
Default Constructor.
constructor();
createStyle()
Creates a new style.
createStyle() : Style;
Returns
Returns a style object.
isNull()
Checks whether the implementation object is null.
isNull() : boolean;