Uses of Interface
net.sf.jasperreports.charts.JRChartAxis

Packages that use JRChartAxis
net.sf.jasperreports.charts Contains interfaces for chart plots and chart datasets. 
net.sf.jasperreports.charts.base Contains base implementations for chart related interfaces. 
net.sf.jasperreports.charts.design Contains design time implementations for chart related interfaces. 
net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces. 
net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. 
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
 

Uses of JRChartAxis in net.sf.jasperreports.charts
 

Methods in net.sf.jasperreports.charts that return types with arguments of type JRChartAxis
 java.util.List<JRChartAxis> JRMultiAxisPlot.getAxes()
          Returns a List of all the children axis.
 

Uses of JRChartAxis in net.sf.jasperreports.charts.base
 

Classes in net.sf.jasperreports.charts.base that implement JRChartAxis
 class JRBaseChartAxis
          Base read-only implementation of JRChartAxis.
 

Fields in net.sf.jasperreports.charts.base with type parameters of type JRChartAxis
protected  java.util.List<JRChartAxis> JRBaseMultiAxisPlot.axes
          All the axes contained in this plot.
 

Methods in net.sf.jasperreports.charts.base that return types with arguments of type JRChartAxis
 java.util.List<JRChartAxis> JRBaseMultiAxisPlot.getAxes()
           
 

Constructors in net.sf.jasperreports.charts.base with parameters of type JRChartAxis
JRBaseChartAxis(JRChartAxis axis, JRBaseObjectFactory factory)
           
 

Uses of JRChartAxis in net.sf.jasperreports.charts.design
 

Classes in net.sf.jasperreports.charts.design that implement JRChartAxis
 class JRDesignChartAxis
          JRChartAxis implementation to be used for report design.
 

Methods in net.sf.jasperreports.charts.design that return JRChartAxis
 JRChartAxis JRDesignMultiAxisPlot.removeAxis(JRChartAxis axis)
           
 

Methods in net.sf.jasperreports.charts.design with parameters of type JRChartAxis
 void JRDesignMultiAxisPlot.addAxis(int index, JRChartAxis axis)
          Adds an axis to the plot.
 void JRDesignMultiAxisPlot.addAxis(JRChartAxis axis)
          Adds an axis to the plot.
 JRChartAxis JRDesignMultiAxisPlot.removeAxis(JRChartAxis axis)
           
 

Uses of JRChartAxis in net.sf.jasperreports.charts.fill
 

Classes in net.sf.jasperreports.charts.fill that implement JRChartAxis
 class JRFillChartAxis
          Describes an axis that can be added to a multiple axis chart.
 

Fields in net.sf.jasperreports.charts.fill declared as JRChartAxis
protected  JRChartAxis JRFillChartAxis.parent
           
 

Methods in net.sf.jasperreports.charts.fill that return types with arguments of type JRChartAxis
 java.util.List<JRChartAxis> JRFillMultiAxisPlot.getAxes()
           
 

Constructors in net.sf.jasperreports.charts.fill with parameters of type JRChartAxis
JRFillChartAxis(JRChartAxis axis, JRFillObjectFactory factory)
           
 

Uses of JRChartAxis in net.sf.jasperreports.engine.base
 

Methods in net.sf.jasperreports.engine.base that return JRChartAxis
 JRChartAxis JRBaseObjectFactory.getChartAxis(JRChartAxis axis)
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRChartAxis
 JRChartAxis JRBaseObjectFactory.getChartAxis(JRChartAxis axis)
           
 

Uses of JRChartAxis in net.sf.jasperreports.engine.fill
 

Methods in net.sf.jasperreports.engine.fill that return JRChartAxis
 JRChartAxis JRFillObjectFactory.getChartAxis(JRChartAxis axis)
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRChartAxis
 JRChartAxis JRFillObjectFactory.getChartAxis(JRChartAxis axis)
           
protected  org.jfree.chart.axis.AxisLocation DefaultChartTheme.getChartAxisLocation(JRChartAxis chartAxis)
          Specifies the axis location.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com