Package net.sf.jasperreports.engine
Interface JRPrintElementContainer
-
- All Superinterfaces:
JRPrintElementListContainer
- All Known Implementing Classes:
BaseFillList.AppendingPrintElementContainer
,JRBasePrintFrame
,JRPrintBand
,JRTemplatePrintFrame
,VirtualizableFrame
public interface JRPrintElementContainer extends JRPrintElementListContainer
Print element container interface.An instance of this type is used by
JRFillElementContainer
to collect the generated print elements.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description int
getHeight()
Returns the height of the container.default void
setContentsWidth(int width)
void
setHeight(int height)
Sets the height of the container.-
Methods inherited from interface net.sf.jasperreports.engine.JRPrintElementListContainer
addElement, getElements
-
-