Interface JRBar3DPlot

All Superinterfaces:
Cloneable, JRBarPlot, JRCategoryAxisFormat, JRCategoryPlot, JRChartPlot, JRCloneable, JRValueAxisFormat
All Known Implementing Classes:
JRBaseBar3DPlot, JRDesignBar3DPlot, JRFillBar3DPlot

public interface JRBar3DPlot extends JRBarPlot
Deprecated.
To be removed.
Type of plot used to render Bar 3D and the Stacked Bar 3D charts.
Like the JRBarPlot, the JRBar3DPlot allows customization of the labels for both of its axes and the display of the item labels
Author:
Flavius Sana (flavius_sana@users.sourceforge.net)
  • Method Details

    • getXOffset

      Double getXOffset()
      Deprecated.
      Returns:
      the x offset
    • setXOffset

      void setXOffset(Double xOffset)
      Deprecated.
      Sets the x offset
      Parameters:
      xOffset - the x offset
    • getYOffset

      Double getYOffset()
      Deprecated.
      Returns:
      the y offset
    • setYOffset

      void setYOffset(Double yOffset)
      Deprecated.
      Sets the y offset
      Parameters:
      yOffset - the y offset