Uses of Interface
net.sf.jasperreports.engine.JRChartPlot.JRSeriesColor
-
Packages that use JRChartPlot.JRSeriesColor Package Description net.sf.jasperreports.engine Provides access to the library's main functionality through facade 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 Modifier and Type Method Description 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 Modifier and Type Method Description voidJRChartPlot. 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 Modifier and Type Method Description voidJRChartPlot. setSeriesColors(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 Modifier and Type Class Description static classJRBaseChartPlot.JRBaseSeriesColorFields in net.sf.jasperreports.engine.base with type parameters of type JRChartPlot.JRSeriesColor Modifier and Type Field Description protected SortedSet<JRChartPlot.JRSeriesColor>JRBaseChartPlot. seriesColorsMethods in net.sf.jasperreports.engine.base that return types with arguments of type JRChartPlot.JRSeriesColor Modifier and Type Method Description 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 Modifier and Type Method Description voidJRBaseChartPlot. 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 Modifier and Type Method Description voidJRBaseChartPlot. setSeriesColors(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 Modifier and Type Method Description 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 Modifier and Type Method Description voidJRFillChartPlot. 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 Modifier and Type Method Description voidJRFillChartPlot. setSeriesColors(Collection<JRChartPlot.JRSeriesColor> colors)
-