net.sf.jasperreports.charts.design
Class JRDesignBar3DPlot

java.lang.Object
  extended by net.sf.jasperreports.engine.base.JRBaseChartPlot
      extended by net.sf.jasperreports.charts.base.JRBaseBar3DPlot
          extended by net.sf.jasperreports.charts.design.JRDesignBar3DPlot
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, JRBar3DPlot, JRCategoryAxisFormat, JRValueAxisFormat, JRChangeEventsSupport, JRChartPlot, JRCloneable

public class JRDesignBar3DPlot
extends JRBaseBar3DPlot

Version:
$Id: JRDesignBar3DPlot.java 3179 2009-10-30 10:03:01Z teodord $
Author:
Flavius Sana (flavius_sana@users.sourceforge.net)
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
JRBaseChartPlot.JRBaseSeriesColor
 
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot
JRChartPlot.JRSeriesColor
 
Field Summary
static java.lang.String PROPERTY_CATEGORY_AXIS_LABEL_COLOR
           
static java.lang.String PROPERTY_CATEGORY_AXIS_LABEL_EXPRESSION
           
static java.lang.String PROPERTY_CATEGORY_AXIS_LABEL_FONT
           
static java.lang.String PROPERTY_CATEGORY_AXIS_LINE_COLOR
           
static java.lang.String PROPERTY_CATEGORY_AXIS_TICK_LABEL_COLOR
           
static java.lang.String PROPERTY_CATEGORY_AXIS_TICK_LABEL_FONT
           
static java.lang.String PROPERTY_CATEGORY_AXIS_TICK_LABEL_MASK
           
static java.lang.String PROPERTY_CATEGORY_AXIS_VERTICAL_TICK_LABELS
           
static java.lang.String PROPERTY_DOMAIN_AXIS_MAXVALUE_EXPRESSION
           
static java.lang.String PROPERTY_DOMAIN_AXIS_MINVALUE_EXPRESSION
           
static java.lang.String PROPERTY_ITEM_LABEL
           
static java.lang.String PROPERTY_RANGE_AXIS_MAXVALUE_EXPRESSION
           
static java.lang.String PROPERTY_RANGE_AXIS_MINVALUE_EXPRESSION
           
static java.lang.String PROPERTY_VALUE_AXIS_LABEL_COLOR
           
static java.lang.String PROPERTY_VALUE_AXIS_LABEL_EXPRESSION
           
static java.lang.String PROPERTY_VALUE_AXIS_LABEL_FONT
           
static java.lang.String PROPERTY_VALUE_AXIS_LINE_COLOR
           
static java.lang.String PROPERTY_VALUE_AXIS_TICK_LABEL_COLOR
           
static java.lang.String PROPERTY_VALUE_AXIS_TICK_LABEL_FONT
           
static java.lang.String PROPERTY_VALUE_AXIS_TICK_LABEL_MASK
           
static java.lang.String PROPERTY_VALUE_AXIS_VERTICAL_TICK_LABELS
           
 
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseBar3DPlot
categoryAxisLabelColor, categoryAxisLabelExpression, categoryAxisLabelFont, categoryAxisLineColor, categoryAxisTickLabelColor, categoryAxisTickLabelFont, categoryAxisTickLabelMask, categoryAxisVerticalTickLabels, domainAxisMaxValueExpression, domainAxisMinValueExpression, itemLabel, PROPERTY_SHOW_LABELS, PROPERTY_X_OFFSET, PROPERTY_Y_OFFSET, rangeAxisMaxValueExpression, rangeAxisMinValueExpression, valueAxisLabelColor, valueAxisLabelExpression, valueAxisLabelFont, valueAxisLineColor, valueAxisTickLabelColor, valueAxisTickLabelFont, valueAxisTickLabelMask, valueAxisVerticalTickLabels
 
Fields inherited from class net.sf.jasperreports.engine.base.JRBaseChartPlot
backcolor, backgroundAlphaFloat, chart, foregroundAlphaFloat, labelRotationDouble, orientation, PROPERTY_BACKCOLOR, PROPERTY_BACKGROUND_ALPHA, PROPERTY_FOREGROUND_ALPHA, PROPERTY_LABEL_ROTATION, PROPERTY_ORIENTATION, PROPERTY_SERIES_COLORS, seriesColors
 
Fields inherited from interface net.sf.jasperreports.charts.JRCategoryAxisFormat
PROPERTY_CATEGORY_AXIS_TICK_LABEL_ROTATION
 
Constructor Summary
JRDesignBar3DPlot(JRChartPlot barPlot, JRChart chart)
           
 
Method Summary
 void setCategoryAxisFormat(JRAxisFormat axisFormat)
           
 void setCategoryAxisLabelColor(java.awt.Color categoryAxisLabelColor)
           
 void