All Implemented Interfaces:
Serializable, DRIAxisPlot, DRIBarPlot, DRIBasePlot, DRIPlot
Direct Known Subclasses:
DRGroupedStackedBarPlot, DRLayeredBarPlot, DRWaterfallBarPlot

public class DRBarPlot extends DRAxisPlot implements DRIBarPlot

DRBarPlot class.

Author:
Ricardo Mariaca
See Also:
  • Constructor Details

    • DRBarPlot

      public DRBarPlot()
  • Method Details

    • getShowLabels

      public Boolean getShowLabels()

      getShowLabels.

      Specified by:
      getShowLabels in interface DRIBarPlot
      Returns:
      a Boolean object.
    • setShowLabels

      public void setShowLabels(Boolean showLabels)

      Setter for the field showLabels.

      Parameters:
      showLabels - a Boolean object.
    • getShowTickLabels

      public Boolean getShowTickLabels()

      getShowTickLabels.

      Specified by:
      getShowTickLabels in interface DRIBarPlot
      Returns:
      a Boolean object.
    • setShowTickLabels

      public void setShowTickLabels(Boolean showTickLabels)

      Setter for the field showTickLabels.

      Parameters:
      showTickLabels - a Boolean object.
    • getShowTickMarks

      public Boolean getShowTickMarks()

      getShowTickMarks.

      Specified by:
      getShowTickMarks in interface DRIBarPlot
      Returns:
      a Boolean object.
    • setShowTickMarks

      public void setShowTickMarks(Boolean showTickMarks)

      Setter for the field showTickMarks.

      Parameters:
      showTickMarks - a Boolean object.