Class CustomInsets

java.lang.Object
org.prebid.mobile.rendering.utils.helpers.CustomInsets

public class CustomInsets extends Object
  • Constructor Details

    • CustomInsets

      public CustomInsets(int top, int right, int bottom, int left)
  • Method Details

    • getTop

      public int getTop()
    • setTop

      public void setTop(int top)
    • getRight

      public int getRight()
    • setRight

      public void setRight(int right)
    • getBottom

      public int getBottom()
    • setBottom

      public void setBottom(int bottom)
    • getLeft

      public int getLeft()
    • setLeft

      public void setLeft(int left)