Class: TCell

TCell()

TCell Class.

Constructor

new TCell()

Source:

Methods

draw(input, input)

Function to draw a cell.
Parameters:
Name Type Description
input number width of the cell.
input number height of the cell.
Source:

getContent(input, input)

Get the content of a cell.
Parameters:
Name Type Description
input number width of the cell.
input number height of the cell.
Source:

minHeight(input, input)

Get the min height cell.
Parameters:
Name Type Description
input number width of the cell.
input number height of the cell.
Source:

minWidth(input, input)

Get the min width of a cell.
Parameters:
Name Type Description
input number width of the cell.
input number height of the cell.
Source: