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.
|
Object |
clone(JRChart parentChart) |
void |
collectExpressions(JRExpressionCollector collector) |
Color |
getBackcolor()
Gets the chart background color.
|
Float |
getBackgroundAlphaFloat()
Gets the transparency factor for this plot background.
|
JRChart |
getChart()
Gets the chart associated with this chart plot, if available.
|
Float |
getForegroundAlphaFloat()
Gets the transparency factor for this plot foreground.
|
Double |
getLabelRotationDouble()
Deprecated.
|
org.jfree.chart.plot.PlotOrientation |
getOrientation()
Deprecated.
Replaced by
getOrientationValue() . |
PlotOrientationEnum |
getOrientationValue()
Gets the plot orientation (horizontal or vertical).
|
Color |
getOwnBackcolor() |
SortedSet<JRChartPlot.JRSeriesColor> |
getSeriesColors()
Returns a list of all the defined series colors.
|
void |
setBackcolor(Color backcolor)
Sets the chart background color.
|
void |
setBackgroundAlpha(Float backgroundAlpha)
Sets the transparency factor for this plot background.
|
void |
setForegroundAlpha(Float foregroundAlpha)
Sets the transparency factor for this plot foreground.
|
void |
setLabelRotation(Double labelRotation)
Deprecated.
|
void |
setOrientation(org.jfree.chart.plot.PlotOrientation orientation)
Deprecated.
Replaced by
setOrientation(PlotOrientationEnum) . |
void |
setOrientation(PlotOrientationEnum orientation)
Sets the plot orientation (horizontal or vertical).
|
void |
setSeriesColors(Collection<JRChartPlot.JRSeriesColor> colors)
Set the list of series colors.
|
clone
JRChart getChart()
Color getBackcolor()
Color getOwnBackcolor()
void setBackcolor(Color backcolor)
org.jfree.chart.plot.PlotOrientation getOrientation()
getOrientationValue()
.PlotOrientationEnum getOrientationValue()
void setOrientation(org.jfree.chart.plot.PlotOrientation orientation)
setOrientation(PlotOrientationEnum)
.void setOrientation(PlotOrientationEnum orientation)
Float getBackgroundAlphaFloat()
void setBackgroundAlpha(Float backgroundAlpha)
Float getForegroundAlphaFloat()
void setForegroundAlpha(Float foregroundAlpha)
Double getLabelRotationDouble()
JRCategoryAxisFormat.getCategoryAxisTickLabelRotation()
.void setLabelRotation(Double labelRotation)
JRCategoryAxisFormat.setCategoryAxisTickLabelRotation(Double)
.SortedSet<JRChartPlot.JRSeriesColor> getSeriesColors()
void clearSeriesColors()
void addSeriesColor(JRChartPlot.JRSeriesColor seriesColor)
void setSeriesColors(Collection<JRChartPlot.JRSeriesColor> colors)
colors
- the list of series colors (JRChartPlot.JRSeriesColor
instances}void collectExpressions(JRExpressionCollector collector)
Copyright © 2017. All rights reserved.