/*** @class Ext.grid.cell.Summary*///# fashion replaces $grid-summary-row-cell-font-weight/*** @var {string/number}* Summary cell font-weight*/;//# fashion replaces $grid-summary-row-cell-font-size/*** @var {number}* Summary cell font-size*/;//# fashion replaces $grid-summary-row-cell-font-size-big/*** @var {number}* Summary cell font-size in the {@link Global_CSS#$enable-big big} sizing scheme*/;//# fashion replaces $grid-summary-row-cell-line-height/*** @var {number}* Summary cell line-height*/;//# fashion replaces $grid-summary-row-cell-line-height-big/*** @var {number}* Summary cell line-height in the {@link Global_CSS#$enable-big big} sizing scheme*/;//# fashion replaces $grid-summary-row-cell-font-family/*** @var {string}* Summary cell font-family*/;//# fashion replaces $grid-summary-row-cell-padding/*** @var {number/list}* Summary cell padding*/;//# fashion replaces $grid-summary-row-cell-padding-big/*** @var {number/list}* Summary cell padding in the {@link Global_CSS#$enable-big big} sizing scheme*/;/*** Creates a visual theme for a summary 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=summarycell] (protected) The {@link Ext.Class#xtype} to use* in CSS selectors. For use by UI mixins of derived classes.** @param {string/number} $font-weight* Summary cell font-weight** @param {number} $font-size* Summary cell font-size** @param {number} $font-size-big* Summary cell font-size in the {@link Global_CSS#$enable-big big} sizing scheme** @param {number} $line-height* Summary cell line-height** @param {number} $line-height-big* Summary cell line-height in the {@link Global_CSS#$enable-big big} sizing scheme** @param {string} $font-family* Summary cell font-family** @param {number/list} $padding* Summary cell padding** @param {number/list} $padding-big* Summary cell padding in the {@link Global_CSS#$enable-big big} sizing scheme*/