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

Packages that use PositionTypeEnum
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.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 PositionTypeEnum in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return PositionTypeEnum
 PositionTypeEnum ElementDecorator.getPositionTypeValue()
           
 PositionTypeEnum JRElement.getPositionTypeValue()
          Returns the position type for the element
 

Methods in net.sf.jasperreports.engine with parameters of type PositionTypeEnum
 void ElementDecorator.setPositionType(PositionTypeEnum positionType)
           
 void JRElement.setPositionType(PositionTypeEnum positionType)
          Sets the position type for the element.
 

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

Fields in net.sf.jasperreports.engine.base declared as PositionTypeEnum
protected  PositionTypeEnum JRBaseElement.positionTypeValue
           
 

Methods in net.sf.jasperreports.engine.base that return PositionTypeEnum
 PositionTypeEnum JRBaseElement.getPositionTypeValue()
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type PositionTypeEnum
 void JRBaseElement.setPositionType(PositionTypeEnum positionTypeValue)
           
 

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

Methods in net.sf.jasperreports.engine.fill that return PositionTypeEnum
 PositionTypeEnum JRFillElement.getPositionTypeValue()
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type PositionTypeEnum
 void JRFillElement.setPositionType(PositionTypeEnum positionType)
           
 

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

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



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com