net.sf.jasperreports.engine
Interface JRChartPlot.JRSeriesColor

All Superinterfaces:
java.lang.Cloneable, JRCloneable
All Known Implementing Classes:
JRBaseChartPlot.JRBaseSeriesColor
Enclosing interface:
JRChartPlot

public static interface JRChartPlot.JRSeriesColor
extends JRCloneable


Method Summary
 java.awt.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 other JRSeriesColors defined for this plot. The relative ordering defines the order of the colors in the series.


getColor

java.awt.Color getColor()
Returns the color to use for this series.



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com