Package net.sf.jasperreports.charts
Interface JRChartPlot.JRSeriesColor
-
- All Superinterfaces:
Cloneable
,JRCloneable
- All Known Implementing Classes:
JRBaseChartPlot.JRBaseSeriesColor
- Enclosing interface:
- JRChartPlot
public static interface JRChartPlot.JRSeriesColor extends JRCloneable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getColor()
Returns the color to use for this series.int
getSeriesOrder()
Returns the series order that this color applies to.-
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
-
-
-
Method Detail
-
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.
-
-