CellsFactory

CellsFactory class

Utility for instantiating classes of Cells model.

class CellsFactory;

Constructors

NameDescription
constructor()Default Constructor.

Methods

MethodDescription
createStyle()Creates a new style.

constructor()

Default Constructor.

constructor();

createStyle()

Creates a new style.

createStyle() : Style;

Returns

Returns a style object.