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 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)