Class CustomInsets
- java.lang.Object
-
- org.prebid.mobile.rendering.utils.helpers.CustomInsets
-
public class CustomInsets extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CustomInsets(int top, int right, int bottom, int left)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBottom()intgetLeft()intgetRight()intgetTop()voidsetBottom(int bottom)voidsetLeft(int left)voidsetRight(int right)voidsetTop(int top)
-