|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DRIReportStyle in net.sf.dynamicreports.design.transformation |
---|
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 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 |
---|
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |