Interface DRIDesignMargin

All Superinterfaces:
Serializable
All Known Implementing Classes:
DRDesignMargin

public interface DRIDesignMargin extends Serializable

DRIDesignMargin interface.

Author:
Ricardo Mariaca
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getBottom.
    int
    getLeft.
    int
    getRight.
    int
    getTop.
  • Method Details

    • getTop

      int getTop()

      getTop.

      Returns:
      a int.
    • getLeft

      int getLeft()

      getLeft.

      Returns:
      a int.
    • getBottom

      int getBottom()

      getBottom.

      Returns:
      a int.
    • getRight

      int getRight()

      getRight.

      Returns:
      a int.