Package net.sf.jasperreports.engine.fill
Interface FillContainerContext
- All Known Implementing Classes:
FillListContents
,JRFillBand
,JRFillCellContents
,JRFillElementContainer
,JRFillFrame.JRFillFrameElements
public interface FillContainerContext
A fill context provides access to data and functionality related to a
report component fill.
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
isSplitTypePreventInhibited
(boolean isTopLevelCall)
-
Method Details
-
isCurrentOverflow
boolean isCurrentOverflow() -
isCurrentOverflowAllowed
boolean isCurrentOverflowAllowed() -
isSplitTypePreventInhibited
boolean isSplitTypePreventInhibited(boolean isTopLevelCall)
-