com.stimulsoft.report.crossTab.core.summaries
Class StiSummaries

java.lang.Object
  extended by com.stimulsoft.report.crossTab.core.summaries.StiSummaries
Direct Known Subclasses:
StiAverage, StiCount, StiCountDistinct, StiImage, StiMax, StiMin, StiNone, StiSum

public abstract class StiSummaries
extends java.lang.Object


Field Summary
protected  StiCrossSummary crossSummary
           
protected  StiComponentsCollection sumFields
           
protected  StiSummaryValues summaryValues
           
protected  java.util.ArrayList<java.lang.Object> sums
           
protected  int totalIndex
           
 
Constructor Summary
StiSummaries(java.util.ArrayList<java.lang.Object> sums, int totalIndex, StiComponentsCollection sumFields)
           
 
Method Summary
abstract  java.lang.Object calculation()
           
protected  java.math.BigDecimal ConvertToDecimal(java.lang.Object value)
           
protected  java.util.ArrayList<java.lang.Object> getSum()
           
protected  boolean IsAllowConvertToDecimal(java.lang.Object value)
           
protected  boolean IsDateTime(java.util.ArrayList list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sumFields

protected final StiComponentsCollection sumFields

crossSummary

protected final StiCrossSummary crossSummary

summaryValues

protected StiSummaryValues summaryValues

sums

protected final java.util.ArrayList<java.lang.Object> sums

totalIndex

protected final int totalIndex
Constructor Detail

StiSummaries

public StiSummaries(java.util.ArrayList<java.lang.Object> sums,
                    int totalIndex,
                    StiComponentsCollection sumFields)
Method Detail

calculation

public abstract java.lang.Object calculation()

getSum

protected java.util.ArrayList<java.lang.Object> getSum()

IsAllowConvertToDecimal

protected boolean IsAllowConvertToDecimal(java.lang.Object value)

ConvertToDecimal

protected java.math.BigDecimal ConvertToDecimal(java.lang.Object value)

IsDateTime

protected boolean IsDateTime(java.util.ArrayList list)


Copyright © 2018 Stimulsoft. All Rights Reserved.