|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRChartAxis | |
---|---|
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.base |
---|
Classes in net.sf.jasperreports.charts.base that implement JRChartAxis | |
---|---|
class |
JRBaseChartAxis
Base read-only implementation of JRChartAxis . |
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
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |