Interface JRCrosstabRowGroup

All Superinterfaces:
Cloneable, JRCloneable, JRCrosstabGroup
All Known Implementing Classes:
JRBaseCrosstabRowGroup, JRDesignCrosstabRowGroup, JRFillCrosstabRowGroup

public interface JRCrosstabRowGroup extends JRCrosstabGroup
Crosstab row group interface.
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
  • Method Details

    • getWidth

      int getWidth()
      Returns the width of the group headers.
      Returns:
      the width of the group headers
      See Also:
    • getPosition

      Returns the position of the header contents for header stretching.

      The row group headers stretch vertically when there are multiple sub group entries. The header contents will be adjusted to the new height depending on this attribute:

      Returns:
      the position of the header contents for header stretching
    • isKeepTogether

      boolean isKeepTogether()
      Determines whether the row group should be kept together on a single page.

      When set to true, all rows belonging to the same row group instance will be kept together on a single page. If there is not enough space on the current page, the entire row group will be moved to the next page.

      Returns:
      whether the row group should be kept together