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
JRFillElementContainerto 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 intgetHeight()Returns the height of the container.default voidsetContentsWidth(int width)voidsetHeight(int height)Sets the height of the container.-
Methods inherited from interface net.sf.jasperreports.engine.JRPrintElementListContainer
addElement, getElements
-
-