public class AdDimensionHelper
extends java.lang.Object
Constructor and Description |
---|
AdDimensionHelper() |
Modifier and Type | Method and Description |
---|---|
static AdDimension |
getAdDimensionForValues(int height,
int width)
Returns the corresponding
for the given values, null otherwise |
public static AdDimension getAdDimensionForValues(int height, int width)
AdDimension
for the given values, null otherwiseheight
- ad heightwidth
- ad widthAdDimension
corresponding to the given values, null otherwise