Class DRDesignMargin

java.lang.Object
ch.unibas.medizin.dynamicreports.design.base.DRDesignMargin
All Implemented Interfaces:
DRIDesignMargin, Serializable

public class DRDesignMargin extends Object implements DRIDesignMargin

DRDesignMargin class.

Author:
Ricardo Mariaca
See Also:
  • Constructor Details

    • DRDesignMargin

      public DRDesignMargin()
  • Method Details

    • getTop

      public int getTop()

      getTop.

      Specified by:
      getTop in interface DRIDesignMargin
      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 DRIDesignMargin
      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 DRIDesignMargin
      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 DRIDesignMargin
      Returns:
      an int.
    • setRight

      public void setRight(int right)

      Setter for the field right.

      Parameters:
      right - an int.