Interface JRBarPlot

All Superinterfaces:
Cloneable, JRCategoryAxisFormat, JRCategoryPlot, JRChartPlot, JRCloneable, JRValueAxisFormat
All Known Subinterfaces:
JRBar3DPlot
All Known Implementing Classes:
JRBaseBar3DPlot, JRBaseBarPlot, JRDesignBar3DPlot, JRDesignBarPlot, JRFillBar3DPlot, JRFillBarPlot

public interface JRBarPlot extends JRCategoryPlot
Type of plot used to render Bar, Stacked Bar, and XY Bar charts. It is a JRCategoryPlot that exposes specific settings for showing/hiding axis labels, tick marks and tick labels.
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Method Details

    • getShowTickMarks

      Boolean getShowTickMarks()
      Returns:
      a flag that specifies whether the tick marks are to be shown or not
    • setShowTickMarks

      void setShowTickMarks(Boolean isShowTickMarks)
      Sets a flag that specifies whether the tick marks are to be shown or not
      Parameters:
      isShowTickMarks - the show tick marks flag
    • getShowTickLabels

      Boolean getShowTickLabels()
      Returns:
      a flag that specifies whether the tick labels are to be shown or not
    • getItemLabel

      JRItemLabel getItemLabel()
      Returns:
      a JRItemLabel object representing the item label
    • setShowTickLabels

      void setShowTickLabels(Boolean isShowTickLabels)
      Sets a flag that specifies whether the tick labels are to be shown or not
      Parameters:
      isShowTickLabels - the show tick labels flag
    • getShowLabels

      Boolean getShowLabels()
      Returns:
      a flag that specifies whether the labels are to be shown or not
    • setShowLabels

      void setShowLabels(Boolean isShowLabels)
      Sets a flag that specifies whether the labels are to be shown or not
      Parameters:
      isShowLabels - the show labels flag