Uses of Interface
net.sf.jasperreports.charts.JRChartPlot.JRSeriesColor
Packages that use JRChartPlot.JRSeriesColor
Package
Description
Contains interfaces for chart plots and chart datasets.
Contains base implementations for chart related interfaces.
Contains fill time implementations for chart related interfaces.
-
Uses of JRChartPlot.JRSeriesColor in net.sf.jasperreports.charts
Methods in net.sf.jasperreports.charts that return types with arguments of type JRChartPlot.JRSeriesColorModifier and TypeMethodDescriptionJRChartPlot.getSeriesColors()Returns a list of all the defined series colors.Methods in net.sf.jasperreports.charts with parameters of type JRChartPlot.JRSeriesColorModifier and TypeMethodDescriptionvoidJRChartPlot.addSeriesColor(JRChartPlot.JRSeriesColor seriesColor) Adds the specified series color to the plot.Method parameters in net.sf.jasperreports.charts with type arguments of type JRChartPlot.JRSeriesColorModifier and TypeMethodDescriptionvoidJRChartPlot.setSeriesColors(Collection<JRChartPlot.JRSeriesColor> colors) Set the list of series colors. -
Uses of JRChartPlot.JRSeriesColor in net.sf.jasperreports.charts.base
Classes in net.sf.jasperreports.charts.base that implement JRChartPlot.JRSeriesColorFields in net.sf.jasperreports.charts.base with type parameters of type JRChartPlot.JRSeriesColorModifier and TypeFieldDescriptionprotected SortedSet<JRChartPlot.JRSeriesColor> JRBaseChartPlot.seriesColorsMethods in net.sf.jasperreports.charts.base that return types with arguments of type JRChartPlot.JRSeriesColorModifier and TypeMethodDescriptionJRBaseChartPlot.getSeriesColors()Returns a list of all the defined series colors.Methods in net.sf.jasperreports.charts.base with parameters of type JRChartPlot.JRSeriesColorModifier and TypeMethodDescriptionvoidJRBaseChartPlot.addSeriesColor(JRChartPlot.JRSeriesColor seriesColor) Adds the specified series color to the plot.Method parameters in net.sf.jasperreports.charts.base with type arguments of type JRChartPlot.JRSeriesColorModifier and TypeMethodDescriptionvoidJRBaseChartPlot.setSeriesColors(Collection<JRChartPlot.JRSeriesColor> colors) -
Uses of JRChartPlot.JRSeriesColor in net.sf.jasperreports.charts.fill
Methods in net.sf.jasperreports.charts.fill that return types with arguments of type JRChartPlot.JRSeriesColorModifier and TypeMethodDescriptionJRFillChartPlot.getSeriesColors()Returns a list of all the defined series colors.Methods in net.sf.jasperreports.charts.fill with parameters of type JRChartPlot.JRSeriesColorModifier and TypeMethodDescriptionvoidJRFillChartPlot.addSeriesColor(JRChartPlot.JRSeriesColor seriesColor) Adds the specified series color to the plot.Method parameters in net.sf.jasperreports.charts.fill with type arguments of type JRChartPlot.JRSeriesColorModifier and TypeMethodDescriptionvoidJRFillChartPlot.setSeriesColors(Collection<JRChartPlot.JRSeriesColor> colors)