All Implemented Interfaces:
Serializable, DRIAxisPlot, DRIBar3DPlot, DRIBasePlot, DRIPlot

public class DRBar3DPlot extends DRAxisPlot implements DRIBar3DPlot

DRBar3DPlot class.

Author:
Ricardo Mariaca
See Also:
  • Constructor Details

    • DRBar3DPlot

      public DRBar3DPlot()
  • Method Details

    • getXOffset

      public Double getXOffset()

      getXOffset.

      Specified by:
      getXOffset in interface DRIBar3DPlot
      Returns:
      a Double object.
    • setXOffset

      public void setXOffset(Double xOffset)

      Setter for the field xOffset.

      Parameters:
      xOffset - a Double object.
    • getYOffset

      public Double getYOffset()

      getYOffset.

      Specified by:
      getYOffset in interface DRIBar3DPlot
      Returns:
      a Double object.
    • setYOffset

      public void setYOffset(Double yOffset)

      Setter for the field yOffset.

      Parameters:
      yOffset - a Double object.
    • getShowLabels

      public Boolean getShowLabels()

      getShowLabels.

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

      public void setShowLabels(Boolean showLabels)

      Setter for the field showLabels.

      Parameters:
      showLabels - a Boolean object.