Class DRCrosstabRowGroup<T>

java.lang.Object
net.sf.dynamicreports.report.base.crosstab.DRCrosstabGroup<T>
net.sf.dynamicreports.report.base.crosstab.DRCrosstabRowGroup<T>
All Implemented Interfaces:
Serializable, DRICrosstabGroup<T>, DRICrosstabRowGroup<T>, DRIExpression<T>, DRISystemExpression<T>

public class DRCrosstabRowGroup<T> extends DRCrosstabGroup<T> implements DRICrosstabRowGroup<T>

DRCrosstabRowGroup class.

Author:
Ricardo Mariaca
See Also:
  • Constructor Details

    • DRCrosstabRowGroup

      public DRCrosstabRowGroup()
  • Method Details

    • getHeaderWidth

      public Integer getHeaderWidth()

      getHeaderWidth.

      Specified by:
      getHeaderWidth in interface DRICrosstabRowGroup<T>
      Returns:
      a Integer object.
    • setHeaderWidth

      public void setHeaderWidth(Integer headerWidth)

      Setter for the field headerWidth.

      Parameters:
      headerWidth - a Integer object.
    • getTotalHeaderHeight

      public Integer getTotalHeaderHeight()

      getTotalHeaderHeight.

      Specified by:
      getTotalHeaderHeight in interface DRICrosstabRowGroup<T>
      Returns:
      a Integer object.
    • setTotalHeaderHeight

      public void setTotalHeaderHeight(Integer totalHeaderHeight)

      Setter for the field totalHeaderHeight.

      Parameters:
      totalHeaderHeight - a Integer object.