public interface JRChartPlot extends JRCloneable
Modifier and Type | Interface and Description |
---|---|
static interface |
JRChartPlot.JRSeriesColor |
Modifier and Type | Method and Description |
---|---|
void |
addSeriesColor(JRChartPlot.JRSeriesColor seriesColor)
Adds the specified series color to the plot.
|
void |
clearSeriesColors()
Removes all defined series colors.
|
java.lang.Object |
clone(JRChart parentChart) |
void |
collectExpressions(JRExpressionCollector collector) |
java.awt.Color |
getBackcolor()
Gets the chart background color.
|
java.lang.Float |
getBackgroundAlphaFloat()
Gets the transparency factor for this plot background.
|
JRChart |
getChart()
Gets the chart associated with this chart plot, if available.
|
java.lang.Float |
getForegroundAlphaFloat()
Gets the transparency factor for this plot foreground.
|
java.lang.Double |
getLabelRotationDouble()
Deprecated.
|
PlotOrientation |
getOrientation()
Deprecated.
Replaced by
getOrientationValue() . |
PlotOrientationEnum |
getOrientationValue()
Gets the plot orientation (horizontal or vertical).
|
java.awt.Color |
getOwnBackcolor() |
java.util.SortedSet<JRChartPlot.JRSeriesColor> |
getSeriesColors()
Returns a list of all the defined series colors.
|
void |
setBackcolor(java.awt.Color backcolor)
Sets the chart background color.
|
void |
setBackgroundAlpha(java.lang.Float backgroundAlpha)
Sets the transparency factor for this plot background.
|
void |
setForegroundAlpha(java.lang.Float foregroundAlpha)
Sets the transparency factor for this plot foreground.
|
void |
setLabelRotation(java.lang.Double labelRotation)
Deprecated.
|
void |
setOrientation(PlotOrientation orientation)
Deprecated.
Replaced by
#setOrientation(PlotOrientationEnum) . |
void |
setSeriesColors(java.util.Collection<JRChartPlot.JRSeriesColor> colors)
Set the list of series colors.
|
clone
JRChart getChart()
java.awt.Color getBackcolor()
java.awt.Color getOwnBackcolor()
void setBackcolor(java.awt.Color backcolor)
PlotOrientation getOrientation()
getOrientationValue()
.PlotOrientationEnum getOrientationValue()
void setOrientation(PlotOrientation orientation)
#setOrientation(PlotOrientationEnum)
.java.lang.Float getBackgroundAlphaFloat()
void setBackgroundAlpha(java.lang.Float backgroundAlpha)
java.lang.Float getForegroundAlphaFloat()
void setForegroundAlpha(java.lang.Float foregroundAlpha)
java.lang.Double getLabelRotationDouble()
JRCategoryAxisFormat.getCategoryAxisTickLabelRotation()
.void setLabelRotation(java.lang.Double labelRotation)
JRCategoryAxisFormat.setCategoryAxisTickLabelRotation(Double)
.java.util.SortedSet<JRChartPlot.JRSeriesColor> getSeriesColors()
void clearSeriesColors()
void addSeriesColor(JRChartPlot.JRSeriesColor seriesColor)
void setSeriesColors(java.util.Collection<JRChartPlot.JRSeriesColor> colors)
colors
- the list of series colors (JRChartPlot.JRSeriesColor
instances}void collectExpressions(JRExpressionCollector collector)
java.lang.Object clone(JRChart parentChart)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com