Package net.sf.jasperreports.engine.fill
Interface FillerPageAddedEvent
-
public interface FillerPageAddedEvent- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DelayedFillActionsgetDelayedActions()JRBaseFillergetFiller()JasperPrintgetJasperPrint()JRPrintPagegetPage()intgetPageIndex()intgetPageStretchHeight()booleanhasReportEnded()
-
-
-
Method Detail
-
getJasperPrint
JasperPrint getJasperPrint()
-
getPage
JRPrintPage getPage()
-
getPageIndex
int getPageIndex()
-
hasReportEnded
boolean hasReportEnded()
-
getPageStretchHeight
int getPageStretchHeight()
-
getFiller
JRBaseFiller getFiller()
-
getDelayedActions
DelayedFillActions getDelayedActions()
-
-