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

Packages that use ScaleType
net.sf.dynamicreports.design.base.chart.plot   
net.sf.dynamicreports.design.definition.chart.plot   
net.sf.dynamicreports.jasper.transformation   
net.sf.dynamicreports.report.base.chart.plot   
net.sf.dynamicreports.report.builder.chart   
net.sf.dynamicreports.report.constant   
net.sf.dynamicreports.report.definition.chart.plot   
 

Uses of ScaleType in net.sf.dynamicreports.design.base.chart.plot
 

Methods in net.sf.dynamicreports.design.base.chart.plot that return ScaleType
 ScaleType DRDesignBubblePlot.getScaleType()
           
 

Methods in net.sf.dynamicreports.design.base.chart.plot with parameters of type ScaleType
 void DRDesignBubblePlot.setScaleType(ScaleType scaleType)
           
 

Uses of ScaleType in net.sf.dynamicreports.design.definition.chart.plot
 

Methods in net.sf.dynamicreports.design.definition.chart.plot that return ScaleType
 ScaleType DRIDesignBubblePlot.getScaleType()
           
 

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

Methods in net.sf.dynamicreports.jasper.transformation with parameters of type ScaleType
static net.sf.jasperreports.charts.type.ScaleTypeEnum ConstantTransform.scaleType(ScaleType scaleType)
           
 

Uses of ScaleType in net.sf.dynamicreports.report.base.chart.plot
 

Methods in net.sf.dynamicreports.report.base.chart.plot that return ScaleType
 ScaleType DRBubblePlot.getScaleType()
           
 

Methods in net.sf.dynamicreports.report.base.chart.plot with parameters of type ScaleType
 void DRBubblePlot.setScaleType(ScaleType scaleType)
           
 

Uses of ScaleType in net.sf.dynamicreports.report.builder.chart
 

Methods in net.sf.dynamicreports.report.builder.chart with parameters of type ScaleType
 BubbleChartBuilder BubbleChartBuilder.setScaleType(ScaleType scaleType)
           
 

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

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

Uses of ScaleType in net.sf.dynamicreports.report.definition.chart.plot
 

Methods in net.sf.dynamicreports.report.definition.chart.plot that return ScaleType
 ScaleType DRIBubblePlot.getScaleType()
           
 



Copyright © 2010-2014. All Rights Reserved.