Package net.sf.jasperreports.engine.fill
Interface GroupFooterElementRange
-
- All Known Implementing Classes:
SimpleGroupFooterElementRange
public interface GroupFooterElementRange
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FooterPositionEnum
getCurrentFooterPosition()
ElementRange
getElementRange()
FooterPositionEnum
getMasterFooterPosition()
void
setCurrentFooterPosition(FooterPositionEnum footerPosition)
void
setMasterFooterPosition(FooterPositionEnum footerPosition)
-
-
-
Method Detail
-
getElementRange
ElementRange getElementRange()
-
getMasterFooterPosition
FooterPositionEnum getMasterFooterPosition()
-
setMasterFooterPosition
void setMasterFooterPosition(FooterPositionEnum footerPosition)
-
getCurrentFooterPosition
FooterPositionEnum getCurrentFooterPosition()
-
setCurrentFooterPosition
void setCurrentFooterPosition(FooterPositionEnum footerPosition)
-
-