Uses of Interface
net.sf.jasperreports.charts.JRChartAxis
Packages that use JRChartAxis
Package
Description
Contains interfaces for chart plots and chart datasets.
Contains base implementations for chart related interfaces.
Contains design time implementations for chart related interfaces.
Contains fill time implementations for chart related interfaces.
-
Uses of JRChartAxis in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that return JRChartAxisMethods in net.sf.jasperreports.charts that return types with arguments of type JRChartAxisModifier and TypeMethodDescriptionJRMultiAxisPlot.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 JRChartAxisFields in net.sf.jasperreports.charts.base with type parameters of type JRChartAxisModifier and TypeFieldDescriptionprotected List<JRChartAxis> JRBaseMultiAxisPlot.axesAll the axes contained in this plot.Methods in net.sf.jasperreports.charts.base that return JRChartAxisModifier and TypeMethodDescriptionJRBaseChartAxis.clone(JRMultiAxisPlot multiAxisPlot) ChartsBaseObjectFactory.getChartAxis(JRChartAxis axis) Methods in net.sf.jasperreports.charts.base that return types with arguments of type JRChartAxisMethods in net.sf.jasperreports.charts.base with parameters of type JRChartAxisConstructors in net.sf.jasperreports.charts.base with parameters of type JRChartAxis -
Uses of JRChartAxis in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRChartAxisMethods in net.sf.jasperreports.charts.design that return JRChartAxisMethods in net.sf.jasperreports.charts.design with parameters of type JRChartAxisModifier and TypeMethodDescriptionvoidJRDesignMultiAxisPlot.addAxis(int index, JRChartAxis axis) Adds an axis to the plot.voidJRDesignMultiAxisPlot.addAxis(JRChartAxis axis) Adds an axis to the plot.JRDesignMultiAxisPlot.removeAxis(JRChartAxis axis) -
Uses of JRChartAxis in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRChartAxisModifier and TypeClassDescriptionclassDescribes an axis that can be added to a multiple axis chart.Fields in net.sf.jasperreports.charts.fill declared as JRChartAxisMethods in net.sf.jasperreports.charts.fill that return JRChartAxisModifier and TypeMethodDescriptionJRFillChartAxis.clone(JRMultiAxisPlot multiAxisPlot) ChartsFillObjectFactory.getChartAxis(JRChartAxis axis) Methods in net.sf.jasperreports.charts.fill that return types with arguments of type JRChartAxisMethods in net.sf.jasperreports.charts.fill with parameters of type JRChartAxisModifier and TypeMethodDescriptionChartsFillObjectFactory.getChartAxis(JRChartAxis axis) protected org.jfree.chart.axis.AxisLocationDefaultChartTheme.getChartAxisLocation(JRChartAxis chartAxis) Specifies the axis location.Constructors in net.sf.jasperreports.charts.fill with parameters of type JRChartAxis -
Uses of JRChartAxis in net.sf.jasperreports.chartthemes.spring
Methods in net.sf.jasperreports.chartthemes.spring with parameters of type JRChartAxisModifier and TypeMethodDescriptionprotected org.jfree.chart.axis.AxisLocationGenericChartTheme.getChartAxisLocation(JRChartAxis chartAxis) Specifies the axis location.