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

Packages that use AxisPosition
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 AxisPosition in net.sf.dynamicreports.design.base.chart.plot
 

Methods in net.sf.dynamicreports.design.base.chart.plot that return AxisPosition
 AxisPosition DRDesignChartAxis.getPosition()
           
 

Methods in net.sf.dynamicreports.design.base.chart.plot with parameters of type AxisPosition
 void DRDesignChartAxis.setPosition(AxisPosition position)
           
 

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

Methods in net.sf.dynamicreports.design.definition.chart.plot that return AxisPosition
 AxisPosition DRIDesignChartAxis.getPosition()
           
 

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

Methods in net.sf.dynamicreports.jasper.transformation with parameters of type AxisPosition
protected static net.sf.jasperreports.charts.type.AxisPositionEnum ConstantTransform.chartAxisPosition(AxisPosition axisPosition)
           
 

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

Methods in net.sf.dynamicreports.report.base.chart.plot that return AxisPosition
 AxisPosition DRChartAxis.getPosition()
           
 

Methods in net.sf.dynamicreports.report.base.chart.plot with parameters of type AxisPosition
 void DRMultiAxisPlot.addChart(DRIChart chart, AxisPosition position)
           
 void DRChartAxis.setPosition(AxisPosition position)
           
 

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

Methods in net.sf.dynamicreports.report.builder.chart with parameters of type AxisPosition
 MultiAxisChartBuilder MultiAxisChartBuilder.addChart(AbstractBaseChartBuilder<?,?,?> chart, AxisPosition position)
           
 

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

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

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

Methods in net.sf.dynamicreports.report.definition.chart.plot that return AxisPosition
 AxisPosition DRIChartAxis.getPosition()
           
 



Copyright © 2010-2014. All Rights Reserved.