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

    Modifier and Type
    Method
    Description
    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 other JRChartPlot.JRSeriesColors 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.