Class JRDesignBar3DPlot

All Implemented Interfaces:
Serializable, Cloneable, JRDesignCategoryPlot, JRBar3DPlot, JRBarPlot, JRCategoryAxisFormat, JRCategoryPlot, JRChartPlot, JRValueAxisFormat, JRChangeEventsSupport, JRCloneable

public class JRDesignBar3DPlot extends JRBaseBar3DPlot implements JRDesignCategoryPlot
Deprecated.
To be removed.
Author:
Flavius Sana (flavius_sana@users.sourceforge.net)
See Also:
  • Field Details

    • PROPERTY_CATEGORY_AXIS_LABEL_COLOR

      public static final String PROPERTY_CATEGORY_AXIS_LABEL_COLOR
      Deprecated.
      See Also:
    • PROPERTY_CATEGORY_AXIS_LABEL_FONT

      public static final String PROPERTY_CATEGORY_AXIS_LABEL_FONT
      Deprecated.
      See Also:
    • PROPERTY_CATEGORY_AXIS_LINE_COLOR

      public static final String PROPERTY_CATEGORY_AXIS_LINE_COLOR
      Deprecated.
      See Also:
    • PROPERTY_CATEGORY_AXIS_TICK_LABEL_COLOR

      public static final String PROPERTY_CATEGORY_AXIS_TICK_LABEL_COLOR
      Deprecated.
      See Also:
    • PROPERTY_CATEGORY_AXIS_TICK_LABEL_FONT

      public static final String PROPERTY_CATEGORY_AXIS_TICK_LABEL_FONT
      Deprecated.
      See Also:
    • PROPERTY_CATEGORY_AXIS_TICK_LABEL_MASK

      public static final String PROPERTY_CATEGORY_AXIS_TICK_LABEL_MASK
      Deprecated.
      See Also:
    • PROPERTY_CATEGORY_AXIS_VERTICAL_TICK_LABELS

      public static final String PROPERTY_CATEGORY_AXIS_VERTICAL_TICK_LABELS
      Deprecated.
      See Also:
    • PROPERTY_VALUE_AXIS_LABEL_COLOR

      public static final String PROPERTY_VALUE_AXIS_LABEL_COLOR
      Deprecated.
      See Also:
    • PROPERTY_VALUE_AXIS_LABEL_FONT

      public static final String PROPERTY_VALUE_AXIS_LABEL_FONT
      Deprecated.
      See Also:
    • PROPERTY_VALUE_AXIS_LINE_COLOR

      public static final String PROPERTY_VALUE_AXIS_LINE_COLOR
      Deprecated.
      See Also:
    • PROPERTY_VALUE_AXIS_TICK_LABEL_COLOR

      public static final String PROPERTY_VALUE_AXIS_TICK_LABEL_COLOR
      Deprecated.
      See Also:
    • PROPERTY_VALUE_AXIS_TICK_LABEL_FONT

      public static final String PROPERTY_VALUE_AXIS_TICK_LABEL_FONT
      Deprecated.
      See Also:
    • PROPERTY_VALUE_AXIS_TICK_LABEL_MASK

      public static final String PROPERTY_VALUE_AXIS_TICK_LABEL_MASK
      Deprecated.
      See Also:
    • PROPERTY_VALUE_AXIS_VERTICAL_TICK_LABELS

      public static final String PROPERTY_VALUE_AXIS_VERTICAL_TICK_LABELS
      Deprecated.
      See Also:
    • PROPERTY_ITEM_LABEL

      public static final String PROPERTY_ITEM_LABEL
      Deprecated.
      See Also:
  • Constructor Details

    • JRDesignBar3DPlot

      public JRDesignBar3DPlot(JRChartPlot plot, JRChart chart)
      Deprecated.
  • Method Details

    • setCategoryAxisLabelExpression

      public void setCategoryAxisLabelExpression(JRExpression categoryAxisLabelExpression)
      Deprecated.
      Specified by:
      setCategoryAxisLabelExpression in interface JRDesignCategoryPlot
    • setCategoryAxisLabelFont

      public void setCategoryAxisLabelFont(JRFont categoryAxisLabelFont)
      Deprecated.
    • setCategoryAxisLabelColor

      public void setCategoryAxisLabelColor(Color categoryAxisLabelColor)
      Deprecated.
    • setCategoryAxisTickLabelFont

      public void setCategoryAxisTickLabelFont(JRFont categoryAxisTickLabelFont)
      Deprecated.
    • setCategoryAxisTickLabelColor

      public void setCategoryAxisTickLabelColor(Color categoryAxisTickLabelColor)
      Deprecated.
    • setCategoryAxisTickLabelMask

      public void setCategoryAxisTickLabelMask(String categoryAxisTickLabelMask)
      Deprecated.
    • setCategoryAxisVerticalTickLabels

      public void setCategoryAxisVerticalTickLabels(Boolean categoryAxisVerticalTickLabels)
      Deprecated.
    • setCategoryAxisLineColor

      public void setCategoryAxisLineColor(Color categoryAxisLineColor)
      Deprecated.
    • setValueAxisLabelExpression

      public void setValueAxisLabelExpression(JRExpression valueAxisLabelExpression)
      Deprecated.
      Specified by:
      setValueAxisLabelExpression in interface JRDesignCategoryPlot
    • setDomainAxisMinValueExpression

      public void setDomainAxisMinValueExpression(JRExpression domainAxisMinValueExpression)
      Deprecated.
      Specified by:
      setDomainAxisMinValueExpression in interface JRDesignCategoryPlot
    • setDomainAxisMaxValueExpression

      public void setDomainAxisMaxValueExpression(JRExpression domainAxisMaxValueExpression)
      Deprecated.
      Specified by:
      setDomainAxisMaxValueExpression in interface JRDesignCategoryPlot
    • setRangeAxisMinValueExpression

      public void setRangeAxisMinValueExpression(JRExpression rangeAxisMinValueExpression)
      Deprecated.
      Specified by:
      setRangeAxisMinValueExpression in interface JRDesignCategoryPlot
    • setRangeAxisMaxValueExpression

      public void setRangeAxisMaxValueExpression(JRExpression rangeAxisMaxValueExpression)
      Deprecated.
      Specified by:
      setRangeAxisMaxValueExpression in interface JRDesignCategoryPlot
    • setValueAxisLabelFont

      public void setValueAxisLabelFont(JRFont valueAxisLabelFont)
      Deprecated.
    • setValueAxisLabelColor

      public void setValueAxisLabelColor(Color valueAxisLabelColor)
      Deprecated.
    • setValueAxisTickLabelFont

      public void setValueAxisTickLabelFont(JRFont valueAxisTickLabelFont)
      Deprecated.
    • setValueAxisTickLabelColor

      public void setValueAxisTickLabelColor(Color valueAxisTickLabelColor)
      Deprecated.
    • setValueAxisTickLabelMask

      public void setValueAxisTickLabelMask(String valueAxisTickLabelMask)
      Deprecated.
    • setValueAxisVerticalTickLabels

      public void setValueAxisVerticalTickLabels(Boolean valueAxisVerticalTickLabels)
      Deprecated.
    • setValueAxisLineColor

      public void setValueAxisLineColor(Color valueAxisLineColor)
      Deprecated.
    • setItemLabel

      public void setItemLabel(JRItemLabel itemLabel)
      Deprecated.
    • setCategoryAxisFormat

      public void setCategoryAxisFormat(JRAxisFormat axisFormat)
      Deprecated.
      Specified by:
      setCategoryAxisFormat in interface JRDesignCategoryPlot
    • setValueAxisFormat

      public void setValueAxisFormat(JRAxisFormat axisFormat)
      Deprecated.
      Specified by:
      setValueAxisFormat in interface JRDesignCategoryPlot