Package net.sf.jasperreports.engine
Interface JRPrintElementContainer
- All Superinterfaces:
JRPrintElementListContainer
- All Known Implementing Classes:
BaseFillList.AppendingPrintElementContainer
,JRBasePrintFrame
,JRPrintBand
,JRTemplatePrintFrame
,VirtualizableFrame
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
Modifier and TypeMethodDescriptionint
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
-
Method Details
-
getHeight
int getHeight()Returns the height of the container.- Returns:
- the height of the container
-
setHeight
void setHeight(int height) Sets the height of the container.- Parameters:
height
- the height
-
setContentsWidth
default void setContentsWidth(int width)
-