Package net.sf.jasperreports.charts
Interface JRChartPlot.JRSeriesColor
- All Superinterfaces:
Cloneable
,JRCloneable
- All Known Implementing Classes:
JRBaseChartPlot.JRBaseSeriesColor
- Enclosing interface:
JRChartPlot
-
Method Summary
Modifier and TypeMethodDescriptiongetColor()
Returns the color to use for this series.int
Returns the series order that this color applies to.Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
Method Details
-
getSeriesOrder
int getSeriesOrder()Returns the series order that this color applies to. The series order is relative to the series order of all otherJRChartPlot.JRSeriesColor
s defined for this plot. The relative ordering defines the order of the colors in the series. -
getColor
Color getColor()Returns the color to use for this series.
-