Class JRBaseFiller

    • Field Detail

      • EXCEPTION_MESSAGE_KEY_INFINITE_LOOP_CREATING_NEW_PAGE

        public static final String EXCEPTION_MESSAGE_KEY_INFINITE_LOOP_CREATING_NEW_PAGE
        See Also:
        Constant Field Values
      • EXCEPTION_MESSAGE_KEY_COLUMN_HEADER_OVERFLOW_INFINITE_LOOP

        public static final String EXCEPTION_MESSAGE_KEY_COLUMN_HEADER_OVERFLOW_INFINITE_LOOP
        See Also:
        Constant Field Values
      • EXCEPTION_MESSAGE_KEY_CIRCULAR_DEPENDENCY_FOUND

        public static final String EXCEPTION_MESSAGE_KEY_CIRCULAR_DEPENDENCY_FOUND
        See Also:
        Constant Field Values
      • EXCEPTION_MESSAGE_KEY_EXTERNAL_STYLE_NAME_NOT_SET

        public static final String EXCEPTION_MESSAGE_KEY_EXTERNAL_STYLE_NAME_NOT_SET
        See Also:
        Constant Field Values
      • EXCEPTION_MESSAGE_KEY_PAGE_HEADER_OVERFLOW_INFINITE_LOOP

        public static final String EXCEPTION_MESSAGE_KEY_PAGE_HEADER_OVERFLOW_INFINITE_LOOP
        See Also:
        Constant Field Values
      • EXCEPTION_MESSAGE_KEY_UNSUPPORTED_REPORT_SECTION_TYPE

        public static final String EXCEPTION_MESSAGE_KEY_UNSUPPORTED_REPORT_SECTION_TYPE
        See Also:
        Constant Field Values
      • EXCEPTION_MESSAGE_KEY_KEEP_TOGETHER_CONTENT_DOES_NOT_FIT

        public static final String EXCEPTION_MESSAGE_KEY_KEEP_TOGETHER_CONTENT_DOES_NOT_FIT
        See Also:
        Constant Field Values
      • columnCount

        protected int columnCount
      • pageWidth

        protected int pageWidth
      • maxPageWidth

        protected int maxPageWidth
      • pageHeight

        protected int pageHeight
      • columnWidth

        protected int columnWidth
      • columnSpacing

        protected int columnSpacing
      • leftMargin

        protected int leftMargin
      • rightMargin

        protected int rightMargin
      • topMargin

        protected int topMargin
      • bottomMargin

        protected int bottomMargin
      • isTitleNewPage

        protected boolean isTitleNewPage
      • isSummaryNewPage

        protected boolean isSummaryNewPage
      • isSummaryWithPageHeaderAndFooter

        protected boolean isSummaryWithPageHeaderAndFooter
      • isFloatColumnFooter

        protected boolean isFloatColumnFooter
      • defaultStyle

        protected JRStyle defaultStyle
      • styles

        protected JRStyle[] styles
      • missingFillBand

        protected JRFillBand missingFillBand
      • lastPageFooter

        protected JRFillBand lastPageFooter
      • printPageContentsWidth

        protected int printPageContentsWidth
      • bands

        protected List<JRBand> bands
        List of JRFillBand objects containing all bands of the report.
      • detailElementRange

        protected ElementRange detailElementRange
      • orphanGroupFooterDetailElementRange

        protected ElementRange orphanGroupFooterDetailElementRange
      • orphanGroupFooterElementRange

        protected ElementRange orphanGroupFooterElementRange
      • floatColumnFooterElementRange

        protected ElementRange floatColumnFooterElementRange
      • isCreatingNewPage

        protected boolean isCreatingNewPage
      • isNewPage

        protected boolean isNewPage
      • isNewColumn

        protected boolean isNewColumn
      • isFirstPageBand

        protected boolean isFirstPageBand
      • isFirstColumnBand

        protected boolean isFirstColumnBand
      • isCrtRecordOnPage

        protected boolean isCrtRecordOnPage
      • isCrtRecordOnColumn

        protected boolean isCrtRecordOnColumn
      • preventOrphanFootersMinLevel

        protected Integer preventOrphanFootersMinLevel
      • crtGroupFootersLevel

        protected int crtGroupFootersLevel
      • columnIndex

        protected int columnIndex
      • offsetX

        protected int offsetX
      • offsetY

        protected int offsetY
      • columnHeaderOffsetY

        protected int columnHeaderOffsetY
      • columnFooterOffsetY

        protected int columnFooterOffsetY
      • lastPageColumnFooterOffsetY

        protected int lastPageColumnFooterOffsetY
      • isLastPageFooter

        protected boolean isLastPageFooter
      • isReorderBandElements

        protected boolean isReorderBandElements
      • usedPageHeight

        protected int usedPageHeight