StatBean Name: TabularStatbean

Purpose: The class which all tabular StatBeans extend. This bean is not intended to be used directly, but provides general properties for all tabular StatBeans.

Read/Write Properties
NameTypeDescriptionPossible ValuesDefault Value
significantDigitsintThe number of signigicant digits to be displayed.2-206
scaleColumnsToFitbooleanWhther columns will be expanded to fill space available.true,falsetrue
scaleRowsToFitbooleanWhther rows will be expanded to fill space available.true,falsetrue

Other Public Methods
NameDescriptionArgumentsReturn Value
void setErrorMessage(String S)Sets a message to be displayed instead of the defined table.Message string.None.