Uses of Interface
net.sf.dynamicreports.report.definition.style.DRIReportStyle

Packages that use DRIReportStyle
net.sf.dynamicreports.design.transformation   
net.sf.dynamicreports.report.base   
net.sf.dynamicreports.report.base.column   
net.sf.dynamicreports.report.base.component   
net.sf.dynamicreports.report.base.crosstab   
net.sf.dynamicreports.report.base.grid   
net.sf.dynamicreports.report.base.style   
net.sf.dynamicreports.report.builder.style   
net.sf.dynamicreports.report.definition   
net.sf.dynamicreports.report.definition.column   
net.sf.dynamicreports.report.definition.component   
net.sf.dynamicreports.report.definition.crosstab   
net.sf.dynamicreports.report.definition.grid   
net.sf.dynamicreports.report.definition.style   
 

Uses of DRIReportStyle in net.sf.dynamicreports.design.transformation
 

Methods in net.sf.dynamicreports.design.transformation that return DRIReportStyle
protected  DRIReportStyle TemplateTransform.getBackgroundStyle(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getBarcodeStyle()
           
 DRIReportStyle TemplateTransform.getBooleanColumnStyle(DRIBooleanColumn column)
           
protected  DRIReportStyle TemplateTransform.getColumnFooterStyle(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getColumnHeaderStyle(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getColumnStyle(boolean textStyle)
           
protected  DRIReportStyle TemplateTransform.getColumnTitleStyle()
           
protected  DRIReportStyle TemplateTransform.getCrosstabCellStyle(DRICrosstab crosstab)
           
protected  DRIReportStyle TemplateTransform.getCrosstabGrandTotalStyle(DRICrosstab crosstab)
           
protected  DRIReportStyle TemplateTransform.getCrosstabGroupStyle(DRICrosstab crosstab)
           
protected  DRIReportStyle TemplateTransform.getCrosstabGroupTotalStyle(DRICrosstab crosstab)
           
 DRIReportStyle TemplateTransform.getCrosstabMeasureTitleStyle(DRICrosstab crosstab, DRICrosstabMeasure<?> measure)
           
protected  DRIReportStyle TemplateTransform.getDetailFooterStyle(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getDetailHeaderStyle(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getDetailStyle(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getGroupFooterStyle(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getGroupHeaderStyle(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getGroupStyle()
           
protected  DRIReportStyle TemplateTransform.getGroupTitleStyle()
           
protected  DRIReportStyle TemplateTransform.getChartStyle()
           
protected  DRIReportStyle TemplateTransform.getImageStyle()
           
protected  DRIReportStyle TemplateTransform.getLastPageFooterStyle(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getNoDataStyle(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getPageFooterStyle(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getPageHeaderStyle(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getSubtotalStyle()
           
protected  DRIReportStyle TemplateTransform.getSummaryStyle(DRIBand band)
           
protected  DRIReportStyle TemplateTransform.getTextStyle()
           
protected  DRIReportStyle TemplateTransform.getTitleStyle(DRIBand band)
           
 

Methods in net.sf.dynamicreports.design.transformation with parameters of type DRIReportStyle
protected  DRDesignBand BandTransform.band(String bandName, DRIBand band, SplitType splitType, DRIReportStyle defaultStyle, DRIComponent defaultBackgroundComponent)
           
protected  DRDesignBand BandTransform.band(String bandName, DRIBand band, SplitType splitType, DRIReportStyle defaultStyle, DRIComponent defaultBackgroundComponent, ResetType resetType, DRDesignGroup resetGroup)
           
static Color StyleResolver.getBackgroundColor(DRIReportStyle reportStyle, StyleTransform transform)
           
protected  DRIStyle StyleTransform.getStyle(DRIReportStyle reportStyle)
           
protected  DRDesignStyle StyleTransform.transformStyle(DRIReportStyle style, boolean textStyle, DefaultStyleType defaultStyleType)
           
 

Uses of DRIReportStyle in net.sf.dynamicreports.report.base
 

Methods in net.sf.dynamicreports.report.base that return DRIReportStyle
 DRIReportStyle DRReportTemplate.getBackgroundStyle()
           
 DRIReportStyle DRReportTemplate.getBarcodeStyle()
           
 DRIReportStyle DRReport.getBarcodeStyle()
           
 DRIReportStyle DRReportTemplate.getBooleanColumnStyle()
           
 DRIReportStyle DRReportTemplate.getColumnFooterStyle()
           
 DRIReportStyle DRReportTemplate.getColumnHeaderStyle()
           
 DRIReportStyle DRReportTemplate.getColumnStyle()
           
 DRIReportStyle DRReport.getColumnStyle()
           
 DRIReportStyle DRReportTemplate.getColumnTitleStyle()
           
 DRIReportStyle DRReport.getColumnTitleStyle()
           
 DRIReportStyle DRReportTemplate.getCrosstabCellStyle()
           
 DRIReportStyle DRReportTemplate.getCrosstabGrandTotalStyle()
           
 DRIReportStyle DRReportTemplate.getCrosstabGroupStyle()
           
 DRIReportStyle DRReportTemplate.getCrosstabGroupTotalStyle()
           
 DRIReportStyle DRReportTemplate.getCrosstabMeasureTitleStyle()
           
 DRIReportStyle DRReportTemplate.getDetailFooterStyle()
           
 DRIReportStyle DRReportTemplate.getDetailHeaderStyle()
           
 DRIReportStyle DRReportTemplate.getDetailStyle()
           
 DRIReportStyle DRReportTemplate.getGroupFooterStyle()
           
 DRIReportStyle DRReportTemplate.getGroupHeaderStyle()
           
 DRIReportStyle DRReportTemplate.getGroupStyle()
           
 DRIReportStyle DRReport.getGroupStyle()
           
 DRIReportStyle DRReportTemplate.getGroupTitleStyle()
           
 DRIReportStyle DRReport.getGroupTitleStyle()
           
 DRIReportStyle DRReportTemplate.getChartStyle()
           
 DRIReportStyle DRReport.getChartStyle()
           
 DRIReportStyle DRReportTemplate.getImageStyle()
           
 DRIReportStyle DRReport.getImageStyle()
           
 DRIReportStyle DRSubtotal.getLabelStyle()
           
 DRIReportStyle DRReportTemplate.getLastPageFooterStyle()
           
 DRIReportStyle DRReportTemplate.getNoDataStyle()
           
 DRIReportStyle DRReportTemplate.getPageFooterStyle()
           
 DRIReportStyle DRReportTemplate.getPageHeaderStyle()
           
 DRIReportStyle DRReportTemplate.getSubtotalStyle()
           
 DRIReportStyle DRReport.getSubtotalStyle()
           
 DRIReportStyle DRReportTemplate.getSummaryStyle()
           
 DRIReportStyle DRReportTemplate.getTextStyle()
           
 DRIReportStyle DRReport.getTextStyle()
           
 DRIReportStyle DRReportTemplate.getTitleStyle()
           
 DRIReportStyle DRGroup.getTitleStyle()
           
 

Methods in net.sf.dynamicreports.report.base with parameters of type DRIReportStyle
 void DRReportTemplate.setBackgroundStyle(DRIReportStyle backgroundStyle)
           
 void DRReportTemplate.setBarcodeStyle(DRIReportStyle barcodeStyle)
           
 void DRReport.setBarcodeStyle(DRIReportStyle barcodeStyle)
           
 void DRReportTemplate.setBooleanColumnStyle(DRIReportStyle booleanColumnStyle)
           
 void DRReportTemplate.setColumnFooterStyle(DRIReportStyle columnFooterStyle)
           
 void DRReportTemplate.setColumnHeaderStyle(DRIReportStyle columnHeaderStyle)
           
 void DRReportTemplate.setColumnStyle(DRIReportStyle columnStyle)
           
 void DRReport.setColumnStyle(DRIReportStyle columnStyle)
           
 void DRReportTemplate.setColumnTitleStyle(DRIReportStyle columnTitleStyle)
           
 void DRReport.setColumnTitleStyle(DRIReportStyle columnTitleStyle)
           
 void DRReportTemplate.setCrosstabCellStyle(DRIReportStyle crosstabCellStyle)
           
 void DRReportTemplate.setCrosstabGrandTotalStyle(DRIReportStyle crosstabGrandTotalStyle)
           
 void DRReportTemplate.setCrosstabGroupStyle(DRIReportStyle crosstabGroupStyle)
           
 void DRReportTemplate.setCrosstabGroupTotalStyle(DRIReportStyle crosstabGroupTotalStyle)
           
 void DRReportTemplate.setCrosstabMeasureTitleStyle(DRIReportStyle crosstabMeasureTitleStyle)
           
 void DRReportTemplate.setDetailFooterStyle(DRIReportStyle detailFooterStyle)
           
 void DRReportTemplate.setDetailHeaderStyle(DRIReportStyle detailHeaderStyle)
           
 void DRReportTemplate.setDetailStyle(DRIReportStyle detailStyle)
           
 void DRReportTemplate.setGroupFooterStyle(DRIReportStyle groupFooterStyle)
           
 void DRReportTemplate.setGroupHeaderStyle(DRIReportStyle groupHeaderStyle)
           
 void DRReportTemplate.setGroupStyle(DRIReportStyle groupStyle)
           
 void DRReport.setGroupStyle(DRIReportStyle groupStyle)
           
 void DRReportTemplate.setGroupTitleStyle(DRIReportStyle groupTitleStyle)
           
 void DRReport.setGroupTitleStyle(DRIReportStyle groupTitleStyle)
           
 void DRReportTemplate.setChartStyle(DRIReportStyle chartStyle)
           
 void DRReport.setChartStyle(DRIReportStyle chartStyle)
           
 void DRReportTemplate.setImageStyle(DRIReportStyle imageStyle)
           
 void DRReport.setImageStyle(DRIReportStyle imageStyle)
           
 void DRSubtotal.setLabelStyle(DRIReportStyle labelStyle)
           
 void DRReportTemplate.setLastPageFooterStyle(DRIReportStyle lastPageFooterStyle)
           
 void DRReportTemplate.setNoDataStyle(DRIReportStyle noDataStyle)
           
 void DRReportTemplate.setPageFooterStyle(DRIReportStyle pageFooterStyle)
           
 void DRReportTemplate.setPageHeaderStyle(DRIReportStyle pageHeaderStyle)
           
 void DRReportTemplate.setSubtotalStyle(DRIReportStyle subtotalStyle)
           
 void DRReport.setSubtotalStyle(DRIReportStyle subtotalStyle)
           
 void DRReportTemplate.setSummaryStyle(DRIReportStyle summaryStyle)
           
 void DRReportTemplate.setTextStyle(DRIReportStyle textStyle)
           
 void DRReport.setTextStyle(DRIReportStyle textStyle)
           
 void DRReportTemplate.setTitleStyle(DRIReportStyle titleStyle)
           
 void DRGroup.setTitleStyle(DRIReportStyle titleStyle)
           
 

Uses of DRIReportStyle in net.sf.dynamicreports.report.base.column
 

Methods in net.sf.dynamicreports.report.base.column that return DRIReportStyle
 DRIReportStyle DRColumn.getTitleStyle()
           
 

Methods in net.sf.dynamicreports.report.base.column with parameters of type DRIReportStyle
 void DRColumn.setTitleStyle(DRIReportStyle titleStyle)
           
 

Uses of DRIReportStyle in net.sf.dynamicreports.report.base.component
 

Methods in net.sf.dynamicreports.report.base.component that return DRIReportStyle
 DRIReportStyle DRComponent.getStyle()
           
 

Methods in net.sf.dynamicreports.report.base.component with parameters of type DRIReportStyle
 void DRComponent.setStyle(DRIReportStyle style)
           
 

Uses of DRIReportStyle in net.sf.dynamicreports.report.base.crosstab
 

Methods in net.sf.dynamicreports.report.base.crosstab that return DRIReportStyle
 DRIReportStyle DRCrosstab.getCellStyle()
           
 DRIReportStyle DRCrosstab.getGrandTotalStyle()
           
 DRIReportStyle DRCrosstab.getGroupStyle()
           
 DRIReportStyle DRCrosstab.getGroupTotalStyle()
           
 DRIReportStyle DRCrosstabGroup.getHeaderStyle()
           
 DRIReportStyle DRCrosstab.getMeasureTitleStyle()
           
 DRIReportStyle DRCrosstabCellStyle.getStyle()
           
 DRIReportStyle DRCrosstabCellContent.getStyle()
           
 DRIReportStyle DRCrosstabMeasure.getTitleStyle()
           
 DRIReportStyle DRCrosstabGroup.getTotalHeaderStyle()
           
 

Methods in net.sf.dynamicreports.report.base.crosstab with parameters of type DRIReportStyle
 void DRCrosstab.setCellStyle(DRIReportStyle cellStyle)
           
 void DRCrosstab.setGrandTotalStyle(DRIReportStyle grandTotalStyle)
           
 void DRCrosstab.setGroupStyle(DRIReportStyle groupStyle)
           
 void DRCrosstab.setGroupTotalStyle(DRIReportStyle groupTotalStyle)
           
 void DRCrosstabGroup.setHeaderStyle(DRIReportStyle headerStyle)
           
 void DRCrosstab.setMeasureTitleStyle(DRIReportStyle measureTitleStyle)
           
 void DRCrosstabCellStyle.setStyle(DRIReportStyle style)
           
 void DRCrosstabCellContent.setStyle(DRIReportStyle style)
           
 void DRCrosstabMeasure.setTitleStyle(DRIReportStyle titleStyle)
           
 void DRCrosstabGroup.setTotalHeaderStyle(DRIReportStyle totalHeaderStyle)
           
 

Constructors in net.sf.dynamicreports.report.base.crosstab with parameters of type DRIReportStyle
DRCrosstabCellStyle(DRIReportStyle style)
           
DRCrosstabCellStyle(DRIReportStyle style, DRICrosstabRowGroup<?> rowGroup, DRICrosstabColumnGroup<?> columnGroup)
           
 

Uses of DRIReportStyle in net.sf.dynamicreports.report.base.grid
 

Methods in net.sf.dynamicreports.report.base.grid that return DRIReportStyle
 DRIReportStyle DRColumnTitleGroup.getTitleStyle()
           
 

Methods in net.sf.dynamicreports.report.base.grid with parameters of type DRIReportStyle
 void DRColumnTitleGroup.setTitleStyle(DRIReportStyle titleStyle)
           
 

Uses of DRIReportStyle in net.sf.dynamicreports.report.base.style
 

Classes in net.sf.dynamicreports.report.base.style that implement DRIReportStyle
 class DRStyle
           
 class DRTemplateStyle
           
 

Methods in net.sf.dynamicreports.report.base.style that return DRIReportStyle
 DRIReportStyle DRStyle.getParentStyle()
           
 

Methods in net.sf.dynamicreports.report.base.style with parameters of type DRIReportStyle
 void DRStyle.setParentStyle(DRIReportStyle parentStyle)
           
 

Uses of DRIReportStyle in net.sf.dynamicreports.report.builder.style
 

Methods in net.sf.dynamicreports.report.builder.style that return DRIReportStyle
 DRIReportStyle ReportStyleBuilder.build()
           
 DRIReportStyle ReportStyleBuilder.getStyle()
           
 

Uses of DRIReportStyle in net.sf.dynamicreports.report.definition
 

Methods in net.sf.dynamicreports.report.definition that return DRIReportStyle
 DRIReportStyle DRIReportTemplate.getBackgroundStyle()
           
 DRIReportStyle DRIReportTemplate.getBarcodeStyle()
           
 DRIReportStyle DRIReport.getBarcodeStyle()
           
 DRIReportStyle DRIReportTemplate.getBooleanColumnStyle()
           
 DRIReportStyle DRIReportTemplate.getColumnFooterStyle()
           
 DRIReportStyle DRIReportTemplate.getColumnHeaderStyle()
           
 DRIReportStyle DRIReportTemplate.getColumnStyle()
           
 DRIReportStyle DRIReport.getColumnStyle()
           
 DRIReportStyle DRIReportTemplate.getColumnTitleStyle()
           
 DRIReportStyle DRIReport.getColumnTitleStyle()
           
 DRIReportStyle DRIReportTemplate.getCrosstabCellStyle()
           
 DRIReportStyle DRIReportTemplate.getCrosstabGrandTotalStyle()
           
 DRIReportStyle DRIReportTemplate.getCrosstabGroupStyle()
           
 DRIReportStyle DRIReportTemplate.getCrosstabGroupTotalStyle()
           
 DRIReportStyle DRIReportTemplate.getCrosstabMeasureTitleStyle()
           
 DRIReportStyle DRIReportTemplate.getDetailFooterStyle()
           
 DRIReportStyle DRIReportTemplate.getDetailHeaderStyle()
           
 DRIReportStyle DRIReportTemplate.getDetailStyle()
           
 DRIReportStyle DRIReportTemplate.getGroupFooterStyle()
           
 DRIReportStyle DRIReportTemplate.getGroupHeaderStyle()
           
 DRIReportStyle DRIReportTemplate.getGroupStyle()
           
 DRIReportStyle DRIReport.getGroupStyle()
           
 DRIReportStyle DRIReportTemplate.getGroupTitleStyle()
           
 DRIReportStyle DRIReport.getGroupTitleStyle()
           
 DRIReportStyle DRIReportTemplate.getChartStyle()
           
 DRIReportStyle DRIReport.getChartStyle()
           
 DRIReportStyle DRIReportTemplate.getImageStyle()
           
 DRIReportStyle DRIReport.getImageStyle()
           
 DRIReportStyle DRISubtotal.getLabelStyle()
           
 DRIReportStyle DRIReportTemplate.getLastPageFooterStyle()
           
 DRIReportStyle DRIReportTemplate.getNoDataStyle()
           
 DRIReportStyle DRIReportTemplate.getPageFooterStyle()
           
 DRIReportStyle DRIReportTemplate.getPageHeaderStyle()
           
 DRIReportStyle DRIReportTemplate.getSubtotalStyle()
           
 DRIReportStyle DRIReport.getSubtotalStyle()
           
 DRIReportStyle DRIReportTemplate.getSummaryStyle()
           
 DRIReportStyle DRIReportTemplate.getTextStyle()
           
 DRIReportStyle DRIReport.getTextStyle()
           
 DRIReportStyle DRIReportTemplate.getTitleStyle()
           
 DRIReportStyle DRIGroup.getTitleStyle()
           
 

Uses of DRIReportStyle in net.sf.dynamicreports.report.definition.column
 

Methods in net.sf.dynamicreports.report.definition.column that return DRIReportStyle
 DRIReportStyle DRIColumn.getTitleStyle()
           
 

Uses of DRIReportStyle in net.sf.dynamicreports.report.definition.component
 

Methods in net.sf.dynamicreports.report.definition.component that return DRIReportStyle
 DRIReportStyle DRIComponent.getStyle()
           
 

Uses of DRIReportStyle in net.sf.dynamicreports.report.definition.crosstab
 

Methods in net.sf.dynamicreports.report.definition.crosstab that return DRIReportStyle
 DRIReportStyle DRICrosstab.getCellStyle()
           
 DRIReportStyle DRICrosstab.getGrandTotalStyle()
           
 DRIReportStyle DRICrosstab.getGroupStyle()
           
 DRIReportStyle DRICrosstab.getGroupTotalStyle()
           
 DRIReportStyle DRICrosstabGroup.getHeaderStyle()
           
 DRIReportStyle DRICrosstab.getMeasureTitleStyle()
           
 DRIReportStyle DRICrosstabCellStyle.getStyle()
           
 DRIReportStyle DRICrosstabCellContent.getStyle()
           
 DRIReportStyle DRICrosstabMeasure.getTitleStyle()
           
 DRIReportStyle DRICrosstabGroup.getTotalHeaderStyle()
           
 

Uses of DRIReportStyle in net.sf.dynamicreports.report.definition.grid
 

Methods in net.sf.dynamicreports.report.definition.grid that return DRIReportStyle
 DRIReportStyle DRIColumnTitleGroup.getTitleStyle()
           
 

Uses of DRIReportStyle in net.sf.dynamicreports.report.definition.style
 

Subinterfaces of DRIReportStyle in net.sf.dynamicreports.report.definition.style
 interface DRIStyle
           
 interface DRITemplateStyle
           
 

Methods in net.sf.dynamicreports.report.definition.style that return DRIReportStyle
 DRIReportStyle DRIStyle.getParentStyle()
           
 



Copyright © 2010-2014. All Rights Reserved.