public class JRFillBarPlot extends JRFillChartPlot implements JRBarPlot
JRChartPlot.JRSeriesColor| Modifier and Type | Field and Description |
|---|---|
protected java.awt.Color |
categoryAxisLabelColor |
protected JRFont |
categoryAxisLabelFont |
protected java.awt.Color |
categoryAxisLineColor |
protected java.awt.Color |
categoryAxisTickLabelColor |
protected JRFont |
categoryAxisTickLabelFont |
protected java.awt.Color |
valueAxisLabelColor |
protected JRFont |
valueAxisLabelFont |
protected java.awt.Color |
valueAxisLineColor |
protected java.awt.Color |
valueAxisTickLabelColor |
protected JRFont |
valueAxisTickLabelFont |
chart, parentPROPERTY_CATEGORY_AXIS_TICK_LABEL_ROTATION| Constructor and Description |
|---|
JRFillBarPlot(JRBarPlot barPlot,
JRFillObjectFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getCategoryAxisLabelColor() |
JRExpression |
getCategoryAxisLabelExpression() |
JRFont |
getCategoryAxisLabelFont() |
java.awt.Color |
getCategoryAxisLineColor() |
java.awt.Color |
getCategoryAxisTickLabelColor() |
JRFont |
getCategoryAxisTickLabelFont() |
java.lang.String |
getCategoryAxisTickLabelMask() |
java.lang.Double |
getCategoryAxisTickLabelRotation()
Gets the angle in degrees to rotate the data axis labels.
|
java.lang.Boolean |
getCategoryAxisVerticalTickLabels() |
JRExpression |
getDomainAxisMaxValueExpression() |
JRExpression |
getDomainAxisMinValueExpression() |
JRItemLabel |
getItemLabel() |
java.awt.Color |
getOwnCategoryAxisLabelColor() |
java.awt.Color |
getOwnCategoryAxisLineColor() |
java.awt.Color |
getOwnCategoryAxisTickLabelColor() |
java.awt.Color |
getOwnValueAxisLabelColor() |
java.awt.Color |
getOwnValueAxisLineColor() |
java.awt.Color |
getOwnValueAxisTickLabelColor() |
JRExpression |
getRangeAxisMaxValueExpression() |
JRExpression |
getRangeAxisMinValueExpression() |
java.lang.Boolean |
getShowLabels() |
java.lang.Boolean |
getShowTickLabels() |
java.lang.Boolean |
getShowTickMarks() |
java.awt.Color |
getValueAxisLabelColor() |
JRExpression |
getValueAxisLabelExpression() |
JRFont |
getValueAxisLabelFont() |
java.awt.Color |
getValueAxisLineColor() |
java.awt.Color |
getValueAxisTickLabelColor() |
JRFont |
getValueAxisTickLabelFont() |
java.lang.String |
getValueAxisTickLabelMask() |
java.lang.Boolean |
getValueAxisVerticalTickLabels() |
void |
setCategoryAxisLabelColor(java.awt.Color color) |
void |
setCategoryAxisLineColor(java.awt.Color color) |
void |
setCategoryAxisTickLabelColor(java.awt.Color color) |
void |
setCategoryAxisTickLabelRotation(java.lang.Double labelRotation)
Sets the angle in degrees to rotate the data axis labels.
|
void |
setItemLabel(JRItemLabel itemLabel) |
void |
setShowLabels(java.lang.Boolean isShowLabels)
Sets a flag that specifies whether the labels are to be shown or not
|
void |
setShowTickLabels(java.lang.Boolean isShowTickLabels)
Sets a flag that specifies whether the tick labels are to be shown or not
|
void |
setShowTickMarks(java.lang.Boolean isShowTickMarks)
Sets a flag that specifies whether the tick marks are to be shown or not
|
void |
setValueAxisLabelColor(java.awt.Color color) |
void |
setValueAxisLineColor(java.awt.Color color) |
void |
setValueAxisTickLabelColor(java.awt.Color color) |
addSeriesColor, clearSeriesColors, clone, clone, collectExpressions, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setBand, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColorsequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColorscloneprotected JRFont categoryAxisLabelFont
protected java.awt.Color categoryAxisLabelColor
protected JRFont categoryAxisTickLabelFont
protected java.awt.Color categoryAxisTickLabelColor
protected java.awt.Color categoryAxisLineColor
protected JRFont valueAxisLabelFont
protected java.awt.Color valueAxisLabelColor
protected JRFont valueAxisTickLabelFont
protected java.awt.Color valueAxisTickLabelColor
protected java.awt.Color valueAxisLineColor
public JRFillBarPlot(JRBarPlot barPlot, JRFillObjectFactory factory)
public JRExpression getCategoryAxisLabelExpression()
getCategoryAxisLabelExpression in interface JRCategoryPlotpublic JRFont getCategoryAxisLabelFont()
getCategoryAxisLabelFont in interface JRCategoryAxisFormatpublic java.awt.Color getCategoryAxisLabelColor()
getCategoryAxisLabelColor in interface JRCategoryAxisFormatpublic java.awt.Color getOwnCategoryAxisLabelColor()
getOwnCategoryAxisLabelColor in interface JRCategoryAxisFormatpublic void setCategoryAxisLabelColor(java.awt.Color color)
public JRFont getCategoryAxisTickLabelFont()
getCategoryAxisTickLabelFont in interface JRCategoryAxisFormatpublic java.awt.Color getCategoryAxisTickLabelColor()
getCategoryAxisTickLabelColor in interface JRCategoryAxisFormatpublic java.awt.Color getOwnCategoryAxisTickLabelColor()
getOwnCategoryAxisTickLabelColor in interface JRCategoryAxisFormatpublic JRItemLabel getItemLabel()
getItemLabel in interface JRBarPlotJRItemLabel object
representing the item labelpublic void setItemLabel(JRItemLabel itemLabel)
public void setCategoryAxisTickLabelColor(java.awt.Color color)
public java.lang.String getCategoryAxisTickLabelMask()
getCategoryAxisTickLabelMask in interface JRCategoryAxisFormatpublic java.lang.Boolean getCategoryAxisVerticalTickLabels()
getCategoryAxisVerticalTickLabels in interface JRCategoryAxisFormatpublic java.lang.Double getCategoryAxisTickLabelRotation()
JRCategoryAxisFormatgetCategoryAxisTickLabelRotation in interface JRCategoryAxisFormatpublic void setCategoryAxisTickLabelRotation(java.lang.Double labelRotation)
JRCategoryAxisFormatsetCategoryAxisTickLabelRotation in interface JRCategoryAxisFormatpublic java.awt.Color getCategoryAxisLineColor()
getCategoryAxisLineColor in interface JRCategoryAxisFormatpublic java.awt.Color getOwnCategoryAxisLineColor()
getOwnCategoryAxisLineColor in interface JRCategoryAxisFormatpublic void setCategoryAxisLineColor(java.awt.Color color)
public JRExpression getValueAxisLabelExpression()
getValueAxisLabelExpression in interface JRCategoryPlotpublic JRExpression getDomainAxisMinValueExpression()
getDomainAxisMinValueExpression in interface JRCategoryPlotpublic JRExpression getDomainAxisMaxValueExpression()
getDomainAxisMaxValueExpression in interface JRCategoryPlotpublic JRExpression getRangeAxisMinValueExpression()
getRangeAxisMinValueExpression in interface JRCategoryPlotpublic JRExpression getRangeAxisMaxValueExpression()
getRangeAxisMaxValueExpression in interface JRCategoryPlotpublic JRFont getValueAxisLabelFont()
getValueAxisLabelFont in interface JRValueAxisFormatpublic java.awt.Color getValueAxisLabelColor()
getValueAxisLabelColor in interface JRValueAxisFormatpublic java.awt.Color getOwnValueAxisLabelColor()
getOwnValueAxisLabelColor in interface JRValueAxisFormatpublic void setValueAxisLabelColor(java.awt.Color color)
public JRFont getValueAxisTickLabelFont()
getValueAxisTickLabelFont in interface JRValueAxisFormatpublic java.awt.Color getValueAxisTickLabelColor()
getValueAxisTickLabelColor in interface JRValueAxisFormatpublic java.awt.Color getOwnValueAxisTickLabelColor()
getOwnValueAxisTickLabelColor in interface JRValueAxisFormatpublic void setValueAxisTickLabelColor(java.awt.Color color)
public java.lang.String getValueAxisTickLabelMask()
getValueAxisTickLabelMask in interface JRValueAxisFormatpublic java.lang.Boolean getValueAxisVerticalTickLabels()
getValueAxisVerticalTickLabels in interface JRValueAxisFormatpublic java.awt.Color getValueAxisLineColor()
getValueAxisLineColor in interface JRValueAxisFormatpublic java.awt.Color getOwnValueAxisLineColor()
getOwnValueAxisLineColor in interface JRValueAxisFormatpublic void setValueAxisLineColor(java.awt.Color color)
public java.lang.Boolean getShowTickMarks()
getShowTickMarks in interface JRBarPlotpublic void setShowTickMarks(java.lang.Boolean isShowTickMarks)
JRBarPlotsetShowTickMarks in interface JRBarPlotisShowTickMarks - the show tick marks flagpublic java.lang.Boolean getShowTickLabels()
getShowTickLabels in interface JRBarPlotpublic void setShowTickLabels(java.lang.Boolean isShowTickLabels)
JRBarPlotsetShowTickLabels in interface JRBarPlotisShowTickLabels - the show tick labels flagpublic java.lang.Boolean getShowLabels()
getShowLabels in interface JRBarPlotpublic void setShowLabels(java.lang.Boolean isShowLabels)
JRBarPlotsetShowLabels in interface JRBarPlotisShowLabels - the show labels flag© 2001-2010 Jaspersoft Corporation www.jaspersoft.com