Class JRDesignCrosstabCell

    • Field Detail

      • PROPERTY_COLUMN_TOTAL_GROUP

        public static final java.lang.String PROPERTY_COLUMN_TOTAL_GROUP
        See Also:
        Constant Field Values
      • PROPERTY_CONTENTS

        public static final java.lang.String PROPERTY_CONTENTS
        See Also:
        Constant Field Values
      • PROPERTY_ROW_TOTAL_GROUP

        public static final java.lang.String PROPERTY_ROW_TOTAL_GROUP
        See Also:
        Constant Field Values
    • Constructor Detail

      • JRDesignCrosstabCell

        public JRDesignCrosstabCell()
        Creates a crosstab data cell.
    • Method Detail

      • setColumnTotalGroup

        public void setColumnTotalGroup​(java.lang.String columnTotalGroup)
        Indicates that the cell corresponds to a total column.
        Parameters:
        columnTotalGroup - the corresponding column group
        See Also:
        JRCrosstabCell.getColumnTotalGroup()
      • setRowTotalGroup

        public void setRowTotalGroup​(java.lang.String rowTotalGroup)
        Indicates that the cell corresponds to a total row.
        Parameters:
        rowTotalGroup - the corresponding row group
        See Also:
        JRCrosstabCell.getRowTotalGroup()
      • setWidth

        public void setWidth​(java.lang.Integer width)
        Sets the cell width.

        This is compulsory for base cells only.

        Parameters:
        width - the width
        See Also:
        JRCrosstabCell.getWidth()
      • setHeight

        public void setHeight​(java.lang.Integer height)
        Sets the cell height.

        This is compulsory for base cells only.

        Parameters:
        height - the height
        See Also:
        JRCrosstabCell.getHeight()