Class CustomInsets
java.lang.Object
org.prebid.mobile.rendering.utils.helpers.CustomInsets
-
Constructor Summary
Constructors -
Method Summary
-
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)
-