public class JRFillChartPlot extends Object implements JRChartPlot
JRChartPlot.JRSeriesColor
Modifier and Type | Field and Description |
---|---|
protected JRChart |
chart |
protected JRChartPlot |
parent |
Modifier | Constructor and Description |
---|---|
protected |
JRFillChartPlot(JRChartPlot plot,
JRFillObjectFactory factory) |
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() |
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.
Replaed 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.
|
protected StyleResolver |
getStyleResolver() |
void |
setBackcolor(Color backcolor)
Sets the chart background color.
|
void |
setBackgroundAlpha(Float BackgroundAlpha)
Sets the transparency factor for this plot background.
|
protected void |
setBand(JRFillBand band) |
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.
|
protected JRChartPlot parent
protected JRChart chart
protected JRFillChartPlot(JRChartPlot plot, JRFillObjectFactory factory)
protected void setBand(JRFillBand band)
public JRChart getChart()
JRChartPlot
getChart
in interface JRChartPlot
protected StyleResolver getStyleResolver()
public Color getBackcolor()
JRChartPlot
getBackcolor
in interface JRChartPlot
public Color getOwnBackcolor()
getOwnBackcolor
in interface JRChartPlot
public void setBackcolor(Color backcolor)
JRChartPlot
setBackcolor
in interface JRChartPlot
public org.jfree.chart.plot.PlotOrientation getOrientation()
getOrientationValue()
.getOrientation
in interface JRChartPlot
public PlotOrientationEnum getOrientationValue()
JRChartPlot
getOrientationValue
in interface JRChartPlot
public void setOrientation(org.jfree.chart.plot.PlotOrientation orientation)
setOrientation(PlotOrientationEnum)
.setOrientation
in interface JRChartPlot
public void setOrientation(PlotOrientationEnum orientation)
JRChartPlot
setOrientation
in interface JRChartPlot
public Float getBackgroundAlphaFloat()
JRChartPlot
getBackgroundAlphaFloat
in interface JRChartPlot
public void setBackgroundAlpha(Float BackgroundAlpha)
JRChartPlot
setBackgroundAlpha
in interface JRChartPlot
public Float getForegroundAlphaFloat()
JRChartPlot
getForegroundAlphaFloat
in interface JRChartPlot
public void setForegroundAlpha(Float foregroundAlpha)
JRChartPlot
setForegroundAlpha
in interface JRChartPlot
public Double getLabelRotationDouble()
JRCategoryAxisFormat.getCategoryAxisTickLabelRotation()
.JRChartPlot
getLabelRotationDouble
in interface JRChartPlot
public void setLabelRotation(Double labelRotation)
JRCategoryAxisFormat.setCategoryAxisTickLabelRotation(Double)
.JRChartPlot
setLabelRotation
in interface JRChartPlot
public SortedSet<JRChartPlot.JRSeriesColor> getSeriesColors()
getSeriesColors
in interface JRChartPlot
public void clearSeriesColors()
clearSeriesColors
in interface JRChartPlot
public void addSeriesColor(JRChartPlot.JRSeriesColor seriesColor)
addSeriesColor
in interface JRChartPlot
public void setSeriesColors(Collection<JRChartPlot.JRSeriesColor> colors)
JRChartPlot
setSeriesColors
in interface JRChartPlot
colors
- the list of series colors (JRChartPlot.JRSeriesColor
instances}public void collectExpressions(JRExpressionCollector collector)
collectExpressions
in interface JRChartPlot
public Object clone()
clone
in interface JRCloneable
clone
in class Object
public Object clone(JRChart parentChart)
clone
in interface JRChartPlot
Copyright © 2017. All rights reserved.