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

Packages that use ComponentDimensionType
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.column   
net.sf.dynamicreports.report.definition.component   
net.sf.dynamicreports.report.definition.grid   
 

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

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

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

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 DRDimensionComponent.getWidthType()
           
 

Methods in net.sf.dynamicreports.report.base.component with parameters of type ComponentDimensionType
 void DRDimensionComponent.setHeightType(ComponentDimensionType heightType)
           
 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.column
 

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

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 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-2012. All Rights Reserved.