Uses of Class
net.sf.dynamicreports.design.base.style.DRDesignStyle

Packages that use DRDesignStyle
net.sf.dynamicreports.design.base.component   
net.sf.dynamicreports.design.base.style   
net.sf.dynamicreports.design.transformation   
 

Uses of DRDesignStyle in net.sf.dynamicreports.design.base.component
 

Methods in net.sf.dynamicreports.design.base.component that return DRDesignStyle
 DRDesignStyle DRDesignComponent.getStyle()
           
 

Methods in net.sf.dynamicreports.design.base.component with parameters of type DRDesignStyle
 void DRDesignComponent.setStyle(DRDesignStyle style)
           
 

Uses of DRDesignStyle in net.sf.dynamicreports.design.base.style
 

Methods in net.sf.dynamicreports.design.base.style that return DRDesignStyle
 DRDesignStyle DRDesignStyle.getParentStyle()
           
 

Methods in net.sf.dynamicreports.design.base.style with parameters of type DRDesignStyle
 void DRDesignStyle.setParentStyle(DRDesignStyle parentStyle)
           
 

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

Methods in net.sf.dynamicreports.design.transformation that return DRDesignStyle
protected  DRDesignStyle StyleTransform.getDefaultStyle(DefaultStyleType defaultStyleType)
           
protected  DRDesignStyle StyleTransform.transformStyle(DRIReportStyle style, boolean textStyle, DefaultStyleType defaultStyleType)
           
 

Methods in net.sf.dynamicreports.design.transformation with parameters of type DRDesignStyle
protected  net.sf.dynamicreports.design.transformation.ColumnGrid ColumnGridTransform.createColumnTitleGrid(DRDesignStyle groupPaddingStyle)
           
protected  int TemplateTransform.getBooleanFieldHeight(DRIBooleanField booleanField, DRDesignStyle style)
           
protected  int TemplateTransform.getBooleanFieldWidth(DRIBooleanField booleanField, DRDesignStyle style)
           
protected  HorizontalAlignment TemplateTransform.getBooleanHorizontalAlignment(DRIBooleanField booleanField, DRDesignStyle style)
           
protected  int TemplateTransform.getColumnWidth(DRIColumn<?> column, DRDesignStyle style)
           
protected static Boolean StyleResolver.getFontBold(DRDesignStyle style)
           
protected static int StyleResolver.getFontHeight(DRDesignStyle style, int rows)
           
protected static Boolean StyleResolver.getFontItalic(DRDesignStyle style)
           
protected static String StyleResolver.getFontName(DRDesignStyle style)
           
protected static Integer StyleResolver.getFontSize(DRDesignStyle style)
           
protected static Boolean StyleResolver.getFontStrikeThrough(DRDesignStyle style)
           
protected static Boolean StyleResolver.getFontUnderline(DRDesignStyle style)
           
protected static int StyleResolver.getFontWidth(DRDesignStyle style, int columns)
           
static HorizontalAlignment StyleResolver.getHorizontalAlignment(DRDesignStyle style)
           
protected  int TemplateTransform.getImageHeight(DRIImage image, Integer imageHeight, DRDesignStyle style)
           
protected  int TemplateTransform.getPageXofYHeight(DRIPageXofY pageXofY, DRDesignStyle style)
           
protected  HorizontalAlignment TemplateTransform.getPageXofYHorizontalAlignment(DRIPageXofY pageXofY, DRDesignStyle style)
           
static String StyleResolver.getPattern(DRDesignStyle style)
           
protected static Boolean StyleResolver.getPdfEmbedded(DRDesignStyle style)
           
protected static String StyleResolver.getPdfEncoding(DRDesignStyle style)
           
protected static String StyleResolver.getPdfFontName(DRDesignStyle style)
           
protected  int TemplateTransform.getTextFieldHeight(DRITextField<?> textField, DRDesignStyle style)
           
protected  HorizontalAlignment TemplateTransform.getTextFieldHorizontalAlignment(DRITextField<?> textField, DRDesignStyle style)
           
protected  String TemplateTransform.getTextFieldPattern(DRITextField<?> textField, DRDesignStyle style)
           
protected  int TemplateTransform.getTextFieldWidth(DRITextField<?> textField, DRDesignStyle style)
           
 



Copyright © 2010-2014. All Rights Reserved.