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

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

Uses of Position in net.sf.dynamicreports.design.base.chart
 

Methods in net.sf.dynamicreports.design.base.chart that return Position
 Position DRDesignChartTitle.getPosition()
           
 Position DRDesignChartLegend.getPosition()
           
 

Methods in net.sf.dynamicreports.design.base.chart with parameters of type Position
 void DRDesignChartTitle.setPosition(Position position)
           
 void DRDesignChartLegend.setPosition(Position position)
           
 

Uses of Position in net.sf.dynamicreports.design.definition.chart
 

Methods in net.sf.dynamicreports.design.definition.chart that return Position
 Position DRIDesignChartTitle.getPosition()
           
 Position DRIDesignChartLegend.getPosition()
           
 

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

Methods in net.sf.dynamicreports.jasper.transformation with parameters of type Position
protected static net.sf.jasperreports.charts.type.EdgeEnum ConstantTransform.chartPosition(Position position)
           
 

Uses of Position in net.sf.dynamicreports.report.base.chart
 

Methods in net.sf.dynamicreports.report.base.chart that return Position
 Position DRChartTitle.getPosition()
           
 Position DRChartLegend.getPosition()
           
 

Methods in net.sf.dynamicreports.report.base.chart with parameters of type Position
 void DRChartTitle.setPosition(Position position)
           
 void DRChartLegend.setPosition(Position position)
           
 

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

Methods in net.sf.dynamicreports.report.builder.chart with parameters of type Position
 T AbstractChartBuilder.setLegendPosition(Position legendPosition)
           
 T AbstractChartBuilder.setTitlePosition(Position titlePosition)
           
 

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

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

Uses of Position in net.sf.dynamicreports.report.definition.chart
 

Methods in net.sf.dynamicreports.report.definition.chart that return Position
 Position DRIChartTitle.getPosition()
           
 Position DRIChartLegend.getPosition()
           
 



Copyright © 2010-2012. All Rights Reserved.