Classes


Class actuate.xtabanalyzer.GrandTotal

Specifies a crosstab grand-total object.
Member of: actuate.xtabanalyzer.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a crosstab grand-total object.
Field Summary
Field Attributes Field Name and Description
<static> <constant>  
Total type for grand total.
Method Summary
Method Attributes Method Name and Description
 
addTotal(total)
Add a total.
 
Returns the axis type.
 
Returns the totals array.
 
Returns the total type.
 
setAxisType(axisType)
Sets the axis type.
 
setTotals(totals)
Sets the totals array.
Class Detail
actuate.xtabanalyzer.GrandTotal()
Constructs a crosstab grand-total object.
Field Detail
<static> <constant> TYPE
Total type for grand total.
Method Detail
{void} addTotal(total)
Add a total.
Parameters:
{Object} total
Total object
Returns:
{void}
See:
actuate.xtabanalyzer.Total

{Integer} getAxisType()
Returns the axis type.
Returns:
{Integer} axis type

{Array} getTotals()
Returns the totals array.
Returns:
{Array} array of total object
See:
actuate.xtabanalyzer.Total

{String} getType()
Returns the total type.
Returns:
{String} total type

{void} setAxisType(axisType)
Sets the axis type.
Parameters:
{String/Integer} axisType
Axis type
Returns:
{void}

{void} setTotals(totals)
Sets the totals array.
Parameters:
{Array} totals
Array of total object
Returns:
{void}
See:
actuate.xtabanalyzer.Total

Documentation generated by JsDoc Toolkit 2.0.1 on Tue Jan 06 2015 04:13:45 GMT-0800 (PST)