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

Packages that use ComponentDimensionType
net.sf.dynamicreports.report.base   
net.sf.dynamicreports.report.base.column   
net.sf.dynamicreports.report.base.component   
net.sf.dynamicreports.report.base.grid   
net.sf.dynamicreports.report.constant   
net.sf.dynamicreports.report.definition   
net.sf.dynamicreports.report.definition.column   
net.sf.dynamicreports.report.definition.component   
net.sf.dynamicreports.report.definition.grid   
 

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

Methods in net.sf.dynamicreports.report.base that return ComponentDimensionType
 ComponentDimensionType DRSubtotal.getLabelWidthType()
           
 

Methods in net.sf.dynamicreports.report.base with parameters of type ComponentDimensionType
 void DRSubtotal.setLabelWidthType(ComponentDimensionType labelWidthType)
           
 

Uses of ComponentDimensionType in net.sf.dynamicreports.report.base.column
 

Methods in net.sf.dynamicreports.report.base.column that return ComponentDimensionType
 ComponentDimensionType DRColumn.getTitleHeightType()
           
 

Methods in net.sf.dynamicreports.report.base.column with parameters of type ComponentDimensionType
 void DRColumn.setTitleHeightType(ComponentDimensionType titleHeightType)
           
 

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

Methods in net.sf.dynamicreports.report.base.component that return ComponentDimensionType
 ComponentDimensionType DRDimensionComponent.getHeightType()
           
 ComponentDimensionType DRPageXofY.getPageXWidthType()
           
 ComponentDimensionType DRPageXofY.getPageYWidthType()
           
 ComponentDimensionType DRDimensionComponent.getWidthType()
           
 

Methods in net.sf.dynamicreports.report.base.component with parameters of type ComponentDimensionType
 void DRDimensionComponent.setHeightType(ComponentDimensionType heightType)
           
 void DRPageXofY.setPageXWidthType(ComponentDimensionType pageXWidthType)
           
 void DRPageXofY.setPageYWidthType(ComponentDimensionType pageYWidthType)
           
 void DRDimensionComponent.setWidthType(ComponentDimensionType widthType)
           
 

Uses of ComponentDimensionType in net.sf.dynamicreports.report.base.grid
 

Methods in net.sf.dynamicreports.report.base.grid that return ComponentDimensionType
 ComponentDimensionType DRColumnTitleGroup.getTitleHeightType()
           
 ComponentDimensionType DRColumnTitleGroup.getTitleWidthType()
           
 

Methods in net.sf.dynamicreports.report.base.grid with parameters of type ComponentDimensionType
 void DRColumnTitleGroup.setTitleHeightType(ComponentDimensionType titleHeightType)
           
 void DRColumnTitleGroup.setTitleWidthType(ComponentDimensionType titleWidthType)
           
 

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

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

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

Methods in net.sf.dynamicreports.report.definition that return ComponentDimensionType
 ComponentDimensionType DRISubtotal.getLabelWidthType()
           
 

Uses of ComponentDimensionType in net.sf.dynamicreports.report.definition.column
 

Methods in net.sf.dynamicreports.report.definition.column that return ComponentDimensionType
 ComponentDimensionType DRIColumn.getTitleHeightType()
           
 

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

Methods in net.sf.dynamicreports.report.definition.component that return ComponentDimensionType
 ComponentDimensionType DRIDimensionComponent.getHeightType()
           
 ComponentDimensionType DRIPageXofY.getPageXWidthType()
           
 ComponentDimensionType DRIPageXofY.getPageYWidthType()
           
 ComponentDimensionType DRIDimensionComponent.getWidthType()
           
 

Uses of ComponentDimensionType in net.sf.dynamicreports.report.definition.grid
 

Methods in net.sf.dynamicreports.report.definition.grid that return ComponentDimensionType
 ComponentDimensionType DRIColumnTitleGroup.getTitleHeightType()
           
 ComponentDimensionType DRIColumnTitleGroup.getTitleWidthType()
           
 



Copyright © 2010-2014. All Rights Reserved.