Class DRDifferencePlot

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

public class DRDifferencePlot extends DRAxisPlot implements DRIDifferencePlot

DRDifferencePlot class.

Author:
Ricardo Mariaca
See Also:
  • Constructor Details

    • DRDifferencePlot

      public DRDifferencePlot()
  • Method Details

    • getPositiveColor

      public Color getPositiveColor()

      getPositiveColor.

      Specified by:
      getPositiveColor in interface DRIDifferencePlot
      Returns:
      a Color object.
    • setPositiveColor

      public void setPositiveColor(Color positiveColor)

      Setter for the field positiveColor.

      Parameters:
      positiveColor - a Color object.
    • getNegativeColor

      public Color getNegativeColor()

      getNegativeColor.

      Specified by:
      getNegativeColor in interface DRIDifferencePlot
      Returns:
      a Color object.
    • setNegativeColor

      public void setNegativeColor(Color negativeColor)

      Setter for the field negativeColor.

      Parameters:
      negativeColor - a Color object.
    • getShowShapes

      public Boolean getShowShapes()

      getShowShapes.

      Specified by:
      getShowShapes in interface DRIDifferencePlot
      Returns:
      a Boolean object.
    • setShowShapes

      public void setShowShapes(Boolean showShapes)

      Setter for the field showShapes.

      Parameters:
      showShapes - a Boolean object.