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 DelayedFillActions
getDelayedActions()
JRBaseFiller
getFiller()
JasperPrint
getJasperPrint()
JRPrintPage
getPage()
int
getPageIndex()
int
getPageStretchHeight()
boolean
hasReportEnded()
-
-
-
Method Detail
-
getJasperPrint
JasperPrint getJasperPrint()
-
getPage
JRPrintPage getPage()
-
getPageIndex
int getPageIndex()
-
hasReportEnded
boolean hasReportEnded()
-
getPageStretchHeight
int getPageStretchHeight()
-
getFiller
JRBaseFiller getFiller()
-
getDelayedActions
DelayedFillActions getDelayedActions()
-
-