/*** @class Ext.grid.cell.Base*///# fashion replaces $grid-cell-font-weight/*** @var {string/number}* Grid cell font-weight*/;//# fashion replaces $grid-cell-font-size/*** @var {number}* Grid cell font-size*/;//# fashion replaces $grid-cell-font-size-big/*** @var {number}* Grid cell font-size in the {@link Global_CSS#$enable-big big} sizing scheme*/;//# fashion replaces $grid-cell-line-height/*** @var {number}* Grid cell line-height*/;//# fashion replaces $grid-cell-line-height-big/*** @var {number}* Grid cell line-height in the {@link Global_CSS#$enable-big big} sizing scheme*/;//# fashion replaces $grid-cell-font-family/*** @var {string}* Grid cell font-family*/;//# fashion replaces $grid-cell-padding/*** @var {number/list}* Grid cell padding*/;//# fashion replaces $grid-cell-padding-big/*** @var {number/list}* Grid cell padding in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** Creates a visual theme for a grid cell.** @param {string} $ui* The name of the UI being created. Can not included spaces or special punctuation* (used in CSS class names).** @param {String} [$xtype=gridcell] (protected) The {@link Ext.Class#xtype} to use* in CSS selectors. For use by UI mixins of derived classes.** @param {string/number} $font-weight* Grid cell font-weight** @param {number} $font-size* Grid cell font-size** @param {number} $font-size-big* Grid cell font-size in the {@link Global_CSS#$enable-big big} sizing scheme** @param {number} $line-height* Grid cell line-height** @param {number} $line-height-big* Grid cell line-height in the {@link Global_CSS#$enable-big big} sizing scheme** @param {string} $font-family* Grid cell font-family** @param {number/list} $padding* Grid cell padding** @param {number/list} $padding-big* Grid cell padding in the {@link Global_CSS#$enable-big big} sizing scheme*/