Class DRMargin

java.lang.Object
ch.unibas.medizin.dynamicreports.report.base.DRMargin
All Implemented Interfaces:
DRIMargin, Serializable

public class DRMargin extends Object implements DRIMargin

DRMargin class.

Author:
Ricardo Mariaca
See Also:
  • Constructor Details

    • DRMargin

      public DRMargin()

      Constructor for DRMargin.

    • DRMargin

      public DRMargin(int margin)

      Constructor for DRMargin.

      Parameters:
      margin - an int.
  • Method Details

    • getTop

      public int getTop()

      getTop.

      Specified by:
      getTop in interface DRIMargin
      Returns:
      an int.
    • setTop

      public void setTop(int top)

      Setter for the field top.

      Parameters:
      top - an int.
    • getLeft

      public int getLeft()

      getLeft.

      Specified by:
      getLeft in interface DRIMargin
      Returns:
      an int.
    • setLeft

      public void setLeft(int left)

      Setter for the field left.

      Parameters:
      left - an int.
    • getBottom

      public int getBottom()

      getBottom.

      Specified by:
      getBottom in interface DRIMargin
      Returns:
      an int.
    • setBottom

      public void setBottom(int bottom)

      Setter for the field bottom.

      Parameters:
      bottom - an int.
    • getRight

      public int getRight()

      getRight.

      Specified by:
      getRight in interface DRIMargin
      Returns:
      an int.
    • setRight

      public void setRight(int right)

      Setter for the field right.

      Parameters:
      right - an int.