public class JRBaseBar3DPlot extends JRBaseChartPlot implements JRBar3DPlot
JRBaseChartPlot.JRBaseSeriesColorJRChartPlot.JRSeriesColorbackcolor, backgroundAlphaFloat, chart, foregroundAlphaFloat, labelRotationDouble, orientationValue, PROPERTY_BACKCOLOR, PROPERTY_BACKGROUND_ALPHA, PROPERTY_FOREGROUND_ALPHA, PROPERTY_LABEL_ROTATION, PROPERTY_ORIENTATION, PROPERTY_SERIES_COLORS, seriesColorsPROPERTY_CATEGORY_AXIS_TICK_LABEL_ROTATION| Constructor and Description |
|---|
JRBaseBar3DPlot(JRBar3DPlot barPlot,
JRBaseObjectFactory factory) |
JRBaseBar3DPlot(JRChartPlot plot,
JRChart chart) |
addSeriesColor, clearSeriesColors, clone, getBackcolor, getBackgroundAlphaFloat, getChart, getEventSupport, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColorsequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddSeriesColor, clearSeriesColors, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, setOrientation, setSeriesColorsclonepublic static final java.lang.String PROPERTY_SHOW_LABELS
public static final java.lang.String PROPERTY_X_OFFSET
public static final java.lang.String PROPERTY_Y_OFFSET
protected JRExpression categoryAxisLabelExpression
protected JRFont categoryAxisLabelFont
protected java.awt.Color categoryAxisLabelColor
protected JRFont categoryAxisTickLabelFont
protected java.awt.Color categoryAxisTickLabelColor
protected java.lang.String categoryAxisTickLabelMask
protected java.lang.Boolean categoryAxisVerticalTickLabels
protected java.awt.Color categoryAxisLineColor
protected JRExpression valueAxisLabelExpression
protected JRExpression rangeAxisMinValueExpression
protected JRExpression rangeAxisMaxValueExpression
protected JRExpression domainAxisMinValueExpression
protected JRExpression domainAxisMaxValueExpression
protected JRFont valueAxisLabelFont
protected java.awt.Color valueAxisLabelColor
protected JRFont valueAxisTickLabelFont
protected java.awt.Color valueAxisTickLabelColor
protected java.lang.String valueAxisTickLabelMask
protected java.lang.Boolean valueAxisVerticalTickLabels
protected java.awt.Color valueAxisLineColor
protected JRItemLabel itemLabel
public JRBaseBar3DPlot(JRChartPlot plot, JRChart chart)
public JRBaseBar3DPlot(JRBar3DPlot barPlot, JRBaseObjectFactory 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 JRFont getCategoryAxisTickLabelFont()
getCategoryAxisTickLabelFont in interface JRCategoryAxisFormatpublic java.awt.Color getCategoryAxisTickLabelColor()
getCategoryAxisTickLabelColor in interface JRCategoryAxisFormatpublic java.awt.Color getOwnCategoryAxisTickLabelColor()
getOwnCategoryAxisTickLabelColor in interface JRCategoryAxisFormatpublic 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 labelRotationDouble)
JRCategoryAxisFormatsetCategoryAxisTickLabelRotation in interface JRCategoryAxisFormatpublic java.awt.Color getCategoryAxisLineColor()
getCategoryAxisLineColor in interface JRCategoryAxisFormatpublic java.awt.Color getOwnCategoryAxisLineColor()
getOwnCategoryAxisLineColor in interface JRCategoryAxisFormatpublic JRExpression getValueAxisLabelExpression()
getValueAxisLabelExpression in interface JRCategoryPlotpublic JRExpression getRangeAxisMinValueExpression()
getRangeAxisMinValueExpression in interface JRCategoryPlotpublic JRExpression getRangeAxisMaxValueExpression()
getRangeAxisMaxValueExpression in interface JRCategoryPlotpublic JRExpression getDomainAxisMinValueExpression()
getDomainAxisMinValueExpression in interface JRCategoryPlotpublic JRExpression getDomainAxisMaxValueExpression()
getDomainAxisMaxValueExpression 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 JRFont getValueAxisTickLabelFont()
getValueAxisTickLabelFont in interface JRValueAxisFormatpublic java.awt.Color getValueAxisTickLabelColor()
getValueAxisTickLabelColor in interface JRValueAxisFormatpublic java.awt.Color getOwnValueAxisTickLabelColor()
getOwnValueAxisTickLabelColor in interface JRValueAxisFormatpublic 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 java.lang.Double getXOffsetDouble()
getXOffsetDouble in interface JRBar3DPlotpublic JRItemLabel getItemLabel()
getItemLabel in interface JRBar3DPlotJRItemLabel object
representing the item labelpublic void setXOffset(java.lang.Double xOffset)
JRBar3DPlotsetXOffset in interface JRBar3DPlotxOffset - the x offsetpublic java.lang.Double getYOffsetDouble()
getYOffsetDouble in interface JRBar3DPlotpublic void setYOffset(java.lang.Double yOffset)
JRBar3DPlotsetYOffset in interface JRBar3DPlotyOffset - the y offsetpublic java.lang.Boolean getShowLabels()
getShowLabels in interface JRBar3DPlotpublic void setShowLabels(java.lang.Boolean showLabels)
JRBar3DPlotsetShowLabels in interface JRBar3DPlotshowLabels - the show labels flagpublic void collectExpressions(JRExpressionCollector collector)
collectExpressions in interface JRChartPlotpublic java.lang.Object clone(JRChart parentChart)
clone in interface JRChartPlotclone in class JRBaseChartPlot© 2001-2010 Jaspersoft Corporation www.jaspersoft.com