|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.jfree.report.function.AbstractExpression
|
+--org.jfree.report.function.AbstractFunction
|
+--org.jfree.report.demo.conditionalgroup.NettoProfitFunction
| Constructor Summary | |
NettoProfitFunction()
Creates an unnamed function. |
|
| Method Summary | |
java.lang.Object |
getValue()
Return the current expression value. |
void |
groupFinished(ReportEvent event)
Receives notification that a group has finished. |
void |
reportInitialized(ReportEvent event)
Receives notification that report generation initializes the current run. |
| Methods inherited from class org.jfree.report.function.AbstractFunction |
clone,
groupStarted,
itemsAdvanced,
itemsFinished,
itemsStarted,
reportDone,
reportFinished,
reportStarted |
| Methods inherited from class org.jfree.report.function.AbstractExpression |
getDataRow,
getDependencyLevel,
getInstance,
getName,
getReportConfiguration,
getResourceBundleFactory,
getRuntime,
isActive,
setActive,
setDependencyLevel,
setName,
setRuntime |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public NettoProfitFunction()
AbstractExpression.setName(java.lang.String) before the function is added to the report's function collection.| Method Detail |
public void reportInitialized(ReportEvent event)
The event carries a ReportState.Started state. Use this to initialize the report.
event - The event.public void groupFinished(ReportEvent event)
event - the event.public java.lang.Object getValue()
The value depends (obviously) on the expression implementation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||