Uses of Class
net.sf.dynamicreports.report.constant.PageOrientation

Packages that use PageOrientation
net.sf.dynamicreports.design.base   
net.sf.dynamicreports.design.definition   
net.sf.dynamicreports.design.transformation   
net.sf.dynamicreports.jasper.base.templatedesign   
net.sf.dynamicreports.jasper.transformation   
net.sf.dynamicreports.report.base   
net.sf.dynamicreports.report.builder   
net.sf.dynamicreports.report.constant   
net.sf.dynamicreports.report.defaults   
net.sf.dynamicreports.report.definition   
 

Uses of PageOrientation in net.sf.dynamicreports.design.base
 

Methods in net.sf.dynamicreports.design.base that return PageOrientation
 PageOrientation DRDesignPage.getOrientation()
           
 

Methods in net.sf.dynamicreports.design.base with parameters of type PageOrientation
 void DRDesignPage.setOrientation(PageOrientation orientation)
           
 

Uses of PageOrientation in net.sf.dynamicreports.design.definition
 

Methods in net.sf.dynamicreports.design.definition that return PageOrientation
 PageOrientation DRIDesignPage.getOrientation()
           
 

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

Methods in net.sf.dynamicreports.design.transformation that return PageOrientation
protected  PageOrientation TemplateTransform.getPageOrientation()
           
 

Uses of PageOrientation in net.sf.dynamicreports.jasper.base.templatedesign
 

Methods in net.sf.dynamicreports.jasper.base.templatedesign that return PageOrientation
 PageOrientation JasperTemplateDesign.getPageOrientation()
           
 

Uses of PageOrientation in net.sf.dynamicreports.jasper.transformation
 

Methods in net.sf.dynamicreports.jasper.transformation that return PageOrientation
static PageOrientation ConstantTransform.pageOrientation(net.sf.jasperreports.engine.type.OrientationEnum orientation)
           
 

Methods in net.sf.dynamicreports.jasper.transformation with parameters of type PageOrientation
protected static net.sf.jasperreports.engine.type.OrientationEnum ConstantTransform.pageOrientation(PageOrientation orientation)
           
 

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

Methods in net.sf.dynamicreports.report.base that return PageOrientation
 PageOrientation DRPage.getOrientation()
           
 PageOrientation DRReportTemplate.getPageOrientation()
           
 PageOrientation AbstractTemplateDesign.getPageOrientation()
           
 

Methods in net.sf.dynamicreports.report.base with parameters of type PageOrientation
 void DRPage.setOrientation(PageOrientation orientation)
           
 void DRPage.setPageFormat(Integer width, Integer height, PageOrientation orientation)
           
 void DRReportTemplate.setPageFormat(PageType pageType, PageOrientation orientation)
           
 void DRPage.setPageFormat(PageType pageType, PageOrientation orientation)
           
 

Uses of PageOrientation in net.sf.dynamicreports.report.builder
 

Methods in net.sf.dynamicreports.report.builder with parameters of type PageOrientation
 T ReportBuilder.setPageFormat(Integer width, Integer height, PageOrientation orientation)
           
 ReportTemplateBuilder ReportTemplateBuilder.setPageFormat(PageType pageType, PageOrientation orientation)
           
 T ReportBuilder.setPageFormat(PageType pageType, PageOrientation orientation)
           
 

Uses of PageOrientation in net.sf.dynamicreports.report.constant
 

Methods in net.sf.dynamicreports.report.constant that return PageOrientation
static PageOrientation PageOrientation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PageOrientation[] PageOrientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PageOrientation in net.sf.dynamicreports.report.defaults
 

Methods in net.sf.dynamicreports.report.defaults that return PageOrientation
 PageOrientation Default.getPageOrientation()
           
 

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

Methods in net.sf.dynamicreports.report.definition that return PageOrientation
 PageOrientation DRIPage.getOrientation()
           
 PageOrientation DRITemplateDesign.getPageOrientation()
           
 PageOrientation DRIReportTemplate.getPageOrientation()
           
 



Copyright © 2010-2014. All Rights Reserved.