Uses of Interface
net.sf.jasperreports.charts.JRMultiAxisPlot
-
Packages that use JRMultiAxisPlot 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. -
-
Uses of JRMultiAxisPlot in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that return JRMultiAxisPlot Modifier and Type Method Description JRMultiAxisPlot
JRChartAxis. getMultiAxisPlot()
Methods in net.sf.jasperreports.charts with parameters of type JRMultiAxisPlot Modifier and Type Method Description JRChartAxis
JRChartAxis. clone(JRMultiAxisPlot multiAxisPlot)
-
Uses of JRMultiAxisPlot in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRMultiAxisPlot Modifier and Type Class Description class
JRBaseMultiAxisPlot
An immutable representation of the layout options of a multiple axis chart.Fields in net.sf.jasperreports.charts.base declared as JRMultiAxisPlot Modifier and Type Field Description protected JRMultiAxisPlot
JRBaseChartAxis. multiAxisPlot
Methods in net.sf.jasperreports.charts.base that return JRMultiAxisPlot Modifier and Type Method Description JRMultiAxisPlot
ChartsBaseObjectFactory. getMultiAxisPlot(JRMultiAxisPlot multiAxisPlot)
JRMultiAxisPlot
JRBaseChartAxis. getMultiAxisPlot()
Methods in net.sf.jasperreports.charts.base with parameters of type JRMultiAxisPlot Modifier and Type Method Description JRChartAxis
JRBaseChartAxis. clone(JRMultiAxisPlot multiAxisPlot)
JRMultiAxisPlot
ChartsBaseObjectFactory. getMultiAxisPlot(JRMultiAxisPlot multiAxisPlot)
Constructors in net.sf.jasperreports.charts.base with parameters of type JRMultiAxisPlot Constructor Description JRBaseMultiAxisPlot(JRMultiAxisPlot multiAxisPlot, ChartsBaseObjectFactory factory)
Creates a copy of an existing multiple axis chart plot and registers any expression contained in the plot with the specified factory. -
Uses of JRMultiAxisPlot in net.sf.jasperreports.charts.design
Classes in net.sf.jasperreports.charts.design that implement JRMultiAxisPlot Modifier and Type Class Description class
JRDesignMultiAxisPlot
Contains information on how a multiple axis chart should be displayed.Constructors in net.sf.jasperreports.charts.design with parameters of type JRMultiAxisPlot Constructor Description JRDesignChartAxis(JRMultiAxisPlot multiAxisPlot)
Construct a new axis that will be added to the specified multiaxis chart plot. -
Uses of JRMultiAxisPlot in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRMultiAxisPlot Modifier and Type Class Description class
JRFillMultiAxisPlot
Methods in net.sf.jasperreports.charts.fill that return JRMultiAxisPlot Modifier and Type Method Description JRMultiAxisPlot
ChartsFillObjectFactory. getMultiAxisPlot(JRMultiAxisPlot multiAxisPlot)
JRMultiAxisPlot
JRFillChartAxis. getMultiAxisPlot()
Methods in net.sf.jasperreports.charts.fill with parameters of type JRMultiAxisPlot Modifier and Type Method Description JRChartAxis
JRFillChartAxis. clone(JRMultiAxisPlot multiAxisPlot)
JRMultiAxisPlot
ChartsFillObjectFactory. getMultiAxisPlot(JRMultiAxisPlot multiAxisPlot)
Constructors in net.sf.jasperreports.charts.fill with parameters of type JRMultiAxisPlot Constructor Description JRFillMultiAxisPlot(JRMultiAxisPlot multiAxisPlot, ChartsFillObjectFactory factory)
-