net.sf.dynamicreports.report.definition
Interface DRIReportTemplate

All Superinterfaces:
Serializable
All Known Implementing Classes:
DRReportTemplate

public interface DRIReportTemplate
extends Serializable

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Method Summary
 DRIComponent getBackgroundBackgroundComponent()
           
 SplitType getBackgroundSplitType()
           
 DRIReportStyle getBackgroundStyle()
           
 Integer getBarcodeHeight()
           
 DRIReportStyle getBarcodeStyle()
           
 Integer getBarcodeWidth()
           
 DRIReportStyle getBooleanColumnStyle()
           
 BooleanComponentType getBooleanComponentType()
           
 Boolean getBooleanEmptyWhenNullValue()
           
 Integer getBooleanImageHeight()
           
 Integer getBooleanImageWidth()
           
 RunDirection getColumnDirection()
           
 DRIComponent getColumnFooterBackgroundComponent()
           
 SplitType getColumnFooterSplitType()
           
 DRIReportStyle getColumnFooterStyle()
           
 DRIComponent getColumnHeaderBackgroundComponent()
           
 SplitType getColumnHeaderSplitType()
           
 DRIReportStyle getColumnHeaderStyle()
           
 Boolean getColumnPrintRepeatedDetailValues()
           
 DRIReportStyle getColumnStyle()
           
 DRIReportStyle getColumnTitleStyle()
           
 Integer getColumnWidth()
           
 DRIReportStyle getCrosstabCellStyle()
           
 DRISimpleStyle getCrosstabEvenRowStyle()
           
 DRIReportStyle getCrosstabGrandTotalStyle()
           
 DRIReportStyle getCrosstabGroupStyle()
           
 DRIReportStyle getCrosstabGroupTotalStyle()
           
 Integer getCrosstabHeight()
           
 Boolean getCrosstabHighlightEvenRows()
           
 Boolean getCrosstabHighlightOddRows()
           
 DRIReportStyle getCrosstabMeasureTitleStyle()
           
 DRISimpleStyle getCrosstabOddRowStyle()
           
 Integer getCrosstabWidth()
           
 DRIFont getDefaultFont()
           
 SplitType getDefaultSplitType()
           
 DRIComponent getDetailBackgroundComponent()
           
 DRISimpleStyle getDetailEvenRowStyle()
           
 DRIComponent getDetailFooterBackgroundComponent()
           
 SplitType getDetailFooterSplitType()
           
 DRIReportStyle getDetailFooterStyle()
           
 DRIComponent getDetailHeaderBackgroundComponent()
           
 SplitType getDetailHeaderSplitType()
           
 DRIReportStyle getDetailHeaderStyle()
           
 DRISimpleStyle getDetailOddRowStyle()
           
 SplitType getDetailSplitType()
           
 DRIReportStyle getDetailStyle()
           
 Boolean getFloatColumnFooter()
           
 DRIComponent getGroupFooterBackgroundComponent()
           
 GroupFooterPosition getGroupFooterPosition()
           
 SplitType getGroupFooterSplitType()
           
 DRIReportStyle getGroupFooterStyle()
           
 DRIComponent getGroupHeaderBackgroundComponent()
           
 GroupHeaderLayout getGroupHeaderLayout()
           
 SplitType getGroupHeaderSplitType()
           
 DRIReportStyle getGroupHeaderStyle()
           
 Boolean getGroupHeaderWithSubtotal()
           
 Boolean getGroupHideColumn()
           
 Boolean getGroupKeepTogether()
           
 Integer getGroupPadding()
           
 Boolean getGroupReprintHeaderOnEachPage()
           
 Boolean getGroupResetPageNumber()
           
 Boolean getGroupShowColumnHeaderAndFooter()
           
 Boolean getGroupStartInNewColumn()
           
 Boolean getGroupStartInNewPage()
           
 DRIReportStyle getGroupStyle()
           
 DRIReportStyle getGroupTitleStyle()
           
 Boolean getHighlightDetailEvenRows()
           
 Boolean getHighlightDetailOddRows()
           
 Integer getChartHeight()
           
 String getChartPercentValuePattern()
           
 List<Color> getChartSeriesColors()
           
 DRIReportStyle getChartStyle()
           
 String getChartTheme()
           
 String getChartValuePattern()
           
 Integer getChartWidth()
           
 Boolean getIgnorePageWidth()
           
 Boolean getIgnorePagination()
           
 Integer getImageHeight()
           
 DRIReportStyle getImageStyle()
           
 Integer getImageWidth()
           
 String getLanguage()
           
 DRIComponent getLastPageFooterBackgroundComponent()
           
 SplitType getLastPageFooterSplitType()
           
 DRIReportStyle getLastPageFooterStyle()
           
 Integer getListgap()
           
 Locale getLocale()
           
 Integer getMultiPageListHeight()
           
 Integer getMultiPageListWidth()
           
 DRIComponent getNoDataBackgroundComponent()
           
 SplitType getNoDataSplitType()
           
 DRIReportStyle getNoDataStyle()
           
 Integer getPageColumnSpace()
           
 Integer getPageColumnsPerPage()
           
 DRIComponent getPageFooterBackgroundComponent()
           
 SplitType getPageFooterSplitType()
           
 DRIReportStyle getPageFooterStyle()
           
 DRIComponent getPageHeaderBackgroundComponent()
           
 SplitType getPageHeaderSplitType()
           
 DRIReportStyle getPageHeaderStyle()
           
 Integer getPageHeight()
           
 DRIMargin getPageMargin()
           
 PageOrientation getPageOrientation()
           
 Integer getPageWidth()
           
 Orientation getPrintOrder()
           
 Boolean getShowColumnTitle()
           
 Boolean getShowColumnValues()
           
 Integer getSubreportHeight()
           
 Integer getSubreportWidth()
           
 Position getSubtotalLabelPosition()
           
 DRIReportStyle getSubtotalStyle()
           
 DRIComponent getSummaryBackgroundComponent()
           
 Boolean getSummaryOnANewPage()
           
 SplitType getSummarySplitType()
           
 DRIReportStyle getSummaryStyle()
           
 Boolean getSummaryWithPageHeaderAndFooter()
           
 Boolean getTableOfContents()
           
 DRITableOfContentsCustomizer getTableOfContentsCustomizer()
           
 List<DRIStyle> getTemplateStyles()
           
 Integer getTextFieldWidth()
           
 DRIReportStyle getTextStyle()
           
 DRIComponent getTitleBackgroundComponent()
           
 Boolean getTitleOnANewPage()
           
 SplitType getTitleSplitType()
           
 DRIReportStyle getTitleStyle()
           
 Boolean getUseFieldNameAsDescription()
           
 WhenNoDataType getWhenNoDataType()
           
 WhenResourceMissingType getWhenResourceMissingType()
           
 

Method Detail

getTemplateStyles

List<DRIStyle> getTemplateStyles()

getLocale

Locale getLocale()

getShowColumnTitle

Boolean getShowColumnTitle()

getShowColumnValues

Boolean getShowColumnValues()

getIgnorePagination

Boolean getIgnorePagination()

getWhenNoDataType

WhenNoDataType getWhenNoDataType()

getWhenResourceMissingType

WhenResourceMissingType getWhenResourceMissingType()

getTitleOnANewPage

Boolean getTitleOnANewPage()

getSummaryOnANewPage

Boolean getSummaryOnANewPage()

getSummaryWithPageHeaderAndFooter

Boolean getSummaryWithPageHeaderAndFooter()

getFloatColumnFooter

Boolean getFloatColumnFooter()

getPrintOrder

Orientation getPrintOrder()

getColumnDirection

RunDirection getColumnDirection()

getLanguage

String getLanguage()

getUseFieldNameAsDescription

Boolean getUseFieldNameAsDescription()

getHighlightDetailOddRows

Boolean getHighlightDetailOddRows()

getDetailOddRowStyle

DRISimpleStyle getDetailOddRowStyle()

getHighlightDetailEvenRows

Boolean getHighlightDetailEvenRows()

getDetailEvenRowStyle

DRISimpleStyle getDetailEvenRowStyle()

getDefaultFont

DRIFont getDefaultFont()

getTextStyle

DRIReportStyle getTextStyle()

getColumnTitleStyle

DRIReportStyle getColumnTitleStyle()

getColumnStyle

DRIReportStyle getColumnStyle()

getGroupTitleStyle

DRIReportStyle getGroupTitleStyle()

getGroupStyle

DRIReportStyle getGroupStyle()

getSubtotalStyle

DRIReportStyle getSubtotalStyle()

getImageStyle

DRIReportStyle getImageStyle()

getChartStyle

DRIReportStyle getChartStyle()

getBarcodeStyle

DRIReportStyle getBarcodeStyle()

getPageWidth

Integer getPageWidth()

getPageHeight

Integer getPageHeight()

getPageOrientation

PageOrientation getPageOrientation()

getPageMargin

DRIMargin getPageMargin()

getPageColumnsPerPage

Integer getPageColumnsPerPage()

getPageColumnSpace

Integer getPageColumnSpace()

getIgnorePageWidth

Boolean getIgnorePageWidth()

getColumnPrintRepeatedDetailValues

Boolean getColumnPrintRepeatedDetailValues()

getColumnWidth

Integer getColumnWidth()

getGroupHeaderLayout

GroupHeaderLayout getGroupHeaderLayout()

getGroupHideColumn

Boolean getGroupHideColumn()

getGroupShowColumnHeaderAndFooter

Boolean getGroupShowColumnHeaderAndFooter()

getGroupPadding

Integer getGroupPadding()

getGroupStartInNewPage

Boolean getGroupStartInNewPage()

getGroupStartInNewColumn

Boolean getGroupStartInNewColumn()

getGroupReprintHeaderOnEachPage

Boolean getGroupReprintHeaderOnEachPage()

getGroupResetPageNumber

Boolean getGroupResetPageNumber()

getGroupFooterPosition

GroupFooterPosition getGroupFooterPosition()

getGroupKeepTogether

Boolean getGroupKeepTogether()

getGroupHeaderWithSubtotal

Boolean getGroupHeaderWithSubtotal()

getSubtotalLabelPosition

Position getSubtotalLabelPosition()

getTableOfContents

Boolean getTableOfContents()

getTableOfContentsCustomizer

DRITableOfContentsCustomizer getTableOfContentsCustomizer()

getTextFieldWidth

Integer getTextFieldWidth()

getImageHeight

Integer getImageHeight()

getImageWidth

Integer getImageWidth()

getListgap

Integer getListgap()

getMultiPageListHeight

Integer getMultiPageListHeight()

getMultiPageListWidth

Integer getMultiPageListWidth()

getChartHeight

Integer getChartHeight()

getChartWidth

Integer getChartWidth()

getBarcodeHeight

Integer getBarcodeHeight()

getBarcodeWidth

Integer getBarcodeWidth()

getSubreportHeight

Integer getSubreportHeight()

getSubreportWidth

Integer getSubreportWidth()

getCrosstabHeight

Integer getCrosstabHeight()

getCrosstabWidth

Integer getCrosstabWidth()

getCrosstabHighlightOddRows

Boolean getCrosstabHighlightOddRows()

getCrosstabOddRowStyle

DRISimpleStyle getCrosstabOddRowStyle()

getCrosstabHighlightEvenRows

Boolean getCrosstabHighlightEvenRows()

getCrosstabEvenRowStyle

DRISimpleStyle getCrosstabEvenRowStyle()

getCrosstabGroupStyle

DRIReportStyle getCrosstabGroupStyle()

getCrosstabGroupTotalStyle

DRIReportStyle getCrosstabGroupTotalStyle()

getCrosstabGrandTotalStyle

DRIReportStyle getCrosstabGrandTotalStyle()

getCrosstabCellStyle

DRIReportStyle getCrosstabCellStyle()

getCrosstabMeasureTitleStyle

DRIReportStyle getCrosstabMeasureTitleStyle()

getChartSeriesColors

List<Color> getChartSeriesColors()

getChartValuePattern

String getChartValuePattern()

getChartPercentValuePattern

String getChartPercentValuePattern()

getChartTheme

String getChartTheme()

getBooleanComponentType

BooleanComponentType getBooleanComponentType()

getBooleanEmptyWhenNullValue

Boolean getBooleanEmptyWhenNullValue()

getBooleanImageWidth

Integer getBooleanImageWidth()

getBooleanImageHeight

Integer getBooleanImageHeight()

getBooleanColumnStyle

DRIReportStyle getBooleanColumnStyle()

getDefaultSplitType

SplitType getDefaultSplitType()

getTitleSplitType

SplitType getTitleSplitType()

getPageHeaderSplitType

SplitType getPageHeaderSplitType()

getPageFooterSplitType

SplitType getPageFooterSplitType()

getColumnHeaderSplitType

SplitType getColumnHeaderSplitType()

getColumnFooterSplitType

SplitType getColumnFooterSplitType()

getGroupHeaderSplitType

SplitType getGroupHeaderSplitType()

getGroupFooterSplitType

SplitType getGroupFooterSplitType()

getDetailHeaderSplitType

SplitType getDetailHeaderSplitType()

getDetailSplitType

SplitType getDetailSplitType()

getDetailFooterSplitType

SplitType getDetailFooterSplitType()

getLastPageFooterSplitType

SplitType getLastPageFooterSplitType()

getSummarySplitType

SplitType getSummarySplitType()

getNoDataSplitType

SplitType getNoDataSplitType()

getBackgroundSplitType

SplitType getBackgroundSplitType()

getTitleStyle

DRIReportStyle getTitleStyle()

getPageHeaderStyle

DRIReportStyle getPageHeaderStyle()

getPageFooterStyle

DRIReportStyle getPageFooterStyle()

getColumnHeaderStyle

DRIReportStyle getColumnHeaderStyle()

getColumnFooterStyle

DRIReportStyle getColumnFooterStyle()

getGroupHeaderStyle

DRIReportStyle getGroupHeaderStyle()

getGroupFooterStyle

DRIReportStyle getGroupFooterStyle()

getDetailHeaderStyle

DRIReportStyle getDetailHeaderStyle()

getDetailStyle

DRIReportStyle getDetailStyle()

getDetailFooterStyle

DRIReportStyle getDetailFooterStyle()

getLastPageFooterStyle

DRIReportStyle getLastPageFooterStyle()

getSummaryStyle

DRIReportStyle getSummaryStyle()

getNoDataStyle

DRIReportStyle getNoDataStyle()

getBackgroundStyle

DRIReportStyle getBackgroundStyle()

getTitleBackgroundComponent

DRIComponent getTitleBackgroundComponent()

getPageHeaderBackgroundComponent

DRIComponent getPageHeaderBackgroundComponent()

getPageFooterBackgroundComponent

DRIComponent getPageFooterBackgroundComponent()

getColumnHeaderBackgroundComponent

DRIComponent getColumnHeaderBackgroundComponent()

getColumnFooterBackgroundComponent

DRIComponent getColumnFooterBackgroundComponent()

getGroupHeaderBackgroundComponent

DRIComponent getGroupHeaderBackgroundComponent()

getGroupFooterBackgroundComponent

DRIComponent getGroupFooterBackgroundComponent()

getDetailHeaderBackgroundComponent

DRIComponent getDetailHeaderBackgroundComponent()

getDetailBackgroundComponent

DRIComponent getDetailBackgroundComponent()

getDetailFooterBackgroundComponent

DRIComponent getDetailFooterBackgroundComponent()

getLastPageFooterBackgroundComponent

DRIComponent getLastPageFooterBackgroundComponent()

getSummaryBackgroundComponent

DRIComponent getSummaryBackgroundComponent()

getNoDataBackgroundComponent

DRIComponent getNoDataBackgroundComponent()

getBackgroundBackgroundComponent

DRIComponent getBackgroundBackgroundComponent()


Copyright © 2010-2014. All Rights Reserved.