Interface DRIMargin

All Superinterfaces:
Serializable
All Known Implementing Classes:
DRMargin

public interface DRIMargin extends Serializable

DRIMargin 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:
      an int.
    • getLeft

      int getLeft()

      getLeft.

      Returns:
      an int.
    • getBottom

      int getBottom()

      getBottom.

      Returns:
      an int.
    • getRight

      int getRight()

      getRight.

      Returns:
      an int.