Interface JRPrintFrame

All Superinterfaces:
JRBoxContainer, JRCommonElement, JRIdentifiable, JRPrintElement, JRPropertiesHolder, JRStyleContainer
All Known Implementing Classes:
JRBasePrintFrame, JRTemplatePrintFrame

public interface JRPrintFrame extends JRPrintElement, JRBoxContainer
A print elements container.

This is the print result of a frame element or a crosstab cell.

The coordinates of elements inside a print frame are relative to the frame and not the page.

Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Method Details

    • getElements

      List<JRPrintElement> getElements()
      Returns the list of print elements contained in the frame.
      Returns:
      the list of sub print elements