Uses of Class
net.sf.dynamicreports.adhoc.configuration.AdhocStyle

Packages that use AdhocStyle
net.sf.dynamicreports.adhoc.configuration   
net.sf.dynamicreports.adhoc.report   
net.sf.dynamicreports.adhoc.transformation   
 

Uses of AdhocStyle in net.sf.dynamicreports.adhoc.configuration
 

Methods in net.sf.dynamicreports.adhoc.configuration that return AdhocStyle
 AdhocStyle AdhocStyle.clone()
           
 AdhocStyle AdhocReport.getColumnStyle()
           
 AdhocStyle AdhocReport.getColumnTitleStyle()
           
 AdhocStyle AdhocReport.getDetailEvenRowStyle()
           
 AdhocStyle AdhocReport.getDetailOddRowStyle()
           
 AdhocStyle AdhocReport.getGroupStyle()
           
 AdhocStyle AdhocReport.getGroupTitleStyle()
           
 AdhocStyle AdhocSubtotal.getLabelStyle()
           
 AdhocStyle AdhocSubtotal.getStyle()
           
 AdhocStyle AdhocGroup.getStyle()
           
 AdhocStyle AdhocComponent.getStyle()
           
 AdhocStyle AdhocColumn.getStyle()
           
 AdhocStyle AdhocReport.getSubtotalStyle()
           
 AdhocStyle AdhocReport.getTextStyle()
           
 AdhocStyle AdhocGroup.getTitleStyle()
           
 AdhocStyle AdhocColumn.getTitleStyle()
           
 

Methods in net.sf.dynamicreports.adhoc.configuration with parameters of type AdhocStyle
 void AdhocReport.setColumnStyle(AdhocStyle columnStyle)
           
 void AdhocReport.setColumnTitleStyle(AdhocStyle columnTitleStyle)
           
 void AdhocReport.setDetailEvenRowStyle(AdhocStyle detailEvenRowStyle)
           
 void AdhocReport.setDetailOddRowStyle(AdhocStyle detailOddRowStyle)
           
 void AdhocReport.setGroupStyle(AdhocStyle groupStyle)
           
 void AdhocReport.setGroupTitleStyle(AdhocStyle groupTitleStyle)
           
 void AdhocSubtotal.setLabelStyle(AdhocStyle labelStyle)
           
 void AdhocSubtotal.setStyle(AdhocStyle style)
           
 void AdhocGroup.setStyle(AdhocStyle style)
           
 void AdhocComponent.setStyle(AdhocStyle style)
           
 void AdhocColumn.setStyle(AdhocStyle style)
           
 void AdhocReport.setSubtotalStyle(AdhocStyle subtotalStyle)
           
 void AdhocReport.setTextStyle(AdhocStyle textStyle)
           
 void AdhocGroup.setTitleStyle(AdhocStyle titleStyle)
           
 void AdhocColumn.setTitleStyle(AdhocStyle titleStyle)
           
 

Uses of AdhocStyle in net.sf.dynamicreports.adhoc.report
 

Methods in net.sf.dynamicreports.adhoc.report with parameters of type AdhocStyle
protected  BaseStyleBuilder<?,?> DefaultAdhocReportCustomizer.baseStyle(AdhocStyle adhocStyle, BaseStyleBuilder<?,?> baseStyle)
           
protected  SimpleStyleBuilder DefaultAdhocReportCustomizer.simpleStyle(AdhocStyle adhocStyle)
           
protected  StyleBuilder DefaultAdhocReportCustomizer.style(AdhocStyle adhocStyle)
           
 

Uses of AdhocStyle in net.sf.dynamicreports.adhoc.transformation
 

Methods in net.sf.dynamicreports.adhoc.transformation that return AdhocStyle
protected  AdhocStyle XmlToAdhocTransform.style(XmlAdhocStyle xmlAdhocStyle)
           
 

Methods in net.sf.dynamicreports.adhoc.transformation with parameters of type AdhocStyle
protected  XmlAdhocStyle AdhocToXmlTransform.style(AdhocStyle adhocStyle)
           
 



Copyright © 2010-2012. All Rights Reserved.