Class DRXyBlockPlot

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

public class DRXyBlockPlot extends DRAxisPlot implements DRIXyBlockPlot

DRXyBlockPlot class.

Author:
Ricardo Mariaca
See Also:
  • Constructor Details

    • DRXyBlockPlot

      public DRXyBlockPlot()

      Constructor for DRXyBlockPlot.

  • Method Details

    • getBlockWidth

      public Double getBlockWidth()

      getBlockWidth.

      Specified by:
      getBlockWidth in interface DRIXyBlockPlot
      Returns:
      a Double object.
    • setBlockWidth

      public void setBlockWidth(Double blockWidth)

      Setter for the field blockWidth.

      Parameters:
      blockWidth - a Double object.
    • getBlockHeight

      public Double getBlockHeight()

      getBlockHeight.

      Specified by:
      getBlockHeight in interface DRIXyBlockPlot
      Returns:
      a Double object.
    • setBlockHeight

      public void setBlockHeight(Double blockHeight)

      Setter for the field blockHeight.

      Parameters:
      blockHeight - a Double object.
    • getBlockAnchor

      public RectangleAnchor getBlockAnchor()

      getBlockAnchor.

      Specified by:
      getBlockAnchor in interface DRIXyBlockPlot
      Returns:
      a RectangleAnchor object.
    • setBlockAnchor

      public void setBlockAnchor(RectangleAnchor blockAnchor)

      Setter for the field blockAnchor.

      Parameters:
      blockAnchor - a RectangleAnchor object.
    • getDefaultLowerBound

      public double getDefaultLowerBound()

      getDefaultLowerBound.

      Specified by:
      getDefaultLowerBound in interface DRIXyBlockPlot
      Returns:
      a double.
    • setDefaultLowerBound

      public void setDefaultLowerBound(double defaultLowerBound)

      Setter for the field defaultLowerBound.

      Parameters:
      defaultLowerBound - a double.
    • getDefaultUpperBound

      public double getDefaultUpperBound()

      getDefaultUpperBound.

      Specified by:
      getDefaultUpperBound in interface DRIXyBlockPlot
      Returns:
      a double.
    • setDefaultUpperBound

      public void setDefaultUpperBound(double defaultUpperBound)

      Setter for the field defaultUpperBound.

      Parameters:
      defaultUpperBound - a double.
    • getDefaultPaint

      public Paint getDefaultPaint()

      getDefaultPaint.

      Specified by:
      getDefaultPaint in interface DRIXyBlockPlot
      Returns:
      a Paint object.
    • setDefaultPaint

      public void setDefaultPaint(Paint defaultPaint)

      Setter for the field defaultPaint.

      Parameters:
      defaultPaint - a Paint object.
    • getPaintScales

      public List<DRIPaintScale> getPaintScales()

      getPaintScales.

      Specified by:
      getPaintScales in interface DRIXyBlockPlot
      Returns:
      a List object.
    • setPaintScales

      public void setPaintScales(List<DRIPaintScale> paintScales)

      Setter for the field paintScales.

      Parameters:
      paintScales - a List object.
    • addPaintScale

      public void addPaintScale(DRIPaintScale paintScale)

      addPaintScale.

      Parameters:
      paintScale - a DRIPaintScale object.