Uses of Interface
net.sf.jasperreports.charts.JRChartAxis
-
Packages that use JRChartAxis Package Description 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.chartthemes.spring -
-
Uses of JRChartAxis in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that return JRChartAxis Modifier and Type Method Description JRChartAxis
JRChartAxis. clone(JRMultiAxisPlot multiAxisPlot)
Methods in net.sf.jasperreports.charts that return types with arguments of type JRChartAxis Modifier and Type Method Description 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 Modifier and Type Class Description class
JRBaseChartAxis
Base read-only implementation ofJRChartAxis
.Fields in net.sf.jasperreports.charts.base with type parameters of type JRChartAxis Modifier and Type Field Description protected List<JRChartAxis>
JRBaseMultiAxisPlot. axes
All the axes contained in this plot.Methods in net.sf.jasperreports.charts.base that return JRChartAxis Modifier and Type Method Description JRChartAxis
JRBaseChartAxis. clone(JRMultiAxisPlot multiAxisPlot)
JRChartAxis
ChartsBaseObjectFactory. getChartAxis(JRChartAxis axis)
Methods in net.sf.jasperreports.charts.base that return types with arguments of type JRChartAxis Modifier and Type Method Description List<JRChartAxis>
JRBaseMultiAxisPlot. getAxes()
Methods in net.sf.jasperreports.charts.base with parameters of type JRChartAxis Modifier and Type Method Description JRChartAxis
ChartsBaseObjectFactory. getChartAxis(JRChartAxis axis)
Constructors in net.sf.jasperreports.charts.base with parameters of type JRChartAxis Constructor Description JRBaseChartAxis(JRChartAxis axis, ChartsBaseObjectFactory factory)
-
Uses of JRChartAxis in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRChartAxis Modifier and Type Class Description class
JRDesignChartAxis
JRChartAxis
implementation to be used for report design.Methods in net.sf.jasperreports.charts.design that return JRChartAxis Modifier and Type Method Description JRChartAxis
JRDesignMultiAxisPlot. removeAxis(JRChartAxis axis)
Methods in net.sf.jasperreports.charts.design with parameters of type JRChartAxis Modifier and Type Method Description 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 Modifier and Type Class Description class
JRFillChartAxis
Describes an axis that can be added to a multiple axis chart.Fields in net.sf.jasperreports.charts.fill declared as JRChartAxis Modifier and Type Field Description protected JRChartAxis
JRFillChartAxis. parent
Methods in net.sf.jasperreports.charts.fill that return JRChartAxis Modifier and Type Method Description JRChartAxis
JRFillChartAxis. clone(JRMultiAxisPlot multiAxisPlot)
JRChartAxis
ChartsFillObjectFactory. getChartAxis(JRChartAxis axis)
Methods in net.sf.jasperreports.charts.fill that return types with arguments of type JRChartAxis Modifier and Type Method Description List<JRChartAxis>
JRFillMultiAxisPlot. getAxes()
Methods in net.sf.jasperreports.charts.fill with parameters of type JRChartAxis Modifier and Type Method Description JRChartAxis
ChartsFillObjectFactory. getChartAxis(JRChartAxis axis)
protected org.jfree.chart.axis.AxisLocation
DefaultChartTheme. getChartAxisLocation(JRChartAxis chartAxis)
Specifies the axis location.Constructors in net.sf.jasperreports.charts.fill with parameters of type JRChartAxis Constructor Description JRFillChartAxis(JRChartAxis axis, ChartsFillObjectFactory factory)
-
Uses of JRChartAxis in net.sf.jasperreports.chartthemes.spring
Methods in net.sf.jasperreports.chartthemes.spring with parameters of type JRChartAxis Modifier and Type Method Description protected org.jfree.chart.axis.AxisLocation
GenericChartTheme. getChartAxisLocation(JRChartAxis chartAxis)
Specifies the axis location.
-