Uses of Interface
net.sf.jasperreports.engine.JRChartPlot.JRSeriesColor

Packages that use JRChartPlot.JRSeriesColor
net.sf.jasperreports.engine Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
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 JRChartPlot.JRSeriesColor in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return types with arguments of type JRChartPlot.JRSeriesColor
 java.util.SortedSet<JRChartPlot.JRSeriesColor> JRChartPlot.getSeriesColors()
          Returns a list of all the defined series colors.
 

Methods in net.sf.jasperreports.engine with parameters of type JRChartPlot.JRSeriesColor
 void JRChartPlot.addSeriesColor(JRChartPlot.JRSeriesColor seriesColor)
          Adds the specified series color to the plot.
 

Method parameters in net.sf.jasperreports.engine with type arguments of type JRChartPlot.JRSeriesColor
 void JRChartPlot.setSeriesColors(java.util.Collection<JRChartPlot.JRSeriesColor> colors)
          Set the list of series colors.
 

Uses of JRChartPlot.JRSeriesColor in net.sf.jasperreports.engine.base
 

Classes in net.sf.jasperreports.engine.base that implement JRChartPlot.JRSeriesColor
static class JRBaseChartPlot.JRBaseSeriesColor
           
 

Fields in net.sf.jasperreports.engine.base with type parameters of type JRChartPlot.JRSeriesColor
protected  java.util.SortedSet<JRChartPlot.JRSeriesColor> JRBaseChartPlot.seriesColors
           
 

Methods in net.sf.jasperreports.engine.base that return types with arguments of type JRChartPlot.JRSeriesColor
 java.util.SortedSet<JRChartPlot.JRSeriesColor> JRBaseChartPlot.getSeriesColors()
          Returns a list of all the defined series colors.
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRChartPlot.JRSeriesColor
 void JRBaseChartPlot.addSeriesColor(JRChartPlot.JRSeriesColor seriesColor)
          Adds the specified series color to the plot.
 

Method parameters in net.sf.jasperreports.engine.base with type arguments of type JRChartPlot.JRSeriesColor
 void JRBaseChartPlot.setSeriesColors(java.util.Collection<JRChartPlot.JRSeriesColor> colors)
           
 

Uses of JRChartPlot.JRSeriesColor in net.sf.jasperreports.engine.fill
 

Methods in net.sf.jasperreports.engine.fill that return types with arguments of type JRChartPlot.JRSeriesColor
 java.util.SortedSet<JRChartPlot.JRSeriesColor> JRFillChartPlot.getSeriesColors()
          Returns a list of all the defined series colors.
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRChartPlot.JRSeriesColor
 void JRFillChartPlot.addSeriesColor(JRChartPlot.JRSeriesColor seriesColor)
          Adds the specified series color to the plot.
 

Method parameters in net.sf.jasperreports.engine.fill with type arguments of type JRChartPlot.JRSeriesColor
 void JRFillChartPlot.setSeriesColors(java.util.Collection<JRChartPlot.JRSeriesColor> colors)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com