public class ListDimension extends DimensionImpl
FixedDimensions, any number of which could fit.| Modifier and Type | Field and Description |
|---|---|
private List<FixedDimension> |
dims |
| Constructor and Description |
|---|
ListDimension() |
ListDimension(List<FixedDimension> dims) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(int width,
int height)
Whether this dimension can be served in a slot with the specified width and height (from
BrxRtb095.BidRequest.Banner or Video or CompanionAd, etc.) |
List<FixedDimension> |
getDims() |
void |
setDims(List<FixedDimension> dims) |
String |
toString() |
private List<FixedDimension> dims
public ListDimension()
public ListDimension(List<FixedDimension> dims)
public boolean check(int width,
int height)
DimensionBrxRtb095.BidRequest.Banner or Video or CompanionAd, etc.)public List<FixedDimension> getDims()
public void setDims(List<FixedDimension> dims)