Uses of Class
net.sf.jasperreports.engine.type.OrientationEnum

Packages that use OrientationEnum
net.sf.jasperreports.components.table.fill   
net.sf.jasperreports.engine Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. 
net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools. 
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
net.sf.jasperreports.engine.type   
 

Uses of OrientationEnum in net.sf.jasperreports.components.table.fill
 

Methods in net.sf.jasperreports.components.table.fill that return OrientationEnum
 OrientationEnum TableReport.getOrientationValue()
           
 

Uses of OrientationEnum in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return OrientationEnum
 OrientationEnum JasperPrint.getOrientationValue()
          Returns the page orientation.
 OrientationEnum JRReport.getOrientationValue()
          Specifies whether document pages will be rendered in a portrait or landscape layout.
 

Methods in net.sf.jasperreports.engine with parameters of type OrientationEnum
 void JasperPrint.setOrientation(OrientationEnum orientationValue)
          Sets the page orientation.
 

Uses of OrientationEnum in net.sf.jasperreports.engine.base
 

Fields in net.sf.jasperreports.engine.base declared as OrientationEnum
protected  OrientationEnum JRBaseReport.orientationValue
           
 

Methods in net.sf.jasperreports.engine.base that return OrientationEnum
 OrientationEnum JRBaseReport.getOrientationValue()
           
 

Uses of OrientationEnum in net.sf.jasperreports.engine.design
 

Methods in net.sf.jasperreports.engine.design with parameters of type OrientationEnum
 void JasperDesign.setOrientation(OrientationEnum orientationValue)
          Sets the report orientation.
 

Uses of OrientationEnum in net.sf.jasperreports.engine.fill
 

Fields in net.sf.jasperreports.engine.fill declared as OrientationEnum
protected  OrientationEnum JRBaseFiller.orientation
           
 

Uses of OrientationEnum in net.sf.jasperreports.engine.type
 

Methods in net.sf.jasperreports.engine.type that return OrientationEnum
static OrientationEnum OrientationEnum.getByName(java.lang.String name)
           
static OrientationEnum OrientationEnum.getByValue(byte value)
           
static OrientationEnum OrientationEnum.getByValue(java.lang.Byte value)
           
static OrientationEnum OrientationEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OrientationEnum[] OrientationEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com