Uses of Interface
net.sf.jasperreports.charts.JRChartPlot.JRSeriesColor
-
Packages that use JRChartPlot.JRSeriesColor Package Description net.sf.jasperreports.charts Contains interfaces for chart plots and chart datasets.net.sf.jasperreports.charts.base Contains base implementations for chart related interfaces.net.sf.jasperreports.charts.fill 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.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.charts with parameters of type JRChartPlot.JRSeriesColor Modifier and Type Method Description void
JRChartPlot. 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.JRSeriesColor Modifier and Type Method Description void
JRChartPlot. 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.JRSeriesColor Modifier and Type Class Description static class
JRBaseChartPlot.JRBaseSeriesColor
Fields in net.sf.jasperreports.charts.base with type parameters of type JRChartPlot.JRSeriesColor Modifier and Type Field Description protected SortedSet<JRChartPlot.JRSeriesColor>
JRBaseChartPlot. seriesColors
Methods in net.sf.jasperreports.charts.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.charts.base with parameters of type JRChartPlot.JRSeriesColor Modifier and Type Method Description void
JRBaseChartPlot. 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.JRSeriesColor Modifier and Type Method Description void
JRBaseChartPlot. 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.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.charts.fill with parameters of type JRChartPlot.JRSeriesColor Modifier and Type Method Description void
JRFillChartPlot. 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.JRSeriesColor Modifier and Type Method Description void
JRFillChartPlot. setSeriesColors(Collection<JRChartPlot.JRSeriesColor> colors)
-