Uses of Interface
net.sf.jasperreports.charts.JRMultiAxisPlot

Packages that use JRMultiAxisPlot
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
 class JRBaseMultiAxisPlot
          An immutable representation of the layout options of a multiple axis chart.
 

Constructors in net.sf.jasperreports.charts.base with parameters of type JRMultiAxisPlot
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
 class JRDesignMultiAxisPlot
          Contains 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
 class JRFillMultiAxisPlot
           
 

Constructors in net.sf.jasperreports.charts.fill with parameters of type JRMultiAxisPlot
JRFillMultiAxisPlot(JRMultiAxisPlot multiAxisPlot, JRFillObjectFactory factory)
           
 

Uses of JRMultiAxisPlot in net.sf.jasperreports.engine.base
 

Methods in net.sf.jasperreports.engine.base that return JRMultiAxisPlot
 JRMultiAxisPlot JRBaseObjectFactory.getMultiAxisPlot(JRMultiAxisPlot multiAxisPlot)
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRMultiAxisPlot
 JRMultiAxisPlot JRBaseObjectFactory.getMultiAxisPlot(JRMultiAxisPlot multiAxisPlot)
           
 

Uses of JRMultiAxisPlot in net.sf.jasperreports.engine.fill
 

Methods in net.sf.jasperreports.engine.fill that return JRMultiAxisPlot
 JRMultiAxisPlot JRFillObjectFactory.getMultiAxisPlot(JRMultiAxisPlot multiAxisPlot)
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRMultiAxisPlot
 JRMultiAxisPlot JRFillObjectFactory.getMultiAxisPlot(JRMultiAxisPlot multiAxisPlot)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com