Uses of Interface
net.sf.jasperreports.charts.JRMultiAxisPlot
-
Packages that use JRMultiAxisPlot Package Description 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 JRMultiAxisPlot in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRMultiAxisPlot Modifier and Type Class Description classJRBaseMultiAxisPlotAn immutable representation of the layout options of a multiple axis chart.Constructors in net.sf.jasperreports.charts.base with parameters of type JRMultiAxisPlot Constructor Description JRBaseMultiAxisPlot(JRMultiAxisPlot multiAxisPlot, JRBaseObjectFactory 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 classJRDesignMultiAxisPlotContains information on how a multiple axis chart should be displayed. -
Uses of JRMultiAxisPlot in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRMultiAxisPlot Modifier and Type Class Description classJRFillMultiAxisPlotConstructors in net.sf.jasperreports.charts.fill with parameters of type JRMultiAxisPlot Constructor Description JRFillMultiAxisPlot(JRMultiAxisPlot multiAxisPlot, JRFillObjectFactory factory) -
Uses of JRMultiAxisPlot in net.sf.jasperreports.engine.base
Methods in net.sf.jasperreports.engine.base that return JRMultiAxisPlot Modifier and Type Method Description JRMultiAxisPlotJRBaseObjectFactory. getMultiAxisPlot(JRMultiAxisPlot multiAxisPlot)Methods in net.sf.jasperreports.engine.base with parameters of type JRMultiAxisPlot Modifier and Type Method Description JRMultiAxisPlotJRBaseObjectFactory. getMultiAxisPlot(JRMultiAxisPlot multiAxisPlot) -
Uses of JRMultiAxisPlot in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return JRMultiAxisPlot Modifier and Type Method Description JRMultiAxisPlotJRFillObjectFactory. getMultiAxisPlot(JRMultiAxisPlot multiAxisPlot)Methods in net.sf.jasperreports.engine.fill with parameters of type JRMultiAxisPlot Modifier and Type Method Description JRMultiAxisPlotJRFillObjectFactory. getMultiAxisPlot(JRMultiAxisPlot multiAxisPlot)
-