|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.jfree.report.event.ReportEvent
org.jfree.report.event.LayoutEvent
The LayoutEvent describes the current report state and the current band, which had been laid out for printing.
| Field Summary | |
static int |
LAYOUT_EVENT
The type constant to mark a LayoutEvent. |
| Fields inherited from class org.jfree.report.event.ReportEvent |
GROUP_FINISHED, GROUP_STARTED, ITEMS_ADVANCED, ITEMS_FINISHED, ITEMS_STARTED, PAGE_CANCELED, PAGE_FINISHED, PAGE_STARTED, POST_GROUP_FOOTER, POST_GROUP_HEADER, PREPARE_EVENT, REPORT_DONE, REPORT_FINISHED, REPORT_INITIALIZED, REPORT_STARTED |
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
LayoutEvent(ReportState state,
Band band,
int type)
Creates a new LayoutEvent. |
|
| Method Summary | |
Band |
getLayoutedBand()
Gets the layouted band. |
| Methods inherited from class org.jfree.report.event.ReportEvent |
getDataRow, getLevel, getReport, getState, getType |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int LAYOUT_EVENT
| Constructor Detail |
public LayoutEvent(ReportState state,
Band band,
int type)
state - the current report state.band - the layouted band.type - the event type.| Method Detail |
public Band getLayoutedBand()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||