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

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

Methods in net.sf.jasperreports.engine that return StretchTypeEnum
 StretchTypeEnum ElementDecorator.getStretchTypeValue()
           
 StretchTypeEnum JRElement.getStretchTypeValue()
          Indicates the stretch type for the element
 

Methods in net.sf.jasperreports.engine with parameters of type StretchTypeEnum
 void ElementDecorator.setStretchType(StretchTypeEnum stretchTypeEnum)
           
 void JRElement.setStretchType(StretchTypeEnum stretchTypeEnum)
          Specifies how the engine should treat a missing image.
 

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

Fields in net.sf.jasperreports.engine.base declared as StretchTypeEnum
protected  StretchTypeEnum JRBaseElement.stretchTypeValue
           
 

Methods in net.sf.jasperreports.engine.base that return StretchTypeEnum
 StretchTypeEnum JRBaseElement.getStretchTypeValue()
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type StretchTypeEnum
 void JRBaseElement.setStretchType(StretchTypeEnum stretchTypeValue)
           
 

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

Methods in net.sf.jasperreports.engine.fill that return StretchTypeEnum
 StretchTypeEnum JRFillElement.getStretchTypeValue()
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type StretchTypeEnum
 void JRFillElement.setStretchType(StretchTypeEnum stretchType)
           
 

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

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



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com