java.lang.Objectorg.jfree.report.function.AbstractExpression
org.jfree.report.function.AbstractFunction
org.jfree.report.function.TotalGroupSumQuotientFunction
All Implemented Interfaces:
Function, Expression, Serializable
Direct Known Subclasses:
TotalGroupSumQuotientPercentFunction
dividend parameter is required and denotes the name of an
ItemBand-field which gets summed up as dividend. The divisor parameter is required and denotes the name
of an ItemBand-field which gets summed up as divisor.
The parameter group denotes the name of a group. When this group is started, the counter gets reseted to
null. This parameter is optional.Thomas - Morgner| Constructor: |
|---|
|
| Method from org.jfree.report.function.TotalGroupSumQuotientFunction Summary: |
|---|
| getDividend, getDivisor, getGroup, getRoundingMode, getScale, getValue, groupStarted, itemsAdvanced, reportInitialized, setDependencyLevel, setDividend, setDivisor, setGroup, setRoundingMode, setRuntime, setScale |
| Methods from org.jfree.report.function.AbstractFunction: |
|---|
| groupFinished, groupStarted, itemsAdvanced, itemsFinished, itemsStarted, reportDone, reportFinished, reportInitialized, reportStarted |
| Methods from org.jfree.report.function.AbstractExpression: |
|---|
| clone, getDataRow, getDependencyLevel, getInstance, getName, getReportConfiguration, getResourceBundleFactory, getRuntime, isActive, isDeepTraversing, isPreserve, setActive, setDependencyLevel, setName, setPreserve, setRuntime |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.jfree.report.function.TotalGroupSumQuotientFunction Detail: |
|---|
The field name corresponds to a column name in the report's data-row. |
The field name corresponds to a column name in the report's data row. |
|
|
|
The value depends (obviously) on the function implementation. For example, a page counting function will return the current page number. |
|
|
|
|
The field name corresponds to a column name in the report's data-row. |
The field name corresponds to a column name in the report's data-row. |
|
|
|
|