Interface JRBarPlot

    • Method Detail

      • getShowTickMarks

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

        void setShowTickMarks​(java.lang.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

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

        void setShowTickLabels​(java.lang.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

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

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