A report function that counts items in a report. If the "group" property is set, the item count is reset to zero
whenever the group changes.
author: Thomas Morgner
Returns the name of the group (possibly null) for this function. The item count is reset to zero at the start of
each instance of this group.
the group name.
Returns the number of items counted (so far) by the function. This is either the number of items in the report, or
the group (if a group has been defined for the function).
The item count.
Receives notification that a new group is about to start. Checks to see if the group that is starting is the same
as the group defined for this function...if so, the item count is reset to zero.
Parameters: event - Information about the event.
Setss the name of the group for this function. The item count is reset to zero at the start of each instance of
this group. If the name is null, all items in the report are counted.
Parameters: group - The group name.
Methods inherited from org.jfree.report.function.AbstractFunction