public static class Util.CreativeSize
extends java.lang.Object
| Constructor and Description |
|---|
CreativeSize(int width,
int height)
Creates an ad size object with width and height as specified
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getHeight()
Returns the height of the ad container
|
int |
getWidth()
Returns the width of the ad container
|
int |
hashCode() |
public CreativeSize(int width,
int height)
width - width of the ad containerheight - height of the ad containerpublic int getWidth()
public int getHeight()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object