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

Packages that use BreakType
net.sf.dynamicreports.design.base.component   
net.sf.dynamicreports.design.definition.component   
net.sf.dynamicreports.jasper.transformation   
net.sf.dynamicreports.report.base.component   
net.sf.dynamicreports.report.builder.component   
net.sf.dynamicreports.report.constant   
net.sf.dynamicreports.report.definition.component   
 

Uses of BreakType in net.sf.dynamicreports.design.base.component
 

Methods in net.sf.dynamicreports.design.base.component that return BreakType
 BreakType DRDesignBreak.getType()
           
 

Methods in net.sf.dynamicreports.design.base.component with parameters of type BreakType
 void DRDesignBreak.setType(BreakType breakType)
           
 

Uses of BreakType in net.sf.dynamicreports.design.definition.component
 

Methods in net.sf.dynamicreports.design.definition.component that return BreakType
 BreakType DRIDesignBreak.getType()
           
 

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

Methods in net.sf.dynamicreports.jasper.transformation with parameters of type BreakType
static net.sf.jasperreports.engine.type.BreakTypeEnum ConstantTransform.breakType(BreakType breakType)
           
 

Uses of BreakType in net.sf.dynamicreports.report.base.component
 

Methods in net.sf.dynamicreports.report.base.component that return BreakType
 BreakType DRBreak.getType()
           
 

Methods in net.sf.dynamicreports.report.base.component with parameters of type BreakType
 void DRBreak.setType(BreakType breakType)
           
 

Uses of BreakType in net.sf.dynamicreports.report.builder.component
 

Methods in net.sf.dynamicreports.report.builder.component with parameters of type BreakType
 BreakBuilder BreakBuilder.setType(BreakType breakType)
           
 

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

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

Uses of BreakType in net.sf.dynamicreports.report.definition.component
 

Methods in net.sf.dynamicreports.report.definition.component that return BreakType
 BreakType DRIBreak.getType()
           
 



Copyright © 2010-2014. All Rights Reserved.