| org.jfree.report.event.ReportEvent org.jfree.report.event.LayoutEvent
LayoutEvent | public class LayoutEvent extends ReportEvent (Code) | | The LayoutEvent describes the current report state and the current band, which had been
laid out for printing.
author: Thomas Morgner |
LAYOUT_COMPLETE_EVENT | final public static int LAYOUT_COMPLETE_EVENT(Code) | | The type constant to mark a LayoutEvent.
|
OUTPUT_COMPLETE_EVENT | final public static int OUTPUT_COMPLETE_EVENT(Code) | | The type constant to mark a Output-Complete event.
|
LayoutEvent | public LayoutEvent(ReportState state, Band band, int type)(Code) | | Creates a new LayoutEvent.
Parameters: state - the current report state. Parameters: band - the layouted band. Parameters: type - the event type. |
getLayoutedBand | public Band getLayoutedBand()(Code) | | Gets the layouted band. This band will be printed next.
the layouted band. |
|
|