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

Packages that use Orientation
net.sf.dynamicreports.design.base   
net.sf.dynamicreports.design.base.chart.plot   
net.sf.dynamicreports.design.definition   
net.sf.dynamicreports.design.definition.chart.plot   
net.sf.dynamicreports.design.transformation   
net.sf.dynamicreports.jasper.transformation   
net.sf.dynamicreports.report.base   
net.sf.dynamicreports.report.base.chart.plot   
net.sf.dynamicreports.report.builder   
net.sf.dynamicreports.report.builder.chart   
net.sf.dynamicreports.report.constant   
net.sf.dynamicreports.report.defaults   
net.sf.dynamicreports.report.definition   
net.sf.dynamicreports.report.definition.chart.plot   
 

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

Methods in net.sf.dynamicreports.design.base that return Orientation
 Orientation DRDesignReport.getPrintOrder()
           
 

Uses of Orientation in net.sf.dynamicreports.design.base.chart.plot
 

Methods in net.sf.dynamicreports.design.base.chart.plot that return Orientation
 Orientation AbstractDesignBasePlot.getOrientation()
           
 

Methods in net.sf.dynamicreports.design.base.chart.plot with parameters of type Orientation
 void AbstractDesignBasePlot.setOrientation(Orientation orientation)
           
 

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

Methods in net.sf.dynamicreports.design.definition that return Orientation
 Orientation DRIDesignReport.getPrintOrder()
           
 

Uses of Orientation in net.sf.dynamicreports.design.definition.chart.plot
 

Methods in net.sf.dynamicreports.design.definition.chart.plot that return Orientation
 Orientation DRIDesignBasePlot.getOrientation()
           
 

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

Methods in net.sf.dynamicreports.design.transformation that return Orientation
 Orientation TemplateTransform.getPrintOrder()
           
 

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

Methods in net.sf.dynamicreports.jasper.transformation with parameters of type Orientation
protected static net.sf.jasperreports.charts.type.PlotOrientationEnum ConstantTransform.chartPlotOrientation(Orientation orientation)
           
protected static net.sf.jasperreports.engine.type.PrintOrderEnum ConstantTransform.printOrder(Orientation printOrder)
           
 

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

Methods in net.sf.dynamicreports.report.base that return Orientation
 Orientation DRReportTemplate.getPrintOrder()
           
 Orientation DRReport.getPrintOrder()
           
 

Methods in net.sf.dynamicreports.report.base with parameters of type Orientation
 void DRReportTemplate.setPrintOrder(Orientation printOrder)
           
 void DRReport.setPrintOrder(Orientation printOrder)
           
 

Uses of Orientation in net.sf.dynamicreports.report.base.chart.plot
 

Methods in net.sf.dynamicreports.report.base.chart.plot that return Orientation
 Orientation AbstractBasePlot.getOrientation()
           
 

Methods in net.sf.dynamicreports.report.base.chart.plot with parameters of type Orientation
 void AbstractBasePlot.setOrientation(Orientation orientation)
           
 

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

Methods in net.sf.dynamicreports.report.builder with parameters of type Orientation
 ReportTemplateBuilder ReportTemplateBuilder.setPrintOrder(Orientation printOrder)
           
 T ReportBuilder.setPrintOrder(Orientation printOrder)
           
 

Uses of Orientation in net.sf.dynamicreports.report.builder.chart
 

Methods in net.sf.dynamicreports.report.builder.chart with parameters of type Orientation
 T AbstractBaseChartBuilder.setOrientation(Orientation orientation)
           
 

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

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

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

Methods in net.sf.dynamicreports.report.defaults that return Orientation
 Orientation Default.getPrintOrder()
           
 

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

Methods in net.sf.dynamicreports.report.definition that return Orientation
 Orientation DRIReportTemplate.getPrintOrder()
           
 Orientation DRIReport.getPrintOrder()
           
 

Uses of Orientation in net.sf.dynamicreports.report.definition.chart.plot
 

Methods in net.sf.dynamicreports.report.definition.chart.plot that return Orientation
 Orientation DRIBasePlot.getOrientation()
           
 



Copyright © 2010-2014. All Rights Reserved.